public class NoticeFinanceModel
extends java.lang.Object
Constructor and Description |
---|
NoticeFinanceModel() |
Modifier and Type | Method and Description |
---|---|
ResourceFileUploadRequestModel |
getAttachmentUploadRequest()
Getter for attachmentUploadRequest - Represents estimated financial results from responding to a tax notice.
|
java.util.Date |
getCreatedDate()
Getter for createdDate - Represents estimated financial results from responding to a tax notice.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId - Represents estimated financial results from responding to a tax notice.
|
java.math.BigDecimal |
getCredits()
Getter for credits - Represents estimated financial results from responding to a tax notice.
|
java.math.BigDecimal |
getCspFeeRefund()
Getter for cspFeeRefund - Represents estimated financial results from responding to a tax notice.
|
java.math.BigDecimal |
getCustomerInterest()
Getter for customerInterest - Represents estimated financial results from responding to a tax notice.
|
java.math.BigDecimal |
getCustomerPenalty()
Getter for customerPenalty - Represents estimated financial results from responding to a tax notice.
|
java.util.Date |
getDueDate()
Getter for dueDate - Represents estimated financial results from responding to a tax notice.
|
java.lang.String |
getFileName()
Getter for fileName - Represents estimated financial results from responding to a tax notice.
|
java.lang.Integer |
getId()
Getter for id - Represents estimated financial results from responding to a tax notice.
|
java.math.BigDecimal |
getInterest()
Getter for interest - Represents estimated financial results from responding to a tax notice.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate - Represents estimated financial results from responding to a tax notice.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId - Represents estimated financial results from responding to a tax notice.
|
java.util.Date |
getNoticeDate()
Getter for noticeDate - Represents estimated financial results from responding to a tax notice.
|
java.lang.Integer |
getNoticeId()
Getter for noticeId - Represents estimated financial results from responding to a tax notice.
|
java.lang.String |
getNoticeNumber()
Getter for noticeNumber - Represents estimated financial results from responding to a tax notice.
|
java.math.BigDecimal |
getPenalty()
Getter for penalty - Represents estimated financial results from responding to a tax notice.
|
java.lang.Long |
getResourceFileId()
Getter for resourceFileId - Represents estimated financial results from responding to a tax notice.
|
java.math.BigDecimal |
getTaxAbated()
Getter for taxAbated - Represents estimated financial results from responding to a tax notice.
|
java.math.BigDecimal |
getTaxDue()
Getter for taxDue - Represents estimated financial results from responding to a tax notice.
|
void |
setAttachmentUploadRequest(ResourceFileUploadRequestModel attachmentUploadRequest)
Setter for attachmentUploadRequest - Represents estimated financial results from responding to a tax notice.
|
void |
setCreatedDate(java.util.Date createdDate)
Setter for createdDate - Represents estimated financial results from responding to a tax notice.
|
void |
setCreatedUserId(java.lang.Integer createdUserId)
Setter for createdUserId - Represents estimated financial results from responding to a tax notice.
|
void |
setCredits(java.math.BigDecimal credits)
Setter for credits - Represents estimated financial results from responding to a tax notice.
|
void |
setCspFeeRefund(java.math.BigDecimal cspFeeRefund)
Setter for cspFeeRefund - Represents estimated financial results from responding to a tax notice.
|
void |
setCustomerInterest(java.math.BigDecimal customerInterest)
Setter for customerInterest - Represents estimated financial results from responding to a tax notice.
|
void |
setCustomerPenalty(java.math.BigDecimal customerPenalty)
Setter for customerPenalty - Represents estimated financial results from responding to a tax notice.
|
void |
setDueDate(java.util.Date dueDate)
Setter for dueDate - Represents estimated financial results from responding to a tax notice.
|
void |
setFileName(java.lang.String fileName)
Setter for fileName - Represents estimated financial results from responding to a tax notice.
|
void |
setId(java.lang.Integer id)
Setter for id - Represents estimated financial results from responding to a tax notice.
|
void |
setInterest(java.math.BigDecimal interest)
Setter for interest - Represents estimated financial results from responding to a tax notice.
|
void |
setModifiedDate(java.util.Date modifiedDate)
Setter for modifiedDate - Represents estimated financial results from responding to a tax notice.
|
void |
setModifiedUserId(java.lang.Integer modifiedUserId)
Setter for modifiedUserId - Represents estimated financial results from responding to a tax notice.
|
void |
setNoticeDate(java.util.Date noticeDate)
Setter for noticeDate - Represents estimated financial results from responding to a tax notice.
|
void |
setNoticeId(java.lang.Integer noticeId)
Setter for noticeId - Represents estimated financial results from responding to a tax notice.
|
void |
setNoticeNumber(java.lang.String noticeNumber)
Setter for noticeNumber - Represents estimated financial results from responding to a tax notice.
|
void |
setPenalty(java.math.BigDecimal penalty)
Setter for penalty - Represents estimated financial results from responding to a tax notice.
|
void |
setResourceFileId(java.lang.Long resourceFileId)
Setter for resourceFileId - Represents estimated financial results from responding to a tax notice.
|
void |
setTaxAbated(java.math.BigDecimal taxAbated)
Setter for taxAbated - Represents estimated financial results from responding to a tax notice.
|
void |
setTaxDue(java.math.BigDecimal taxDue)
Setter for taxDue - Represents estimated financial results from responding to a tax notice.
|
java.lang.String |
toString()
Returns a JSON string representation of NoticeFinanceModel.
|
public java.math.BigDecimal getCustomerPenalty()
public void setCustomerPenalty(java.math.BigDecimal customerPenalty)
public java.math.BigDecimal getTaxDue()
public void setTaxDue(java.math.BigDecimal taxDue)
public java.util.Date getNoticeDate()
public void setNoticeDate(java.util.Date noticeDate)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
public java.math.BigDecimal getCredits()
public void setCredits(java.math.BigDecimal credits)
public java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
public java.lang.Integer getNoticeId()
public void setNoticeId(java.lang.Integer noticeId)
public java.lang.Integer getId()
public void setId(java.lang.Integer id)
public java.math.BigDecimal getCspFeeRefund()
public void setCspFeeRefund(java.math.BigDecimal cspFeeRefund)
public java.math.BigDecimal getInterest()
public void setInterest(java.math.BigDecimal interest)
public ResourceFileUploadRequestModel getAttachmentUploadRequest()
public void setAttachmentUploadRequest(ResourceFileUploadRequestModel attachmentUploadRequest)
public java.math.BigDecimal getTaxAbated()
public void setTaxAbated(java.math.BigDecimal taxAbated)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer modifiedUserId)
public java.util.Date getDueDate()
public void setDueDate(java.util.Date dueDate)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer createdUserId)
public java.lang.Long getResourceFileId()
public void setResourceFileId(java.lang.Long resourceFileId)
public java.math.BigDecimal getPenalty()
public void setPenalty(java.math.BigDecimal penalty)
public java.math.BigDecimal getCustomerInterest()
public void setCustomerInterest(java.math.BigDecimal customerInterest)
public java.lang.String getNoticeNumber()
public void setNoticeNumber(java.lang.String noticeNumber)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date createdDate)
public java.lang.String toString()
toString
in class java.lang.Object