Class Topic

  • All Implemented Interfaces:
    Validable

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

      • Topic

        public Topic()
    • Method Detail

      • getComments

        public java.lang.Integer getComments()
      • setComments

        public Topic setComments​(java.lang.Integer comments)
      • getCreated

        public java.lang.Integer getCreated()
      • setCreated

        public Topic setCreated​(java.lang.Integer created)
      • getCreatedBy

        public java.lang.Integer getCreatedBy()
      • setCreatedBy

        public Topic setCreatedBy​(java.lang.Integer createdBy)
      • getId

        public java.lang.Integer getId()
      • setId

        public Topic setId​(java.lang.Integer id)
      • isClosed

        public boolean isClosed()
      • getIsClosed

        public BoolInt getIsClosed()
      • isFixed

        public boolean isFixed()
      • getIsFixed

        public BoolInt getIsFixed()
      • getTitle

        public java.lang.String getTitle()
      • setTitle

        public Topic setTitle​(java.lang.String title)
      • getUpdated

        public java.lang.Integer getUpdated()
      • setUpdated

        public Topic setUpdated​(java.lang.Integer updated)
      • getUpdatedBy

        public java.lang.Integer getUpdatedBy()
      • setUpdatedBy

        public Topic setUpdatedBy​(java.lang.Integer updatedBy)
      • 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()