Class Milestone

    • Method Detail

      • getTitle

        public String getTitle()
        The title of the milestone
        Returns:
        The title of the milestone
      • setTitle

        public void setTitle​(String title)
        The title of the milestone
      • getFrom

        public Page getFrom()
        The Page that posted the milestone.
        Returns:
        The Page that posted the milestone.
      • setFrom

        public void setFrom​(Page from)
        The Page that posted the milestone.
      • getDescription

        public String getDescription()
        The description of the milestone.
        Returns:
        The description of the milestone
      • setDescription

        public void setDescription​(String description)
        The description of the milestone.
      • setCreatedTime

        public void setCreatedTime​(Date createdTime)
        The creation time of the milestone.
      • getUpdatedTime

        public Date getUpdatedTime()
        The update time of the milestone.
        Returns:
        The update time of the milestone
      • setUpdatedTime

        public void setUpdatedTime​(Date updatedTime)
        The update time of the milestone.
      • getStartTime

        public Date getStartTime()
        The start time of the milestone.
        Returns:
        The start time of the milestone
      • setStartTime

        public void setStartTime​(Date startTime)
        The start time of the milestone.
      • getEndTime

        public Date getEndTime()
        The end time of the milestone. Page milestones have the same start and end time.
        Returns:
        The end time of the milestone. Page milestones have the same start and end time
      • setEndTime

        public void setEndTime​(Date endTime)
        The end time of the milestone. Page milestones have the same start and end time.