Package wt.epm.build

Class EPMDerivedRepHistory

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.build._BuildHistory
wt.build.BuildHistory
wt.epm.build._EPMDerivedRepHistory
wt.epm.build.EPMDerivedRepHistory
All Implemented Interfaces:
Externalizable, Serializable, 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=wt.build.BuildHistory.class,interfaces=wt.fc.archive.Archiveable.class,serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="buildRuleID",type=long.class,supportedAPI=PRIVATE,javaDoc="The uniqueID from the BuildRule which was used to create this BuildHistory.",constraints=@PropertyConstraints(required=true)),@GeneratedProperty(name="asStoredName",type=java.lang.String.class),@GeneratedProperty(name="direct",type=boolean.class,initialValue="false",javaDoc="Specifies whether image is direct image of original.")},roleA=@GeneratedRole(name="builtBy",type=EPMDocument.class,accessors=@PropertyAccessors(getAccess=PRIVATE),cascade=false),roleB=@GeneratedRole(name="built",type=wt.build.VersionedBuildTarget.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(getAccess=PRIVATE),cascade=false),tableProperties=@TableProperties(tableName="EPMDerivedRepHistory")) public class EPMDerivedRepHistory extends wt.epm.build._EPMDerivedRepHistory
link between original and generated representation.

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