Package wt.epm.build

Class EPMBuildRuleAssociationLink

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
All Implemented Interfaces:
Externalizable, Serializable, wt.esi._Releasable, Releasable, wt.fc._BinaryLink, wt.fc._Link, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc.archive._Archiveable, wt.fc.archive.Archiveable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification

@GenAsBinaryLink(superClass=ObjectToObjectLink.class,interfaces={Releasable.class,wt.fc.archive.Archiveable.class},properties={@GeneratedProperty(name="buildRuleID",type=long.class,supportedAPI=PUBLIC,javaDoc="The uniqueID from the EPMBuildRule which was used to create this EPMBuildRuleAssociationLink.",accessors=@PropertyAccessors(setAccess=PRIVATE),constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="buildType",type=int.class,supportedAPI=PUBLIC,javaDoc="The type of the EPMBuildRule which has created this EPMBuildRuleAssociationLink.",accessors=@PropertyAccessors(setAccess=PRIVATE),constraints=@PropertyConstraints(required=true))},roleA=@GeneratedRole(name="buildSource",type=BuildSource.class,supportedAPI=PUBLIC,cardinality=ONE_TO_MANY,accessors=@PropertyAccessors(setAccess=PROTECTED),cascade=false),roleB=@GeneratedRole(name="buildTarget",type=WTPart.class,supportedAPI=PUBLIC,cardinality=ONE_TO_MANY,accessors=@PropertyAccessors(setAccess=PROTECTED),cascade=false),tableProperties=@TableProperties(tableName="EPMBuildRuleAssociationLink")) public class EPMBuildRuleAssociationLink extends _EPMBuildRuleAssociationLink

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