Package wt.vc
Interface _AdHocStringVersioned
- All Superinterfaces:
_Iterated,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.vc._Versionable,Iterated,NetFactor,ObjectMappable,Persistable,Serializable,Versionable
- All Known Subinterfaces:
AdHocStringVersioned
- All Known Implementing Classes:
_DefaultWTContainerTemplate,_WTProductConfiguration,DefaultWTContainerTemplate,WTProductConfiguration
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThis attribute persists the ad-hoc identifier provided by some client/process.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_NAME -
Method Summary
Modifier and TypeMethodDescriptionThis attribute persists the ad-hoc identifier provided by some client/process.voidsetAdHocStringIdentifier(String adHocStringIdentifier) This attribute persists the ad-hoc identifier provided by some client/process.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
-
AD_HOC_STRING_IDENTIFIER
This attribute persists the ad-hoc identifier provided by some client/process. This identifier is typically wrapped by another, more appropriately named attribute, such as "name".Supported API: true
- See Also:
-
-
Method Details
-
getAdHocStringIdentifier
String getAdHocStringIdentifier()This attribute persists the ad-hoc identifier provided by some client/process. This identifier is typically wrapped by another, more appropriately named attribute, such as "name".Supported API: true
- See Also:
-
setAdHocStringIdentifier
This attribute persists the ad-hoc identifier provided by some client/process. This identifier is typically wrapped by another, more appropriately named attribute, such as "name".Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-