Package com.blockchyp.client.dto
Class PartnerStatementSummary
java.lang.Object
com.blockchyp.client.dto.PartnerStatementSummary
Models a basic information about partner statements for use in list or search results.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()Gets the id owner of the pricing policy.floatGets the commission earned on the portfolio during the statement period.Gets the string formatted total volume on the statement.Gets the date the statement was generated.Gets the status of the statement.floatGets total volume in numeric format.Gets the string formatted total volume on the statement.intGets the total volume on the statement.voidSets the id owner of the pricing policy.voidsetPartnerCommission(float value) Sets the commission earned on the portfolio during the statement period.voidSets the string formatted total volume on the statement.voidsetStatementDate(Date value) Sets the date the statement was generated.voidSets the status of the statement.voidsetTotalVolume(float value) Sets total volume in numeric format.voidsetTotalVolumeFormatted(String value) Sets the string formatted total volume on the statement.voidsetTransactionCount(int value) Sets the total volume on the statement.
-
Constructor Details
-
PartnerStatementSummary
public PartnerStatementSummary()
-
-
Method Details
-
setId
Sets the id owner of the pricing policy.- Parameters:
value- the id owner of the pricing policy.
-
getId
Gets the id owner of the pricing policy.- Returns:
- the id owner of the pricing policy.
-
setStatementDate
Sets the date the statement was generated.- Parameters:
value- the date the statement was generated.
-
getStatementDate
Gets the date the statement was generated.- Returns:
- the date the statement was generated.
-
setTotalVolume
public void setTotalVolume(float value) Sets total volume in numeric format.- Parameters:
value- total volume in numeric format.
-
getTotalVolume
public float getTotalVolume()Gets total volume in numeric format.- Returns:
- total volume in numeric format.
-
setTotalVolumeFormatted
Sets the string formatted total volume on the statement.- Parameters:
value- the string formatted total volume on the statement.
-
getTotalVolumeFormatted
Gets the string formatted total volume on the statement.- Returns:
- the string formatted total volume on the statement.
-
setTransactionCount
public void setTransactionCount(int value) Sets the total volume on the statement.- Parameters:
value- the total volume on the statement.
-
getTransactionCount
public int getTransactionCount()Gets the total volume on the statement.- Returns:
- the total volume on the statement.
-
setPartnerCommission
public void setPartnerCommission(float value) Sets the commission earned on the portfolio during the statement period.- Parameters:
value- the commission earned on the portfolio during the statement period.
-
getPartnerCommission
public float getPartnerCommission()Gets the commission earned on the portfolio during the statement period.- Returns:
- the commission earned on the portfolio during the statement period.
-
setPartnerCommissionFormatted
Sets the string formatted total volume on the statement.- Parameters:
value- the string formatted total volume on the statement.
-
getPartnerCommissionFormatted
Gets the string formatted total volume on the statement.- Returns:
- the string formatted total volume on the statement.
-
setStatus
Sets the status of the statement.- Parameters:
value- the status of the statement.
-
getStatus
Gets the status of the statement.- Returns:
- the status of the statement.
-