Class Notification

  • All Implemented Interfaces:
    Validable

    public class Notification
    extends java.lang.Object
    implements Validable
    Notification object
    • Constructor Detail

      • Notification

        public Notification()
    • Method Detail

      • getDate

        public java.lang.Integer getDate()
      • setDate

        public Notification setDate​(java.lang.Integer date)
      • getFeedback

        public Feedback getFeedback()
      • getReply

        public Reply getReply()
      • getType

        public java.lang.String getType()
      • setType

        public Notification setType​(java.lang.String type)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • toPrettyString

        public java.lang.String toPrettyString()