Package com.blockchyp.client.dto
Class PartnerStatementAdjustment
java.lang.Object
com.blockchyp.client.dto.PartnerStatementAdjustment
Models partner statement adjustments.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfloatGets the amount in floating point format.Gets the currency formatted form of amount.Gets a description of the adjustment.getId()Gets the adjustment id.Gets the date and time the disbursement was posted to the account.voidsetAmount(float value) Sets the amount in floating point format.voidsetAmountFormatted(String value) Sets the currency formatted form of amount.voidsetDescription(String value) Sets a description of the adjustment.voidSets the adjustment id.voidsetTimestamp(Date value) Sets the date and time the disbursement was posted to the account.
-
Constructor Details
-
PartnerStatementAdjustment
public PartnerStatementAdjustment()
-
-
Method Details
-
setId
Sets the adjustment id.- Parameters:
value- the adjustment id.
-
getId
Gets the adjustment id.- Returns:
- the adjustment id.
-
setTimestamp
Sets the date and time the disbursement was posted to the account.- Parameters:
value- the date and time the disbursement was posted to the account.
-
getTimestamp
Gets the date and time the disbursement was posted to the account.- Returns:
- the date and time the disbursement was posted to the account.
-
setDescription
Sets a description of the adjustment.- Parameters:
value- a description of the adjustment.
-
getDescription
Gets a description of the adjustment.- Returns:
- a description of the adjustment.
-
setAmount
public void setAmount(float value) Sets the amount in floating point format.- Parameters:
value- the amount in floating point format.
-
getAmount
public float getAmount()Gets the amount in floating point format.- Returns:
- the amount in floating point format.
-
setAmountFormatted
Sets the currency formatted form of amount.- Parameters:
value- the currency formatted form of amount.
-
getAmountFormatted
Gets the currency formatted form of amount.- Returns:
- the currency formatted form of amount.
-