Package wt.part

Class PlantPersistableEffConfigSpec

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Simple
wt.enterprise.Simple
wt.eff._PersistableEffConfigSpec
wt.eff.PersistableEffConfigSpec
wt.part._PlantPersistableEffConfigSpec
wt.part.PlantPersistableEffConfigSpec
All Implemented Interfaces:
Externalizable, Serializable, wt.access._AccessControlled, wt.access._PolicyAccessControlled, wt.access._SecurityLabeled, AccessControlled, wt.access.PolicyAccessControlled, SecurityLabeled, wt.admin._DomainAdministered, DomainAdministered, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.adminlock._AdministrativelyLockable, AdministrativelyLockable, wt.fc.BusinessInformation, NetFactor, ObjectMappable, Persistable, DisplayIdentification, wt.notify._Notifiable, Notifiable, ConfigSpec

@GenAsPersistable(superClass=PersistableEffConfigSpec.class, properties=@GeneratedProperty(name="plantEffConfigSpec",type=PlantEffConfigSpec.class,supportedAPI=PRIVATE,javaDoc="Internal storage mechanism for config spec info. Not intended for direct use.",constraints=@PropertyConstraints(required=true),columnProperties=@ColumnProperties(columnName="B")), foreignKeys=@GeneratedForeignKey(myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="plantGroup",type=PlantEffConfigSpecGroup.class,supportedAPI=PRIVATE,javaDoc="The group this PlantPersistableEffConfigSpec is assigned to."),myRole=@MyRole(name="plantEffConfigSpec",cardinality=ONE_TO_MANY,supportedAPI=PRIVATE,javaDoc="All the PlantPersistableEffConfigSpecs for this group.")), tableProperties=@TableProperties(oracleTableSize=MEDIUM)) public class PlantPersistableEffConfigSpec extends wt.part._PlantPersistableEffConfigSpec
Persistent wrapper of an PlantEffConfigSpec (which is ObjectMappable). This PlantPersistableEffConfigSpec can be associated to an PlantEffConfigSpecGroup.

Use the newPlantPersistableEffConfigSpec static factory method(s), not the PlantPersistableEffConfigSpec 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: