Package wt.part.build
Class _DeletedBuildReference
java.lang.Object
wt.part.build._DeletedBuildReference
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable
- Direct Known Subclasses:
DeletedBuildReference
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionSupported API: truelongThis identifier is used to record what occurrence this DeletedBuildReference is for.voidsetCadSynchronized(DBRCADSynchronized cadSynchronized) Supported API: truevoidsetUsesOccurrenceIdentifier(long usesOccurrenceIdentifier) This identifier is used to record what occurrence this DeletedBuildReference is for.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
CAD_SYNCHRONIZED
Supported API: true- See Also:
-
USES_OCCURRENCE_IDENTIFIER
This identifier is used to record what occurrence this DeletedBuildReference is for.Supported API: true
- See Also:
-
-
Method Details
-
getCadSynchronized
Supported API: true- See Also:
-
setCadSynchronized
Supported API: true- See Also:
-
getUsesOccurrenceIdentifier
public long getUsesOccurrenceIdentifier()This identifier is used to record what occurrence this DeletedBuildReference is for.Supported API: true
- See Also:
-
setUsesOccurrenceIdentifier
public void setUsesOccurrenceIdentifier(long usesOccurrenceIdentifier) throws WTPropertyVetoException This identifier is used to record what occurrence this DeletedBuildReference is for.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-