Class NoticeFilingTypeModel


  • public class NoticeFilingTypeModel
    extends java.lang.Object
    Tax Notice FilingType Model
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Boolean getActiveFlag()
      Getter for activeFlag A flag if the type is active
      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 notice customer type.
      java.lang.Integer getSortOrder()
      Getter for sortOrder sort order of the types
      void setActiveFlag​(java.lang.Boolean value)
      Setter for activeFlag A flag if the type is active
      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 notice customer type.
      void setSortOrder​(java.lang.Integer value)
      Setter for sortOrder sort order of the types
      java.lang.String toString()
      Returns a JSON string representation of NoticeFilingTypeModel
      • Methods inherited from class java.lang.Object

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

      • NoticeFilingTypeModel

        public NoticeFilingTypeModel()
    • Method Detail

      • getId

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

        public void setId​(java.lang.Integer value)
        Setter for id The unique ID number of this tax notice customer 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.
      • getActiveFlag

        public java.lang.Boolean getActiveFlag()
        Getter for activeFlag A flag if the type is active
      • setActiveFlag

        public void setActiveFlag​(java.lang.Boolean value)
        Setter for activeFlag A flag if the type is active
      • getSortOrder

        public java.lang.Integer getSortOrder()
        Getter for sortOrder sort order of the types
      • setSortOrder

        public void setSortOrder​(java.lang.Integer value)
        Setter for sortOrder sort order of the types
      • toString

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