Package wt.part

Class WTProductConfigurationMaster

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.part._WTProductConfigurationMaster
wt.part.WTProductConfigurationMaster
All Implemented Interfaces:
Externalizable, Serializable, _BaselineConfigurationMaster, BaselineConfigurationMaster, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.occurrence._PathOccurrenceMasterContext, PathOccurrenceMasterContext, _OrganizationOwned, OrganizationOwned, wt.vc._Mastered, Mastered

@GenAsPersistable(superClass=WTObject.class,interfaces={BaselineConfigurationMaster.class,OrganizationOwned.class},versions=4869743409573000056L,foreignKeys=@GeneratedForeignKey(name="ProductConfigForConfig",foreignKeyRole=@ForeignKeyRole(name="configurationFor",type=WTPartMaster.class,supportedAPI=PUBLIC,cascade=false,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="configuration",cascade=false)),derivedProperties={@DerivedProperty(name="productNumber",derivedFrom="configurationFor>number",supportedAPI=PUBLIC,accessors=@PropertyAccessors(setAccess=PRIVATE)),@DerivedProperty(name="productName",derivedFrom="configurationFor>name",supportedAPI=PUBLIC,accessors=@PropertyAccessors(setAccess=PRIVATE)),@DerivedProperty(name="productDefaultUnit",derivedFrom="configurationFor>defaultUnit",supportedAPI=PUBLIC,accessors=@PropertyAccessors(setAccess=PRIVATE)),@DerivedProperty(name="organization",derivedFrom="configurationFor>organization",type=WTOrganization.class,supportedAPI=PUBLIC,getBody="try { return ((wt.part.WTPartMaster) getConfigurationFor()).getOrganization(); } catch (java.lang.NullPointerException npe) { return null; }",accessors=@PropertyAccessors(setAccess=PRIVATE)),@DerivedProperty(name="organizationReference",derivedFrom="configurationFor>organizationReference",supportedAPI=PUBLIC,accessors=@PropertyAccessors(setAccess=PRIVATE))},tableProperties=@TableProperties(tableName="WTProductConfigMaster")) public class WTProductConfigurationMaster extends _WTProductConfigurationMaster

Use the newWTProductConfigurationMaster static factory method(s), not the WTProductConfigurationMaster constructor, to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure proper initialization of the instance.



Supported API: true

Extendable: false

See Also: