Package org.exoplatform.agenda.entity
Class GuestUserEntity
- java.lang.Object
-
- org.exoplatform.agenda.entity.GuestUserEntity
-
- All Implemented Interfaces:
Serializable
@Entity(name="AgendaEventGuest") public class GuestUserEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description GuestUserEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventEntitygetEvent()StringgetGuestEmail()LonggetId()voidsetEvent(EventEntity event)voidsetGuestEmail(String guestEmail)voidsetId(Long id)
-
-
-
Method Detail
-
setId
public void setId(Long id)
-
setGuestEmail
public void setGuestEmail(String guestEmail)
-
setEvent
public void setEvent(EventEntity event)
-
getId
public Long getId()
-
getGuestEmail
public String getGuestEmail()
-
getEvent
public EventEntity getEvent()
-
-