Uses of Class
com.echothree.model.jooq.server.records.term.StandardTerms
Packages that use StandardTerms
Package
Description
-
Uses of StandardTerms in com.echothree.model.jooq.server.keys.term
Fields in com.echothree.model.jooq.server.keys.term with type parameters of type StandardTermsModifier and TypeFieldDescriptionstatic final org.jooq.UniqueKey<StandardTerms> TermUniqueKeys.STANDARD_TERMS_PKstatic final org.jooq.UniqueKey<StandardTerms> TermUniqueKeys.STANDARD_TERMS_TERM_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<StandardTerms, Terms> TermForeignKeys.STANDARD_TERMS_TERM_FK -
Uses of StandardTerms in com.echothree.model.jooq.server.tables.term
Fields in com.echothree.model.jooq.server.tables.term with type parameters of type StandardTermsModifier and TypeFieldDescriptionfinal org.jooq.TableField<StandardTerms, Integer> StandardTerms.DISCOUNT_DAYSThe columnstandardterms.stdtrm_discountdays.final org.jooq.TableField<StandardTerms, Integer> StandardTerms.DISCOUNT_PERCENTAGEThe columnstandardterms.stdtrm_discountpercentage.final org.jooq.TableField<StandardTerms, Long> StandardTerms.FROM_TIMEThe columnstandardterms.stdtrm_fromtime.final org.jooq.TableField<StandardTerms, Integer> StandardTerms.NET_DUE_DAYSThe columnstandardterms.stdtrm_netduedays.final org.jooq.TableField<StandardTerms, StandardTermPK> StandardTerms.STANDARD_TERMThe columnstandardterms.stdtrm_standardtermid.final org.jooq.TableField<StandardTerms, TermPK> StandardTerms.TERMThe columnstandardterms.stdtrm_trm_termid.final org.jooq.TableField<StandardTerms, Long> StandardTerms.THRU_TIMEThe columnstandardterms.stdtrm_thrutime.Methods in com.echothree.model.jooq.server.tables.term that return types with arguments of type StandardTermsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<StandardTerms> StandardTerms.getPrimaryKey()StandardTerms.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<StandardTerms, ?>> StandardTerms.getReferences()List<org.jooq.UniqueKey<StandardTerms>> StandardTerms.getUniqueKeys()