Class LoanCollateralTemplateData
java.lang.Object
org.apache.fineract.client.models.LoanCollateralTemplateData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class LoanCollateralTemplateData
extends Object
LoanCollateralTemplateData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbasePrice(BigDecimal basePrice) collateralId(Long collateralId) booleanGet basePriceGet collateralIdgetName()Get nameGet pctToBaseGet quantityinthashCode()pctToBase(BigDecimal pctToBase) quantity(BigDecimal quantity) voidsetBasePrice(BigDecimal basePrice) voidsetCollateralId(Long collateralId) voidvoidsetPctToBase(BigDecimal pctToBase) voidsetQuantity(BigDecimal quantity) toString()
-
Field Details
-
SERIALIZED_NAME_BASE_PRICE
- See Also:
-
SERIALIZED_NAME_COLLATERAL_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_PCT_TO_BASE
- See Also:
-
SERIALIZED_NAME_QUANTITY
- See Also:
-
-
Constructor Details
-
LoanCollateralTemplateData
public LoanCollateralTemplateData()
-
-
Method Details
-
basePrice
-
getBasePrice
Get basePrice- Returns:
- basePrice
-
setBasePrice
-
collateralId
-
getCollateralId
Get collateralId- Returns:
- collateralId
-
setCollateralId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
pctToBase
-
getPctToBase
Get pctToBase- Returns:
- pctToBase
-
setPctToBase
-
quantity
-
getQuantity
Get quantity- Returns:
- quantity
-
setQuantity
-
equals
-
hashCode
public int hashCode() -
toString
-