Package org.exoplatform.agenda.entity
Class CalendarEntity
- java.lang.Object
-
- org.exoplatform.agenda.entity.CalendarEntity
-
- All Implemented Interfaces:
Serializable
@Entity(name="AgendaCalendar") public class CalendarEntity extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CalendarEntity()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetColor()DategetCreatedDate()StringgetDescription()LonggetId()LonggetOwnerId()DategetUpdatedDate()booleanisSystem()voidsetColor(String color)voidsetCreatedDate(Date createdDate)voidsetDescription(String description)voidsetId(Long id)voidsetOwnerId(Long ownerId)voidsetSystem(boolean isSystem)voidsetUpdatedDate(Date updatedDate)
-
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getOwnerId
public Long getOwnerId()
-
setOwnerId
public void setOwnerId(Long ownerId)
-
isSystem
public boolean isSystem()
-
setSystem
public void setSystem(boolean isSystem)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getColor
public String getColor()
-
setColor
public void setColor(String color)
-
getCreatedDate
public Date getCreatedDate()
-
setCreatedDate
public void setCreatedDate(Date createdDate)
-
getUpdatedDate
public Date getUpdatedDate()
-
setUpdatedDate
public void setUpdatedDate(Date updatedDate)
-
-