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

    • OmCalendar

      public OmCalendar()
  • Method Details

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

      public String toString()
      Overrides:
      toString in class Object