Uses of Class
com.echothree.model.jooq.server.records.offer.SourceDetails
Packages that use SourceDetails
Package
Description
-
Uses of SourceDetails in com.echothree.model.jooq.server.keys.offer
Fields in com.echothree.model.jooq.server.keys.offer with type parameters of type SourceDetailsModifier and TypeFieldDescriptionstatic final org.jooq.ForeignKey<SourceDetails, OfferUses> OfferForeignKeys.SOURCE_DETAILS_OFFER_USE_FKstatic final org.jooq.UniqueKey<SourceDetails> OfferUniqueKeys.SOURCE_DETAILS_PKstatic final org.jooq.UniqueKey<SourceDetails> OfferUniqueKeys.SOURCE_DETAILS_SOURCE_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<SourceDetails, Sources> OfferForeignKeys.SOURCE_DETAILS_SOURCE_FKstatic final org.jooq.UniqueKey<SourceDetails> OfferUniqueKeys.SOURCE_DETAILS_SOURCE_NAME_AND_THRU_TIME_UKstatic final org.jooq.ForeignKey<Sources, SourceDetails> OfferForeignKeys.SOURCES_ACTIVE_DETAIL_FKstatic final org.jooq.ForeignKey<Sources, SourceDetails> OfferForeignKeys.SOURCES_LAST_DETAIL_FK -
Uses of SourceDetails in com.echothree.model.jooq.server.tables.offer
Fields in com.echothree.model.jooq.server.tables.offer with type parameters of type SourceDetailsModifier and TypeFieldDescriptionfinal org.jooq.TableField<SourceDetails, Long> SourceDetails.FROM_TIMEThe columnsourcedetails.srcdt_fromtime.final org.jooq.TableField<SourceDetails, Boolean> SourceDetails.IS_DEFAULTThe columnsourcedetails.srcdt_isdefault.final org.jooq.TableField<SourceDetails, OfferUsePK> SourceDetails.OFFER_USEThe columnsourcedetails.srcdt_ofruse_offeruseid.final org.jooq.TableField<SourceDetails, Integer> SourceDetails.SORT_ORDERThe columnsourcedetails.srcdt_sortorder.final org.jooq.TableField<SourceDetails, SourcePK> SourceDetails.SOURCEThe columnsourcedetails.srcdt_src_sourceid.final org.jooq.TableField<SourceDetails, SourceDetailPK> SourceDetails.SOURCE_DETAILThe columnsourcedetails.srcdt_sourcedetailid.final org.jooq.TableField<SourceDetails, String> SourceDetails.SOURCE_NAMEThe columnsourcedetails.srcdt_sourcename.final org.jooq.TableField<SourceDetails, Long> SourceDetails.THRU_TIMEThe columnsourcedetails.srcdt_thrutime.Methods in com.echothree.model.jooq.server.tables.offer that return types with arguments of type SourceDetailsModifier and TypeMethodDescriptionorg.jooq.UniqueKey<SourceDetails> SourceDetails.getPrimaryKey()SourceDetails.getRecordType()The class holding records for this typeList<org.jooq.ForeignKey<SourceDetails, ?>> SourceDetails.getReferences()List<org.jooq.UniqueKey<SourceDetails>> SourceDetails.getUniqueKeys()Constructor parameters in com.echothree.model.jooq.server.tables.offer with type arguments of type SourceDetailsModifierConstructorDescriptionSourceDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SourceDetails> childPath, org.jooq.InverseForeignKey<O, SourceDetails> parentPath) SourceDetails(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SourceDetails> childPath, org.jooq.InverseForeignKey<O, SourceDetails> parentPath) SourceDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SourceDetails> childPath, org.jooq.InverseForeignKey<O, SourceDetails> parentPath) SourceDetailsPath(org.jooq.Table<O> path, org.jooq.ForeignKey<O, SourceDetails> childPath, org.jooq.InverseForeignKey<O, SourceDetails> parentPath)