public class NoticeRootCauseDetailModel
extends java.lang.Object
Constructor and Description |
---|
NoticeRootCauseDetailModel() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Getter for description
The description name of this root cause
|
java.lang.Integer |
getId()
Getter for id
The unique ID number of this filing frequency.
|
java.lang.Integer |
getNoticeId()
Getter for noticeId
TaxNoticeId
|
java.lang.Integer |
getTaxNoticeRootCauseId()
Getter for taxNoticeRootCauseId
TaxNoticeRootCauseId
|
void |
setDescription(java.lang.String value)
Setter for description
The description name of this root cause
|
void |
setId(java.lang.Integer value)
Setter for id
The unique ID number of this filing frequency.
|
void |
setNoticeId(java.lang.Integer value)
Setter for noticeId
TaxNoticeId
|
void |
setTaxNoticeRootCauseId(java.lang.Integer value)
Setter for taxNoticeRootCauseId
TaxNoticeRootCauseId
|
java.lang.String |
toString()
Returns a JSON string representation of NoticeRootCauseDetailModel
|
public java.lang.Integer getId()
public void setId(java.lang.Integer value)
public java.lang.Integer getNoticeId()
public void setNoticeId(java.lang.Integer value)
public java.lang.Integer getTaxNoticeRootCauseId()
public void setTaxNoticeRootCauseId(java.lang.Integer value)
public java.lang.String getDescription()
public void setDescription(java.lang.String value)
public java.lang.String toString()
toString
in class java.lang.Object