Class UpdateRequest

    • Constructor Detail

      • UpdateRequest

        public UpdateRequest()
    • Method Detail

      • getId

        public java.lang.Long getId()
        Get the Id of the update request.
        Returns:
        id
      • setId

        public UpdateRequest setId​(java.lang.Long id)
        Set the Id of the update request.
      • getSentBy

        public User getSentBy()
        Gets the User object containing the name and email of the sender
        Returns:
        sentBy
      • setSentBy

        public UpdateRequest setSentBy​(User sentBy)
        Sets the User object containing the name and email of the sender
      • getSchedule

        public Schedule getSchedule()
        Gets the schedule for which update requests will be sent out.
        Returns:
        schedule
      • setSchedule

        public UpdateRequest setSchedule​(Schedule schedule)
        Sets the schedule for which update requests will be sent out.
      • getCreatedAt

        public java.util.Date getCreatedAt()
        Gets the date and time for when this request was originally created.
        Returns:
        createdAt
      • setCreatedAt

        public UpdateRequest setCreatedAt​(java.util.Date createdAt)
        Sets the date and time for when this request was originally created.
      • getModifiedAt

        public java.util.Date getModifiedAt()
        Get the date and time for when the last change was made to this request.
        Returns:
        modifiedAt
      • setModifiedAt

        public UpdateRequest setModifiedAt​(java.util.Date modifiedAt)
        Set the date and time for when the last change was made to this request.