Package wt.part
Class _InstanceReplacementRecord
java.lang.Object
wt.part._InstanceReplacementRecord
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,NetFactor,ObjectMappable,Persistable,wt.occurrence._OccurrenceData,_PathOccurrenceData,OccurrenceData,PathOccurrenceData,_Iterated,Iterated
- Direct Known Subclasses:
InstanceReplacementRecord
public abstract class _InstanceReplacementRecord
extends Object
implements PathOccurrenceData, Externalizable
- See Also:
-
Field Summary
Fields inherited from interface wt.vc._Iterated
CONTROL_BRANCH, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_NOTE, LATEST_ITERATION, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.occurrence._PathOccurrenceData
OCC, OCC_REFERENCE -
Method Summary
Modifier and TypeMethodDescriptionDerived attribute for displaying the Control Branch in query results.Derived fromWTPrincipalReference.getEMail()Derived fromWTPrincipalReference.getFullName()Derived fromWTPrincipalReference.getName()Derived from_IterationInfo.getIdentifier()Derived from_IterationInfo.getNote()The master for an iteration.The master for an iteration.Derived from_IterationInfo.getModifier()Derived fromWTPrincipalReference.getEMail()Derived fromWTPrincipalReference.getFullName()Derived fromWTPrincipalReference.getName()getOcc()Supported API: trueSupported API: truebooleanDerived from_IterationInfo.isLatest()voidThe master for an iteration.voidsetMasterReference(ObjectReference the_masterReference) The master for an iteration.voidsetOcc(PathOccurrence the_occ) Supported API: truevoidsetOccReference(ObjectReference the_occReference) Supported API: trueMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
getOcc
Supported API: true- Specified by:
getOccin interface_PathOccurrenceData- See Also:
-
getOccReference
Supported API: true- Specified by:
getOccReferencein interface_PathOccurrenceData- See Also:
-
setOcc
Supported API: true- Specified by:
setOccin interface_PathOccurrenceData- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setOccReference
Supported API: true- Specified by:
setOccReferencein interface_PathOccurrenceData- Throws:
WTPropertyVetoException- See Also:
-
getMaster
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
-
getMasterReference
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
- Specified by:
getMasterReferencein interface_Iterated- See Also:
-
setMaster
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
- Specified by:
setMasterin interface_Iterated- Throws:
WTPropertyVetoExceptionWTException- See Also:
-
setMasterReference
The master for an iteration. A master must exist for any iteration. @see wt.vc.MasteredSupported API: true
- Specified by:
setMasterReferencein interface_Iterated- Throws:
WTPropertyVetoException- See Also:
-
getControlBranch
Derived attribute for displaying the Control Branch in query results.Supported API: true
- Specified by:
getControlBranchin interface_Iterated- See Also:
-
getIterationNote
Derived from_IterationInfo.getNote()Supported API: true
- Specified by:
getIterationNotein interface_Iterated- See Also:
-
getCreatorEMail
Derived fromWTPrincipalReference.getEMail()Supported API: true
- Specified by:
getCreatorEMailin interface_Iterated- See Also:
-
getCreatorName
Derived fromWTPrincipalReference.getName()Supported API: true
- Specified by:
getCreatorNamein interface_Iterated- See Also:
-
getCreatorFullName
Derived fromWTPrincipalReference.getFullName()Supported API: true
- Specified by:
getCreatorFullNamein interface_Iterated- See Also:
-
getModifier
Derived from_IterationInfo.getModifier()Supported API: true
- Specified by:
getModifierin interface_Iterated- See Also:
-
getModifierEMail
Derived fromWTPrincipalReference.getEMail()Supported API: true
- Specified by:
getModifierEMailin interface_Iterated- See Also:
-
getModifierName
Derived fromWTPrincipalReference.getName()Supported API: true
- Specified by:
getModifierNamein interface_Iterated- See Also:
-
getModifierFullName
Derived fromWTPrincipalReference.getFullName()Supported API: true
- Specified by:
getModifierFullNamein interface_Iterated- See Also:
-
getIterationIdentifier
Derived from_IterationInfo.getIdentifier()Supported API: true
- Specified by:
getIterationIdentifierin interface_Iterated- See Also:
-
isLatestIteration
public boolean isLatestIteration()Derived from_IterationInfo.isLatest()Supported API: true
- Specified by:
isLatestIterationin interface_Iterated- See Also:
-