Class CodeValue
java.lang.Object
org.apache.fineract.client.models.CodeValue
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class CodeValue
extends Object
CodeValue
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) booleanGet activegetCode()Get codeGet descriptiongetId()Get idgetLabel()Get labelGet mandatorygetNew()Get _newGet positioninthashCode()voidvoidvoidsetDescription(String description) voidvoidvoidsetMandatory(Boolean mandatory) voidvoidsetPosition(Integer position) toString()
-
Field Details
-
SERIALIZED_NAME_ACTIVE
- See Also:
-
SERIALIZED_NAME_CODE
- See Also:
-
SERIALIZED_NAME_DESCRIPTION
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_LABEL
- See Also:
-
SERIALIZED_NAME_MANDATORY
- See Also:
-
SERIALIZED_NAME_NEW
- See Also:
-
SERIALIZED_NAME_POSITION
- See Also:
-
-
Constructor Details
-
CodeValue
public CodeValue()
-
-
Method Details
-
active
-
getActive
Get active- Returns:
- active
-
setActive
-
code
-
getCode
Get code- Returns:
- code
-
setCode
-
description
-
getDescription
Get description- Returns:
- description
-
setDescription
-
id
-
getId
Get id- Returns:
- id
-
setId
-
label
-
getLabel
Get label- Returns:
- label
-
setLabel
-
mandatory
-
getMandatory
Get mandatory- Returns:
- mandatory
-
setMandatory
-
_new
-
getNew
Get _new- Returns:
- _new
-
setNew
-
position
-
getPosition
Get position- Returns:
- position
-
setPosition
-
equals
-
hashCode
public int hashCode() -
toString
-