Class Appointment

java.lang.Object
org.apache.openmeetings.db.entity.HistoricalEntity
org.apache.openmeetings.db.entity.calendar.Appointment
All Implemented Interfaces:
Serializable, IDataProviderEntity

@Entity public class Appointment extends HistoricalEntity
See Also:
  • Field Details

  • Constructor Details

    • Appointment

      public Appointment()
  • Method Details

    • getId

      public Long getId()
    • setId

      public void setId(Long id)
    • getOwner

      public User getOwner()
    • setOwner

      public void setOwner(User owner)
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • getLocation

      public String getLocation()
    • setLocation

      public void setLocation(String location)
    • getStart

      public Date getStart()
    • allowedStart

      public static Date allowedStart(Date start)
    • startCalendar

      public Calendar startCalendar(TimeZone timeZone)
    • setStart

      public void setStart(Date start)
    • getEnd

      public Date getEnd()
    • endCalendar

      public Calendar endCalendar(TimeZone timeZone)
    • setEnd

      public void setEnd(Date end)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getReminder

      public Appointment.Reminder getReminder()
    • setReminder

      public void setReminder(Appointment.Reminder reminder)
    • getIsWeekly

      public Boolean getIsWeekly()
    • setIsWeekly

      public void setIsWeekly(Boolean isWeekly)
    • getIsMonthly

      public Boolean getIsMonthly()
    • setIsMonthly

      public void setIsMonthly(Boolean isMonthly)
    • getIsYearly

      public Boolean getIsYearly()
    • setIsYearly

      public void setIsYearly(Boolean isYearly)
    • getIsDaily

      public Boolean getIsDaily()
    • setIsDaily

      public void setIsDaily(Boolean isDaily)
    • getMeetingMembers

      public List<MeetingMember> getMeetingMembers()
    • setMeetingMembers

      public void setMeetingMembers(List<MeetingMember> meetingMembers)
    • getRoom

      public Room getRoom()
    • setRoom

      public void setRoom(Room room)
    • getIcalId

      public String getIcalId()
    • setIcalId

      public void setIcalId(String icalId)
    • getLanguageId

      public Long getLanguageId()
    • setLanguageId

      public void setLanguageId(Long languageId)
    • isPasswordProtected

      public boolean isPasswordProtected()
    • setPasswordProtected

      public void setPasswordProtected(boolean isPasswordProtected)
    • getPassword

      public String getPassword()
    • setPassword

      public void setPassword(String password)
    • isConnectedEvent

      public boolean isConnectedEvent()
    • setConnectedEvent

      public void setConnectedEvent(boolean isConnectedEvent)
    • isReminderEmailSend

      public boolean isReminderEmailSend()
    • setReminderEmailSend

      public void setReminderEmailSend(boolean isReminderEmailSend)
    • getCalendar

      public OmCalendar getCalendar()
    • setCalendar

      public void setCalendar(OmCalendar calendar)
    • getHref

      public String getHref()
    • setHref

      public void setHref(String href)
    • getEtag

      public String getEtag()
    • setEtag

      public void setEtag(String etag)
    • isOwner

      public boolean isOwner(Long userId)
    • toString

      public String toString()
      Overrides:
      toString in class Object