Class AppointmentSource


  • public class AppointmentSource
    extends Source
    Represents an appointment.
    • Constructor Detail

      • AppointmentSource

        public AppointmentSource()
    • Method Detail

      • getComment

        public java.lang.String getComment()
        Get comment
        Returns:
      • setComment

        public void setComment​(java.lang.String comment)
        Set comment
        Parameters:
        comment -
      • getStart

        public java.time.LocalDateTime getStart()
        Get start date
        Returns:
      • setStart

        public void setStart​(java.time.LocalDateTime start)
        Set start date
        Parameters:
        start -
      • getEnd

        public java.time.LocalDateTime getEnd()
        Get end date
        Returns:
      • setEnd

        public void setEnd​(java.time.LocalDateTime end)
        Set end date
        Parameters:
        end -
      • hashCode

        public int hashCode()
        Return hashcode
        Overrides:
        hashCode in class Source
        Returns:
      • equals

        public boolean equals​(java.lang.Object obj)
        Check object
        Overrides:
        equals in class Source
        Parameters:
        obj -
        Returns: