public class FilingAdjustmentModel
extends java.lang.Object
Constructor and Description |
---|
FilingAdjustmentModel() |
Modifier and Type | Method and Description |
---|---|
PaymentAccountTypeId |
getAccountType()
Getter for accountType
The account type of the adjustment.
|
java.math.BigDecimal |
getAmount()
Getter for amount
The adjustment amount.
|
java.util.Date |
getCreatedDate()
Getter for createdDate
The date when this record was created.
|
java.lang.Integer |
getCreatedUserId()
Getter for createdUserId
The User ID of the user who created this record.
|
java.lang.Long |
getFilingId()
Getter for filingId
The filing return id that this applies too
|
java.lang.Long |
getId()
Getter for id
The unique ID number for the adjustment.
|
java.lang.Boolean |
getIsCalculated()
Getter for isCalculated
Whether or not the adjustment has been calculated.
|
java.util.Date |
getModifiedDate()
Getter for modifiedDate
The date/time when this record was last modified.
|
java.lang.Integer |
getModifiedUserId()
Getter for modifiedUserId
The user ID of the user who last modified this record.
|
AdjustmentPeriodTypeId |
getPeriod()
Getter for period
The filing period the adjustment is applied to.
|
java.lang.String |
getReason()
Getter for reason
A descriptive reason for creating this adjustment.
|
java.lang.String |
getType()
Getter for type
The type of the adjustment.
|
void |
setAccountType(PaymentAccountTypeId value)
Setter for accountType
The account type of the adjustment.
|
void |
setAmount(java.math.BigDecimal value)
Setter for amount
The adjustment amount.
|
void |
setCreatedDate(java.util.Date value)
Setter for createdDate
The date when this record was created.
|
void |
setCreatedUserId(java.lang.Integer value)
Setter for createdUserId
The User ID of the user who created this record.
|
void |
setFilingId(java.lang.Long value)
Setter for filingId
The filing return id that this applies too
|
void |
setId(java.lang.Long value)
Setter for id
The unique ID number for the adjustment.
|
void |
setIsCalculated(java.lang.Boolean value)
Setter for isCalculated
Whether or not the adjustment has been calculated.
|
void |
setModifiedDate(java.util.Date value)
Setter for modifiedDate
The date/time when this record was last modified.
|
void |
setModifiedUserId(java.lang.Integer value)
Setter for modifiedUserId
The user ID of the user who last modified this record.
|
void |
setPeriod(AdjustmentPeriodTypeId value)
Setter for period
The filing period the adjustment is applied to.
|
void |
setReason(java.lang.String value)
Setter for reason
A descriptive reason for creating this adjustment.
|
void |
setType(java.lang.String value)
Setter for type
The type of the adjustment.
|
java.lang.String |
toString()
Returns a JSON string representation of FilingAdjustmentModel
|
public java.lang.Long getId()
public void setId(java.lang.Long value)
public java.lang.Long getFilingId()
public void setFilingId(java.lang.Long value)
public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal value)
public AdjustmentPeriodTypeId getPeriod()
public void setPeriod(AdjustmentPeriodTypeId value)
public java.lang.String getType()
public void setType(java.lang.String value)
public java.lang.Boolean getIsCalculated()
public void setIsCalculated(java.lang.Boolean value)
public PaymentAccountTypeId getAccountType()
public void setAccountType(PaymentAccountTypeId value)
public java.lang.String getReason()
public void setReason(java.lang.String value)
public java.util.Date getCreatedDate()
public void setCreatedDate(java.util.Date value)
public java.lang.Integer getCreatedUserId()
public void setCreatedUserId(java.lang.Integer value)
public java.util.Date getModifiedDate()
public void setModifiedDate(java.util.Date value)
public java.lang.Integer getModifiedUserId()
public void setModifiedUserId(java.lang.Integer value)
public java.lang.String toString()
toString
in class java.lang.Object