Package wt.part.build

Class DeletedBuildReference

java.lang.Object
wt.part.build._DeletedBuildReference
wt.part.build.DeletedBuildReference
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, NetFactor, ObjectMappable, Persistable

@GenAsPersistable(serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="sourceIdentification",type=wt.build.BuildReference.class,columnProperties=@ColumnProperties(columnName="C")),@GeneratedProperty(name="cadSynchronized",type=DBRCADSynchronized.class,initialValue="DBRCADSynchronized.getDBRCADSynchronizedDefault()",supportedAPI=PUBLIC,accessors=@PropertyAccessors(setExceptions={}),constraints=@PropertyConstraints(upperLimit=30,required=true)),@GeneratedProperty(name="usesOccurrenceIdentifier",type=long.class,supportedAPI=PUBLIC,javaDoc="This identifier is used to record what occurrence this DeletedBuildReference is for.",columnProperties=@ColumnProperties(index=true))},foreignKeys={@GeneratedForeignKey(myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="parentAssembly",type=WTPart.class,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="deletedBuildReference")),@GeneratedForeignKey(myRoleIsRoleA=false,foreignKeyRole=@ForeignKeyRole(name="childPartMaster",type=WTPartMaster.class,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="deletedBuildReference",cascade=true))}) public class DeletedBuildReference extends _DeletedBuildReference

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