@Entity public class Appointment extends Object implements IDataProviderEntity
Modifier and Type | Class and Description |
---|---|
static class |
Appointment.Reminder |
Modifier and Type | Field and Description |
---|---|
static int |
REMINDER_EMAIL_ID |
static int |
REMINDER_ICAL_ID |
static int |
REMINDER_NONE_ID |
Constructor and Description |
---|
Appointment() |
public static final int REMINDER_NONE_ID
public static final int REMINDER_EMAIL_ID
public static final int REMINDER_ICAL_ID
public Long getId()
getId
in interface IDataProviderEntity
public void setId(Long id)
setId
in interface IDataProviderEntity
public User getOwner()
public void setOwner(User owner)
public String getTitle()
public void setTitle(String title)
public String getLocation()
public void setLocation(String location)
public Date getStart()
public void setStart(Date start)
public Date getEnd()
public void setEnd(Date end)
public String getDescription()
public void setDescription(String description)
public Appointment.Reminder getReminder()
public void setReminder(Appointment.Reminder reminder)
public Date getInserted()
public void setInserted(Date inserted)
public Date getUpdated()
public void setUpdated(Date updated)
public boolean isDeleted()
public void setDeleted(boolean deleted)
public Boolean getIsWeekly()
public void setIsWeekly(Boolean isWeekly)
public Boolean getIsMonthly()
public void setIsMonthly(Boolean isMonthly)
public Boolean getIsYearly()
public void setIsYearly(Boolean isYearly)
public Boolean getIsDaily()
public void setIsDaily(Boolean isDaily)
public List<MeetingMember> getMeetingMembers()
public void setMeetingMembers(List<MeetingMember> meetingMembers)
public Room getRoom()
public void setRoom(Room room)
public String getIcalId()
public void setIcalId(String icalId)
public Long getLanguageId()
public void setLanguageId(Long languageId)
public boolean isPasswordProtected()
public void setPasswordProtected(boolean isPasswordProtected)
public String getPassword()
public void setPassword(String password)
public boolean isConnectedEvent()
public void setConnectedEvent(boolean isConnectedEvent)
public boolean isReminderEmailSend()
public void setReminderEmailSend(boolean isReminderEmailSend)
Copyright © 2012–2016 Apache Software Foundation. All rights reserved.