Class Schedule


  • public class Schedule
    extends Object
    A schedule.
    Since:
    4.0.10
    Version:
    $Revision: 18916 $ $Date: 2016-05-22 15:25:34 -0300 (Sun, 22 May 2016) $
    • Constructor Detail

      • Schedule

        public Schedule()
    • Method Detail

      • getId

        public String getId()
        Returns the id.
        Returns:
        the id
        Since:
        4.0.10
      • setId

        public void setId​(String id)
        Sets the id.
        Parameters:
        id - the id value to set
        Since:
        4.0.10
      • getTitle

        public String getTitle()
        Returns the title.
        Returns:
        the title
        Since:
        4.0.10
        See Also:
        java.util.Title#toString()
      • setTitle

        public void setTitle​(String title)
        Sets the title code.
        Parameters:
        title - the title value to set
        Since:
        4.0.10
        See Also:
        java.util.Title#toString()
      • getDescription

        public String getDescription()
        Returns the display description for this schedule.
        Returns:
        this schedule's display description.
        Since:
        4.0.10
      • setDescription

        public void setDescription​(String description)
        Sets the display description for this schedule.
        Parameters:
        description - this title's display description.
        Since:
        4.0.10
      • getRoomId

        public String getRoomId()
        Returns the roomId
        Returns:
        the roomId
        Since:
        4.0.10
      • setRoomId

        public void setRoomId​(String roomId)
        Sets the roomId.
        Parameters:
        roomId - the roomId value to set
        Since:
        4.0.10
      • getEndDateTime

        public Date getEndDateTime()
        Returns the endDateTime.
        Returns:
        the endDateTime
        Since:
        4.0.10
      • setEndDateTime

        public void setEndDateTime​(Date endDateTime)
        Sets the endDateTime.
        Parameters:
        endDateTime - the endDateTime value to set.
        Since:
        4.0.10
      • getStartDateTime

        public Date getStartDateTime()
        Returns the startDateTime.
        Returns:
        the startDateTime
        Since:
        4.0.10
      • setStartDateTime

        public void setStartDateTime​(Date startDateTime)
        Sets the startDateTime.
        Parameters:
        startDateTime - the startDateTime value to set.
        Since:
        4.0.10
      • getResources

        public Set<lumis.service.resourcescheduler.Resource> getResources()
        Returns the resources.
        Returns:
        the resources
        Since:
        4.0.10
      • setResources

        public void setResources​(Set<lumis.service.resourcescheduler.Resource> resources)
        Sets the resources.
        Parameters:
        resources - the resources value to set.
        Since:
        4.0.10