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