Class NoticeStatusModel


  • public class NoticeStatusModel
    extends java.lang.Object
    Tax Notice Status Model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getActiveFlag()
      Getter for activeFlag The active Flag of this tax authority type.
      java.lang.String getDescription()
      Getter for description The description name of this tax authority type.
      java.lang.Integer getId()
      Getter for id The unique ID number of this tax authority type.
      java.lang.Boolean getIsOpen()
      Getter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed.
      java.lang.Integer getSortOrder()
      Getter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.
      void setActiveFlag​(java.lang.Boolean value)
      Setter for activeFlag The active Flag of this tax authority type.
      void setDescription​(java.lang.String value)
      Setter for description The description name of this tax authority type.
      void setId​(java.lang.Integer value)
      Setter for id The unique ID number of this tax authority type.
      void setIsOpen​(java.lang.Boolean value)
      Setter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed.
      void setSortOrder​(java.lang.Integer value)
      Setter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.
      java.lang.String toString()
      Returns a JSON string representation of NoticeStatusModel
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • NoticeStatusModel

        public NoticeStatusModel()
    • Method Detail

      • getId

        public java.lang.Integer getId()
        Getter for id The unique ID number of this tax authority type.
      • setId

        public void setId​(java.lang.Integer value)
        Setter for id The unique ID number of this tax authority type.
      • getDescription

        public java.lang.String getDescription()
        Getter for description The description name of this tax authority type.
      • setDescription

        public void setDescription​(java.lang.String value)
        Setter for description The description name of this tax authority type.
      • getIsOpen

        public java.lang.Boolean getIsOpen()
        Getter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed.
      • setIsOpen

        public void setIsOpen​(java.lang.Boolean value)
        Setter for isOpen True if a tax notice in this status is considered 'open' and has more work expected to be done before it is closed.
      • getSortOrder

        public java.lang.Integer getSortOrder()
        Getter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.
      • setSortOrder

        public void setSortOrder​(java.lang.Integer value)
        Setter for sortOrder If a list of status values is to be displayed in a dropdown, they should be displayed in this numeric order.
      • getActiveFlag

        public java.lang.Boolean getActiveFlag()
        Getter for activeFlag The active Flag of this tax authority type.
      • setActiveFlag

        public void setActiveFlag​(java.lang.Boolean value)
        Setter for activeFlag The active Flag of this tax authority type.
      • toString

        public java.lang.String toString()
        Returns a JSON string representation of NoticeStatusModel
        Overrides:
        toString in class java.lang.Object