nl.surfnet.coin.portal.domain
Class Invite
java.lang.Object
nl.surfnet.coin.shared.domain.DomainObject
nl.surfnet.coin.portal.domain.Invite
- All Implemented Interfaces:
- Serializable
public class Invite
- extends nl.surfnet.coin.shared.domain.DomainObject
An invite for a sharedResource
- See Also:
- Serialized Form
| Methods inherited from class nl.surfnet.coin.shared.domain.DomainObject |
equals, getId, hashCode, setId, toString |
Invite
public Invite()
getInvitee
public String getInvitee()
- Returns:
- the invitee
setInvitee
public void setInvitee(String invitee)
- Parameters:
invitee - the invitee to set
getEmail
public String getEmail()
- Returns:
- the email
setEmail
public void setEmail(String email)
- Parameters:
email - the email to set
getStatus
public InviteStatus getStatus()
- Returns:
- the status
setStatus
public void setStatus(InviteStatus status)
- Parameters:
status - the status to set
getSharedResource
public SharedResource getSharedResource()
- Returns:
- the sharedResource
setSharedResource
public void setSharedResource(SharedResource sharedResource)
- Parameters:
sharedResource - the sharedResource to set
getCreationTimestamp
public Long getCreationTimestamp()
- Returns:
- the creationTimestamp
setCreationTimestamp
public void setCreationTimestamp(Long creationTimestamp)
- Parameters:
creationTimestamp - the creationTimestamp to set
Copyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.