Class CollateralData
java.lang.Object
org.apache.fineract.client.models.CollateralData
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class CollateralData
extends Object
CollateralData
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddAllowedCollateralTypesItem(CodeValueData allowedCollateralTypesItem) allowedCollateralTypes(List<CodeValueData> allowedCollateralTypes) currency(CurrencyData currency) description(String description) booleanGet allowedCollateralTypesGet currencyGet descriptiongetId()Get idgetType()Get typegetValue()Get valueinthashCode()voidsetAllowedCollateralTypes(List<CodeValueData> allowedCollateralTypes) voidsetCurrency(CurrencyData currency) voidsetDescription(String description) voidvoidsetType(CodeValueData type) voidsetValue(BigDecimal value) toString()type(CodeValueData type) value(BigDecimal value)
-
Field Details
-
SERIALIZED_NAME_ALLOWED_COLLATERAL_TYPES
- See Also:
-
SERIALIZED_NAME_CURRENCY
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_TYPE
- See Also:
-
SERIALIZED_NAME_VALUE
- See Also:
-
-
Constructor Details
-
CollateralData
public CollateralData()
-
-
Method Details
-
allowedCollateralTypes
-
addAllowedCollateralTypesItem
-
getAllowedCollateralTypes
Get allowedCollateralTypes- Returns:
- allowedCollateralTypes
-
setAllowedCollateralTypes
-
currency
-
getCurrency
Get currency- Returns:
- currency
-
setCurrency
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
id
-
getId
Get id- Returns:
- id
-
setId
-
type
-
getType
Get type- Returns:
- type
-
setType
-
value
-
getValue
Get value- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-