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:
  • Constructor Details

    • CalendarEntity

      public CalendarEntity()
  • Method Details

    • 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)