public class FilingAdjustmentModel
extends java.lang.Object
Constructor and Description |
---|
FilingAdjustmentModel() |
Modifier and Type | Method and Description |
---|---|
PaymentAccountTypeId |
getAccountType()
Getter for accountType - A model for return adjustments.
|
java.math.BigDecimal |
getAmount()
Getter for amount - A model for return adjustments.
|
java.lang.Long |
getId()
Getter for id - A model for return adjustments.
|
java.lang.Boolean |
getIsCalculated()
Getter for isCalculated - A model for return adjustments.
|
AdjustmentPeriodTypeId |
getPeriod()
Getter for period - A model for return adjustments.
|
java.lang.String |
getReason()
Getter for reason - A model for return adjustments.
|
AdjustmentTypeId |
getType()
Getter for type - A model for return adjustments.
|
void |
setAccountType(PaymentAccountTypeId accountType)
Setter for accountType - A model for return adjustments.
|
void |
setAmount(java.math.BigDecimal amount)
Setter for amount - A model for return adjustments.
|
void |
setId(java.lang.Long id)
Setter for id - A model for return adjustments.
|
void |
setIsCalculated(java.lang.Boolean isCalculated)
Setter for isCalculated - A model for return adjustments.
|
void |
setPeriod(AdjustmentPeriodTypeId period)
Setter for period - A model for return adjustments.
|
void |
setReason(java.lang.String reason)
Setter for reason - A model for return adjustments.
|
void |
setType(AdjustmentTypeId type)
Setter for type - A model for return adjustments.
|
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