Class Office
java.lang.Object
org.apache.fineract.client.models.Office
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
comments="Generator version: 7.8.0")
public class Office
extends Object
Office
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddChildrenItem(Office childrenItem) booleanexternalId(ExternalId externalId) Get childrenGet externalIdGet hierarchygetId()Get idgetName()Get namegetNew()Get _newGet openingDateGet openingLocalDateGet parentinthashCode()openingDate(LocalDate openingDate) openingLocalDate(LocalDate openingLocalDate) voidsetChildren(List<Office> children) voidsetExternalId(ExternalId externalId) voidsetHierarchy(String hierarchy) voidvoidvoidvoidsetOpeningDate(LocalDate openingDate) voidsetOpeningLocalDate(LocalDate openingLocalDate) voidtoString()
-
Field Details
-
SERIALIZED_NAME_CHILDREN
- See Also:
-
SERIALIZED_NAME_EXTERNAL_ID
- See Also:
-
SERIALIZED_NAME_HIERARCHY
- See Also:
-
SERIALIZED_NAME_ID
- See Also:
-
SERIALIZED_NAME_NAME
- See Also:
-
SERIALIZED_NAME_NEW
- See Also:
-
SERIALIZED_NAME_OPENING_DATE
- See Also:
-
SERIALIZED_NAME_OPENING_LOCAL_DATE
- See Also:
-
SERIALIZED_NAME_PARENT
- See Also:
-
-
Constructor Details
-
Office
public Office()
-
-
Method Details
-
children
-
addChildrenItem
-
getChildren
Get children- Returns:
- children
-
setChildren
-
externalId
-
getExternalId
Get externalId- Returns:
- externalId
-
setExternalId
-
hierarchy
-
getHierarchy
Get hierarchy- Returns:
- hierarchy
-
setHierarchy
-
id
-
getId
Get id- Returns:
- id
-
setId
-
name
-
getName
Get name- Returns:
- name
-
setName
-
_new
-
getNew
Get _new- Returns:
- _new
-
setNew
-
openingDate
-
getOpeningDate
Get openingDate- Returns:
- openingDate
-
setOpeningDate
-
openingLocalDate
-
getOpeningLocalDate
Get openingLocalDate- Returns:
- openingLocalDate
-
setOpeningLocalDate
-
parent
-
getParent
Get parent- Returns:
- parent
-
setParent
-
equals
-
hashCode
public int hashCode() -
toString
-