Class AppointmentDTO
- java.lang.Object
-
- org.apache.openmeetings.db.dto.calendar.AppointmentDTO
-
- All Implemented Interfaces:
Serializable
public class AppointmentDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppointmentDTO()
AppointmentDTO(Appointment a)
-
Method Summary
-
-
-
Constructor Detail
-
AppointmentDTO
public AppointmentDTO()
-
AppointmentDTO
public AppointmentDTO(Appointment a)
-
-
Method Detail
-
getId
public Long getId()
-
setId
public void setId(Long id)
-
getTitle
public String getTitle()
-
setTitle
public void setTitle(String title)
-
getLocation
public String getLocation()
-
setLocation
public void setLocation(String location)
-
getStart
public Calendar getStart()
-
setStart
public void setStart(Calendar start)
-
getEnd
public Calendar getEnd()
-
setEnd
public void setEnd(Calendar end)
-
getDescription
public String getDescription()
-
setDescription
public void setDescription(String description)
-
getOwner
public UserDTO getOwner()
-
setOwner
public void setOwner(UserDTO owner)
-
getInserted
public Date getInserted()
-
setInserted
public void setInserted(Date inserted)
-
getUpdated
public Date getUpdated()
-
setUpdated
public void setUpdated(Date updated)
-
isDeleted
public boolean isDeleted()
-
setDeleted
public void setDeleted(boolean deleted)
-
getReminder
public Appointment.Reminder getReminder()
-
setReminder
public void setReminder(Appointment.Reminder reminder)
-
getRoom
public RoomDTO getRoom()
-
setRoom
public void setRoom(RoomDTO room)
-
getIcalId
public String getIcalId()
-
setIcalId
public void setIcalId(String icalId)
-
getMeetingMembers
public List<MeetingMemberDTO> getMeetingMembers()
-
setMeetingMembers
public void setMeetingMembers(List<MeetingMemberDTO> meetingMembers)
-
getLanguageId
public Long getLanguageId()
-
setLanguageId
public void setLanguageId(Long languageId)
-
isPasswordProtected
public boolean isPasswordProtected()
-
setPasswordProtected
public void setPasswordProtected(boolean passwordProtected)
-
isConnectedEvent
public boolean isConnectedEvent()
-
setConnectedEvent
public void setConnectedEvent(boolean connectedEvent)
-
isReminderEmailSend
public boolean isReminderEmailSend()
-
setReminderEmailSend
public void setReminderEmailSend(boolean reminderEmailSend)
-
list
public static List<AppointmentDTO> list(List<Appointment> list)
-
getPassword
public String getPassword()
-
setPassword
public void setPassword(String password)
-
-