Class ClientCollateralManagementData
java.lang.Object
org.apache.fineract.client.models.ClientCollateralManagementData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class ClientCollateralManagementData
extends Object
ClientCollateralManagementData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetId()Get idgetName()Get nameGet pctToBaseGet quantitygetTotal()Get totalGet totalCollateralGet unitPriceinthashCode()pctToBase(BigDecimal pctToBase) quantity(BigDecimal quantity) voidvoidvoidsetPctToBase(BigDecimal pctToBase) voidsetQuantity(BigDecimal quantity) voidsetTotal(BigDecimal total) voidsetTotalCollateral(BigDecimal totalCollateral) voidsetUnitPrice(BigDecimal unitPrice) toString()total(BigDecimal total) totalCollateral(BigDecimal totalCollateral) unitPrice(BigDecimal unitPrice)
-
Field Details
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PCT_TO_BASE
- See Also:
-
SERIALIZED_NAME_QUANTITY
- See Also:
-
SERIALIZED_NAME_TOTAL
- See Also:
-
SERIALIZED_NAME_TOTAL_COLLATERAL
- See Also:
-
SERIALIZED_NAME_UNIT_PRICE
- See Also:
-
-
Constructor Details
-
ClientCollateralManagementData
public ClientCollateralManagementData()
-
-
Method Details
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
pctToBase
-
getPctToBase
Get pctToBase- Returns:
- pctToBase
-
setPctToBase
-
quantity
-
getQuantity
Get quantity- Returns:
- quantity
-
setQuantity
-
total
-
getTotal
Get total- Returns:
- total
-
setTotal
-
totalCollateral
-
getTotalCollateral
Get totalCollateral- Returns:
- totalCollateral
-
setTotalCollateral
-
unitPrice
-
getUnitPrice
Get unitPrice- Returns:
- unitPrice
-
setUnitPrice
-
equals
-
hashCode
public int hashCode() -
toString
-