public class NoticeStatusModel
extends java.lang.Object
Constructor and Description |
---|
NoticeStatusModel() |
Modifier and Type | Method and Description |
---|---|
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 |
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
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.Boolean getIsOpen()
public void setIsOpen(java.lang.Boolean value)
public java.lang.Integer getSortOrder()
public void setSortOrder(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object