Class OmCalendar
- java.lang.Object
-
- org.apache.openmeetings.db.entity.HistoricalEntity
-
- org.apache.openmeetings.db.entity.calendar.OmCalendar
-
- All Implemented Interfaces:
Serializable,IDataProviderEntity
@Entity public class OmCalendar extends HistoricalEntity
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classOmCalendar.SyncType
-
Constructor Summary
Constructors Constructor Description OmCalendar()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetHref()LonggetId()UsergetOwner()OmCalendar.SyncTypegetSyncType()StringgetTitle()StringgetToken()voidsetHref(String href)voidsetId(Long id)voidsetOwner(User owner)voidsetSyncType(OmCalendar.SyncType syncType)voidsetTitle(String title)voidsetToken(String token)StringtoString()-
Methods inherited from class org.apache.openmeetings.db.entity.HistoricalEntity
getInserted, getUpdated, isDeleted, setDeleted, setInserted, setUpdated
-
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getHref
public String getHref()
-
setHref
public void setHref(String href)
-
getToken
public String getToken()
-
setToken
public void setToken(String token)
-
getSyncType
public OmCalendar.SyncType getSyncType()
-
setSyncType
public void setSyncType(OmCalendar.SyncType syncType)
-
getOwner
public User getOwner()
-
setOwner
public void setOwner(User owner)
-
-