public class NoticePriorityModel
extends java.lang.Object
Constructor and Description |
---|
NoticePriorityModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.Boolean |
getActiveFlag()
Getter for activeFlag
A flag if the Priority is active
|
java.lang.String |
getDescription()
Getter for description
The description name of this tax authority Priority.
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this tax notice customer Priority.
|
java.lang.Integer |
getSortOrder()
Getter for sortOrder
sort order of the Prioritys
|
void |
setActiveFlag(java.lang.Boolean value)
Setter for activeFlag
A flag if the Priority is active
|
void |
setDescription(java.lang.String value)
Setter for description
The description name of this tax authority Priority.
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this tax notice customer Priority.
|
void |
setSortOrder(java.lang.Integer value)
Setter for sortOrder
sort order of the Prioritys
|
java.lang.String |
toString()
Returns a JSON string representation of NoticePriorityModel
|
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 getActiveFlag()
public void setActiveFlag(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