wt.configuration
Interface ConfiguredVersion
- All Superinterfaces:
- Baselineable, ConfigurationManageable, Iterated, NetFactor, ObjectMappable, OneOffVersioned, Persistable, Serializable, Versionable, Versioned
- All Known Implementing Classes:
- WTProduct
- public interface ConfiguredVersion
- extends Versionable, ConfigurationManageable
A configured object is a versioned object that is structured in some
manner for which configurations that represent its structure can be stored.
Note that this version is configured into the configuration.
Supported API: true
Extendable: false
- See Also:
ConfiguredVersion
,
BaselineConfigurationMaster
,
WTProductMaster
Fields inherited from interface wt.vc.Iterated |
BRANCH_IDENTIFIER, CONTROL_BRANCH, CREATOR, CREATOR_EMAIL, CREATOR_FULL_NAME, CREATOR_NAME, ITERATION_IDENTIFIER, ITERATION_INFO, ITERATION_NOTE, LATEST_ITERATION, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAME |
Methods inherited from interface wt.vc.Iterated |
getBranchIdentifier, getControlBranch, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationInfo, getIterationNote, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setIterationInfo |
MASTER
public static final String MASTER
- Label for the attribute.
Supported API: true
- See Also:
- Constant Field Values
MASTER_REFERENCE
public static final String MASTER_REFERENCE
- Label for the attribute.
Supported API: true
- See Also:
- Constant Field Values
getMaster
public Mastered getMaster()
- Gets the object for the association that plays role: MASTER.
Supported API: true
- Specified by:
getMaster
in interface Iterated
- Returns:
- Mastered
- See Also:
Mastered
setMaster
public void setMaster(Mastered a_Master)
throws WTPropertyVetoException,
WTException
- Sets the object for the association that plays role: MASTER.
Supported API: true
- Specified by:
setMaster
in interface Iterated
- Parameters:
a_Master
-
- Throws:
WTPropertyVetoException
WTException
- See Also:
Mastered
getMasterReference
public ObjectReference getMasterReference()
- Gets the value of the attribute: MASTER_REFERENCE.
Supported API: true
- Specified by:
getMasterReference
in interface Iterated
- Returns:
- ObjectReference
- See Also:
Mastered
setMasterReference
public void setMasterReference(ObjectReference a_MasterReference)
throws WTPropertyVetoException
- Sets the value of the attribute: MASTER_REFERENCE.
Supported API: true
- Specified by:
setMasterReference
in interface Iterated
- Parameters:
a_MasterReference
-
- Throws:
WTPropertyVetoException
- See Also:
Mastered