Uses of Class
com.echothree.model.jooq.server.records.accounting.GlAccountClassDetails
Packages that use GlAccountClassDetails
Package
Description
-
Uses of GlAccountClassDetails in com.echothree.model.jooq.server.keys.accounting
Fields in com.echothree.model.jooq.server.keys.accounting with type parameters of type GlAccountClassDetailsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<GlAccountClassDetails> AccountingUniqueKeys.GL_ACCOUNT_CLASS_DETAILS_GL_ACCOUNT_CLASS_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<GlAccountClassDetails, GlAccountClasses> AccountingForeignKeys.GL_ACCOUNT_CLASS_DETAILS_GL_ACCOUNT_CLASS_FKstatic final org.jooq.UniqueKey<GlAccountClassDetails> AccountingUniqueKeys.GL_ACCOUNT_CLASS_DETAILS_GL_ACCOUNT_CLASS_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<GlAccountClassDetails, GlAccountClasses> AccountingForeignKeys.GL_ACCOUNT_CLASS_DETAILS_PARENT_GL_ACCOUNT_CLASS_FKstatic final org.jooq.UniqueKey<GlAccountClassDetails> AccountingUniqueKeys.GL_ACCOUNT_CLASS_DETAILS_PKstatic final org.jooq.ForeignKey<GlAccountClasses, GlAccountClassDetails> AccountingForeignKeys.GL_ACCOUNT_CLASSES_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<GlAccountClasses, GlAccountClassDetails> AccountingForeignKeys.GL_ACCOUNT_CLASSES_LAST_DETAIL_FK -
Uses of GlAccountClassDetails in com.echothree.model.jooq.server.tables.accounting
Fields in com.echothree.model.jooq.server.tables.accounting with type parameters of type GlAccountClassDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<GlAccountClassDetails, Long> GlAccountClassDetails.FROM_TIMEThe columnglaccountclassdetails.glaclsdt_fromtime.final org.jooq.TableField<GlAccountClassDetails, GlAccountClassPK> GlAccountClassDetails.GL_ACCOUNT_CLASSThe columnglaccountclassdetails.glaclsdt_glacls_glaccountclassid.final org.jooq.TableField<GlAccountClassDetails, GlAccountClassDetailPK> GlAccountClassDetails.GL_ACCOUNT_CLASS_DETAILThe columnglaccountclassdetails.glaclsdt_glaccountclassdetailid.final org.jooq.TableField<GlAccountClassDetails, String> GlAccountClassDetails.GL_ACCOUNT_CLASS_NAMEThe columnglaccountclassdetails.glaclsdt_glaccountclassname.final org.jooq.TableField<GlAccountClassDetails, Boolean> GlAccountClassDetails.IS_DEFAULTThe columnglaccountclassdetails.glaclsdt_isdefault.final org.jooq.TableField<GlAccountClassDetails, GlAccountClassPK> GlAccountClassDetails.PARENT_GL_ACCOUNT_CLASSThe columnglaccountclassdetails.glaclsdt_parentglaccountclassid.final org.jooq.TableField<GlAccountClassDetails, Integer> GlAccountClassDetails.SORT_ORDERThe columnglaccountclassdetails.glaclsdt_sortorder.final org.jooq.TableField<GlAccountClassDetails, Long> GlAccountClassDetails.THRU_TIMEThe columnglaccountclassdetails.glaclsdt_thrutime.Methods in com.echothree.model.jooq.server.tables.accounting that return types with arguments of type GlAccountClassDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<GlAccountClassDetails> GlAccountClassDetails.getPrimaryKey()GlAccountClassDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<GlAccountClassDetails, ?>> GlAccountClassDetails.getReferences()List<org.jooq.UniqueKey<GlAccountClassDetails>> GlAccountClassDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.accounting with type arguments of type GlAccountClassDetailsModifierConstructorDescriptionGlAccountClassDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountClassDetails> childPath, org.jooq.InverseForeignKey<O, GlAccountClassDetails> parentPath) GlAccountClassDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountClassDetails> childPath, org.jooq.InverseForeignKey<O, GlAccountClassDetails> parentPath) GlAccountClassDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountClassDetails> childPath, org.jooq.InverseForeignKey<O, GlAccountClassDetails> parentPath) GlAccountClassDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, GlAccountClassDetails> childPath, org.jooq.InverseForeignKey<O, GlAccountClassDetails> parentPath)