org.zeroexchange.model.collaboration
Class Invitation
java.lang.Object
org.zeroexchange.model.Persistent
org.zeroexchange.model.IntegerPKPersistent
org.zeroexchange.model.collaboration.Invitation
- All Implemented Interfaces:
- Serializable, Identifiable<Integer>
@Entity
public class Invitation
- extends IntegerPKPersistent
Entity holds invitation information.
- Author:
- black
- See Also:
- Serialized Form
FIELD_CONTRACT
public static final String FIELD_CONTRACT
- See Also:
- Constant Field Values
FIELD_INVITEE
public static final String FIELD_INVITEE
- See Also:
- Constant Field Values
FIELD_INVITER
public static final String FIELD_INVITER
- See Also:
- Constant Field Values
Invitation
public Invitation()
getContract
public Contract getContract()
setContract
public void setContract(Contract contract)
getInviter
public User getInviter()
setInviter
public void setInviter(User inviter)
getInvitee
public User getInvitee()
setInvitee
public void setInvitee(User invitee)
getInvitationDate
public Date getInvitationDate()
setInvitationDate
public void setInvitationDate(Date invitationDate)
Copyright © 2013. All Rights Reserved.