Package wt.associativity.accountability
Class AccountabilityMapMaster
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.associativity.accountability._AccountabilityMapMaster
wt.associativity.accountability.AccountabilityMapMaster
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc._UniquelyIdentified,Identified,NetFactor,ObjectMappable,Persistable,UniquelyIdentified,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.inf.container._WTContained,wt.inf.container._WTContainedIdentified,WTContained,WTContainedIdentified,wt.recent.RecentlyVisited,wt.vc._Mastered,Mastered
@GenAsPersistable(superClass=WTObject.class,interfaces={Mastered.class,WTContained.class,UniquelyIdentified.class,WTContainedIdentified.class,wt.iba.value.IBAHolder.class},properties={@GeneratedProperty(name="number",type=java.lang.String.class,javaDoc="A string attribute representing a unique number for a AccountabilityMap instance (forced upper case).",constraints=@PropertyConstraints(stringCase=UPPER_CASE,changeable=VIA_OTHER_MEANS,upperLimit=40,required=true),columnProperties=@ColumnProperties(index=true,columnName="accountabilityMapNumber")),@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="A string attribute representing a non-unique name of a AccountabilityMap instance.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=40,required=true),columnProperties=@ColumnProperties(persistent=true,columnName="accountabilityMapName"))})
public class AccountabilityMapMaster
extends wt.associativity.accountability._AccountabilityMapMaster
This reference implementation of a AccountabilityMapMaster represents the unchanging aspects of a AccountabilityMap
and also has one or more associated
AccountabilityMaps which represent the various versions of change for the
changeable aspects of this AccountabilityMap. It has a name and number, the latter of which must be unique.
Use the newAccountabilityMapMaster static factory method(s), not the
AccountabilityMapMaster constructor, to construct instances of this class. Instances must be constructed
using the static factory(s), in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Field Summary
Fields inherited from class wt.associativity.accountability._AccountabilityMapMaster
EXTERNALIZATION_VERSION_UID, NAME, NUMBERFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.iba.value._IBAHolder
ATTRIBUTE_CONTAINERFields inherited from interface wt.vc._Mastered
SERIESFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.inf.container._WTContained
CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCEFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Methods inherited from class wt.associativity.accountability._AccountabilityMapMaster
getAttributeContainer, getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getName, getNumber, getSeries, getType, readExternal, readExternal, readVersion, setAttributeContainer, setContainer, setContainerReference, setName, setNumber, setSeries, super_readExternal_AccountabilityMapMaster, super_readVersion_AccountabilityMapMaster, super_writeExternal_AccountabilityMapMaster, writeExternal, writeExternalMethods inherited from class wt.fc.WTObject
checkAttributes, duplicate, getDisplayIdentifier, getDisplayIdentity, getDisplayType, initialize, toStringMethods inherited from class wt.fc._WTObject
equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfoMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes