Package wt.configuration
Interface _BaselineConfigurationVersion
- All Superinterfaces:
wt.vc.baseline._Baseline,wt.org.electronicIdentity._ElectronicallySignable,_Iterated,wt.vc.baseline._IteratedPartialBaseline,wt.locks._Lockable,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.occurrence._PathOccurrenceContext,wt.fc._Persistable,wt.vc._Versionable,Baseline,wt.org.electronicIdentity.ElectronicallySignable,Iterated,IteratedPartialBaseline,Lockable,NetFactor,ObjectMappable,PathOccurrenceContext,Persistable,Serializable,Versionable
- All Known Subinterfaces:
wt.configuration._SerialNumberedBaselineConfigurationVersion,BaselineConfigurationVersion,SerialNumberedBaselineConfigurationVersion
- All Known Implementing Classes:
_WTProductConfiguration,WTProductConfiguration
public interface _BaselineConfigurationVersion
extends IteratedPartialBaseline, Versionable, PathOccurrenceContext
-
Field Summary
FieldsFields 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_NAME -
Method Summary
Modifier and TypeMethodDescriptionThe description of this configuration.voidsetDescription(String description) The description of this configuration.Methods inherited from interface wt.vc._Iterated
getControlBranch, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setMaster, setMasterReferenceMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Field Details
-
DESCRIPTION
The description of this configuration.Supported API: true
-
-
Method Details
-
getDescription
String getDescription()The description of this configuration.Supported API: true
- See Also:
-
setDescription
The description of this configuration.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-