Package wt.vc
Interface AdHocStringVersioned
- All Superinterfaces:
_AdHocStringVersioned,_Iterated,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.vc._Versionable,Iterated,NetFactor,ObjectMappable,Persistable,Serializable,Versionable
- All Known Implementing Classes:
_DefaultWTContainerTemplate,_WTProductConfiguration,DefaultWTContainerTemplate,WTProductConfiguration
@GenAsPersistable(interfaces=Versionable.class,
extendable=true,
properties=@GeneratedProperty(name="adHocStringIdentifier",type=java.lang.String.class,supportedAPI=PUBLIC,javaDoc="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\".",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=60,required=true),columnProperties=@ColumnProperties(index=true)))
public interface AdHocStringVersioned
extends _AdHocStringVersioned
Plug-n-play interface used to indicate that the object is versioned in
an ad-hoc manner. Typically, the user will assign a name that becomes
the ad-hoc identifier.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Field Summary
Fields inherited from interface wt.vc._AdHocStringVersioned
AD_HOC_STRING_IDENTIFIERFields 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, MASTER, MASTER_REFERENCE, MODIFIER, MODIFIER_EMAIL, MODIFIER_FULL_NAME, MODIFIER_NAMEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Methods inherited from interface wt.vc._AdHocStringVersioned
getAdHocStringIdentifier, setAdHocStringIdentifierMethods inherited from interface wt.vc._Iterated
getBranchIdentifier, getControlBranch, getCreator, getCreatorEMail, getCreatorFullName, getCreatorName, getIterationIdentifier, getIterationInfo, getIterationNote, getMaster, getMasterReference, getModifier, getModifierEMail, getModifierFullName, getModifierName, isLatestIteration, setControlBranch, setIterationInfo, setMaster, setMasterReferenceMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.NetFactor
getClassInfo, getConceptualClassnameMethods inherited from interface wt.fc.ObjectMappable
readExternal, writeExternalMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity, getType