Class GLAccount

java.lang.Object
org.apache.fineract.client.models.GLAccount

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.8.0") public class GLAccount extends Object
GLAccount
  • Field Details

  • Constructor Details

    • GLAccount

      public GLAccount()
  • Method Details

    • children

      public GLAccount children(List<GLAccount> children)
    • addChildrenItem

      public GLAccount addChildrenItem(GLAccount childrenItem)
    • getChildren

      @Nullable public List<GLAccount> getChildren()
      Get children
      Returns:
      children
    • setChildren

      public void setChildren(List<GLAccount> children)
    • description

      public GLAccount description(String description)
    • getDescription

      @Nullable public String getDescription()
      Get description
      Returns:
      description
    • setDescription

      public void setDescription(String description)
    • detailAccount

      public GLAccount detailAccount(Boolean detailAccount)
    • getDetailAccount

      @Nullable public Boolean getDetailAccount()
      Get detailAccount
      Returns:
      detailAccount
    • setDetailAccount

      public void setDetailAccount(Boolean detailAccount)
    • disabled

      public GLAccount disabled(Boolean disabled)
    • getDisabled

      @Nullable public Boolean getDisabled()
      Get disabled
      Returns:
      disabled
    • setDisabled

      public void setDisabled(Boolean disabled)
    • glCode

      public GLAccount glCode(String glCode)
    • getGlCode

      @Nullable public String getGlCode()
      Get glCode
      Returns:
      glCode
    • setGlCode

      public void setGlCode(String glCode)
    • headerAccount

      public GLAccount headerAccount(Boolean headerAccount)
    • getHeaderAccount

      @Nullable public Boolean getHeaderAccount()
      Get headerAccount
      Returns:
      headerAccount
    • setHeaderAccount

      public void setHeaderAccount(Boolean headerAccount)
    • hierarchy

      public GLAccount hierarchy(String hierarchy)
    • getHierarchy

      @Nullable public String getHierarchy()
      Get hierarchy
      Returns:
      hierarchy
    • setHierarchy

      public void setHierarchy(String hierarchy)
    • id

      public GLAccount id(Long id)
    • getId

      @Nullable public Long getId()
      Get id
      Returns:
      id
    • setId

      public void setId(Long id)
    • manualEntriesAllowed

      public GLAccount manualEntriesAllowed(Boolean manualEntriesAllowed)
    • getManualEntriesAllowed

      @Nullable public Boolean getManualEntriesAllowed()
      Get manualEntriesAllowed
      Returns:
      manualEntriesAllowed
    • setManualEntriesAllowed

      public void setManualEntriesAllowed(Boolean manualEntriesAllowed)
    • name

      public GLAccount name(String name)
    • getName

      @Nullable public String getName()
      Get name
      Returns:
      name
    • setName

      public void setName(String name)
    • _new

      public GLAccount _new(Boolean _new)
    • getNew

      @Nullable public Boolean getNew()
      Get _new
      Returns:
      _new
    • setNew

      public void setNew(Boolean _new)
    • parent

      public GLAccount parent(GLAccount parent)
    • getParent

      @Nullable public GLAccount getParent()
      Get parent
      Returns:
      parent
    • setParent

      public void setParent(GLAccount parent)
    • tagId

      public GLAccount tagId(CodeValue tagId)
    • getTagId

      @Nullable public CodeValue getTagId()
      Get tagId
      Returns:
      tagId
    • setTagId

      public void setTagId(CodeValue tagId)
    • type

      public GLAccount type(Integer type)
    • getType

      @Nullable public Integer getType()
      Get type
      Returns:
      type
    • setType

      public void setType(Integer type)
    • usage

      public GLAccount usage(Integer usage)
    • getUsage

      @Nullable public Integer getUsage()
      Get usage
      Returns:
      usage
    • setUsage

      public void setUsage(Integer usage)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object