public class Invite
extends nl.surfnet.coin.shared.domain.DomainObject
| Constructor and Description |
|---|
Invite() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCreationTimestamp() |
String |
getEmail() |
String |
getInvitee() |
SharedResource |
getSharedResource() |
InviteStatus |
getStatus() |
void |
setCreationTimestamp(Long creationTimestamp) |
void |
setEmail(String email) |
void |
setInvitee(String invitee) |
void |
setSharedResource(SharedResource sharedResource) |
void |
setStatus(InviteStatus status) |
public String getInvitee()
public void setInvitee(String invitee)
invitee - the invitee to setpublic String getEmail()
public void setEmail(String email)
email - the email to setpublic InviteStatus getStatus()
public void setStatus(InviteStatus status)
status - the status to setpublic SharedResource getSharedResource()
public void setSharedResource(SharedResource sharedResource)
sharedResource - the sharedResource to setpublic Long getCreationTimestamp()
public void setCreationTimestamp(Long creationTimestamp)
creationTimestamp - the creationTimestamp to setCopyright © 2009-2012 SURFnet bv, The Netherlands. All Rights Reserved.