@Entity public class MeetingMember extends Object implements IDataProviderEntity
Constructor and Description |
---|
MeetingMember() |
Modifier and Type | Method and Description |
---|---|
Appointment |
getAppointment() |
String |
getAppointmentStatus() |
Long |
getId() |
Date |
getInserted() |
Invitation |
getInvitation() |
Date |
getUpdated() |
User |
getUser() |
boolean |
isConnectedEvent() |
boolean |
isDeleted() |
void |
setAppointment(Appointment appointment) |
void |
setAppointmentStatus(String appointmentStatus) |
void |
setConnectedEvent(boolean connectedEvent) |
void |
setDeleted(boolean deleted) |
void |
setId(Long id) |
void |
setInserted(Date inserted) |
void |
setInvitation(Invitation invitation) |
void |
setUpdated(Date updated) |
void |
setUser(User user) |
public Long getId()
getId
in interface IDataProviderEntity
public void setId(Long id)
setId
in interface IDataProviderEntity
public User getUser()
public void setUser(User user)
public String getAppointmentStatus()
public void setAppointmentStatus(String appointmentStatus)
public Appointment getAppointment()
public void setAppointment(Appointment appointment)
public Invitation getInvitation()
public void setInvitation(Invitation invitation)
public Date getInserted()
public void setInserted(Date inserted)
public Date getUpdated()
public void setUpdated(Date updated)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public boolean isConnectedEvent()
public void setConnectedEvent(boolean connectedEvent)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.