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.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.
|
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.
|
AdjustmentTypeId |
getType()
Getter for type - The type of the adjustment.
|
void |
setAccountType(PaymentAccountTypeId accountType)
Setter for accountType - The account type of the adjustment.
|
void |
setAmount(java.math.BigDecimal amount)
Setter for amount - The adjustment amount.
|
void |
setId(java.lang.Long id)
Setter for id - The unique ID number for the adjustment.
|
void |
setIsCalculated(java.lang.Boolean isCalculated)
Setter for isCalculated - Whether or not the adjustment has been calculated.
|
void |
setPeriod(AdjustmentPeriodTypeId period)
Setter for period - The filing period the adjustment is applied to.
|
void |
setReason(java.lang.String reason)
Setter for reason - A descriptive reason for creating this adjustment.
|
void |
setType(AdjustmentTypeId type)
Setter for type - The type of the adjustment.
|
java.lang.String |
toString()
Returns a JSON string representation of FilingAdjustmentModel.
|
public java.lang.Boolean getIsCalculated()
public void setIsCalculated(java.lang.Boolean isCalculated)
public java.lang.String getReason()
public void setReason(java.lang.String reason)
public java.math.BigDecimal getAmount()
public void setAmount(java.math.BigDecimal amount)
public java.lang.Long getId()
public void setId(java.lang.Long id)
public PaymentAccountTypeId getAccountType()
public void setAccountType(PaymentAccountTypeId accountType)
public AdjustmentTypeId getType()
public void setType(AdjustmentTypeId type)
public AdjustmentPeriodTypeId getPeriod()
public void setPeriod(AdjustmentPeriodTypeId period)
public java.lang.String toString()
toString
in class java.lang.Object