nl.surfnet.coin.portal.domain
Class Invite

java.lang.Object
  extended by nl.surfnet.coin.shared.domain.DomainObject
      extended by 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

Constructor Summary
Invite()
           
 
Method Summary
 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)
           
 
Methods inherited from class nl.surfnet.coin.shared.domain.DomainObject
equals, getId, hashCode, setId, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Invite

public Invite()
Method Detail

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.