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, NUMBER

    Fields inherited from class wt.fc._WTObject

    CREATE_TIMESTAMP, MODIFY_TIMESTAMP

    Fields inherited from interface wt.iba.value._IBAHolder

    ATTRIBUTE_CONTAINER

    Fields inherited from interface wt.vc._Mastered

    SERIES

    Fields inherited from interface wt.fc._Persistable

    PERSIST_INFO

    Fields inherited from interface wt.inf.container._WTContained

    CONTAINER, CONTAINER_NAME, CONTAINER_REFERENCE

    Fields inherited from interface wt.identity.DisplayIdentification

    DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPE

    Fields inherited from interface wt.fc.Persistable

    IDENTITY, TYPE

    Fields 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, writeExternal

    Methods inherited from class wt.fc._WTObject

    equals, getCreateTimestamp, getModifyTimestamp, getPersistInfo, hashCode, readVersion, setPersistInfo

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes