Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Index
  • Help
  • Summary: 
  • Nested | 
  • Field | 
  • Constr | 
  • Method
  • Detail: 
  • Field | 
  • Constr | 
  • Method
Package com.echothree.model.control.accounting.server.graphql

Class GlAccountObject

java.lang.Object
com.echothree.model.control.graphql.server.graphql.BaseObject
com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject
com.echothree.model.control.accounting.server.graphql.GlAccountObject

public class GlAccountObject extends BaseEntityInstanceObject
  • Field Summary

    Fields inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject

    basePrimaryKey
  • Constructor Summary

    Constructors
    Constructor
    Description
    GlAccountObject(GlAccount glAccount)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    CurrencyObject
    getCurrency(graphql.schema.DataFetchingEnvironment env)
     
    String
    getDescription(graphql.schema.DataFetchingEnvironment env)
     
    GlAccountCategoryObject
    getGlAccountCategory(graphql.schema.DataFetchingEnvironment env)
     
    GlAccountClassObject
    getGlAccountClass(graphql.schema.DataFetchingEnvironment env)
     
    String
    getGlAccountName()
     
    GlAccountTypeObject
    getGlAccountType(graphql.schema.DataFetchingEnvironment env)
     
    GlResourceTypeObject
    getGlResourceType(graphql.schema.DataFetchingEnvironment env)
     
    Boolean
    getIsDefault()
     
    GlAccountObject
    getParentGlAccount()
     

    Methods inherited from class com.echothree.model.control.graphql.server.graphql.BaseEntityInstanceObject

    getEntityAliasType, getEntityAliasTypes, getEntityAttribute, getEntityAttributeGroup, getEntityAttributeGroups, getEntityInstance, getEntityInstanceByBasePK, getId, getTagScope, getTagScopes, getWorkflowEntityStatusObject

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • GlAccountObject

      public GlAccountObject(GlAccount glAccount)
  • Method Details

    • getGlAccountName

      public String getGlAccountName()
    • getParentGlAccount

      public GlAccountObject getParentGlAccount()
    • getGlAccountType

      public GlAccountTypeObject getGlAccountType(graphql.schema.DataFetchingEnvironment env)
    • getGlAccountClass

      public GlAccountClassObject getGlAccountClass(graphql.schema.DataFetchingEnvironment env)
    • getGlAccountCategory

      public GlAccountCategoryObject getGlAccountCategory(graphql.schema.DataFetchingEnvironment env)
    • getGlResourceType

      public GlResourceTypeObject getGlResourceType(graphql.schema.DataFetchingEnvironment env)
    • getCurrency

      public CurrencyObject getCurrency(graphql.schema.DataFetchingEnvironment env)
    • getIsDefault

      public Boolean getIsDefault()
    • getDescription

      public String getDescription(graphql.schema.DataFetchingEnvironment env)

Copyright 2002-2024 Echo Three, LLC