Class AuthorizationAgreementMaster

java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Master
wt.enterprise.Master
wt.access.agreement._AuthorizationAgreementMaster
wt.access.agreement.AuthorizationAgreementMaster
All Implemented Interfaces:
Externalizable, Serializable, wt.fc._Identified, wt.fc._NetFactor, wt.fc._ObjectMappable, wt.fc._Persistable, wt.fc._UniquelyIdentified, wt.fc.BusinessInformation, 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=Master.class,interfaces={Mastered.class,wt.iba.value.IBAHolder.class,UniquelyIdentified.class,WTContainedIdentified.class},serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="name",type=java.lang.String.class,javaDoc="Name is the string attribute that along with number, defines the identity of an <code>AuthorizationAgreement</code>.",constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=160,required=true)),@GeneratedProperty(name="number",type=java.lang.String.class,javaDoc="Number is the string attribute that along with name, defines the identity of an <code>AuthorizationAgreement</code>. Number must be unique within a given container.",constraints=@PropertyConstraints(stringCase=UPPER_CASE,changeable=VIA_OTHER_MEANS,upperLimit=32,required=true),columnProperties=@ColumnProperties(index=true,columnName="AuthorizationAgreementNumber"))}) public final class AuthorizationAgreementMaster extends wt.access.agreement._AuthorizationAgreementMaster
This is the master object for AuthorizationAgreement. Attributes defined on this object have the same value across all versions and iterations. In this case, all AuthorizationAgreement versions have the same name and number. The AuthorizationAgreement number must be unique amongst all AuthorizationAgreements in a given container.

Use the newAuthorizationAgreementMaster static factory method(s), not the AuthorizationAgreementMaster 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.access.agreement._AuthorizationAgreementMaster

    EXTERNALIZATION_VERSION_UID, NAME, NUMBER

    Fields inherited from class wt.enterprise.Master

    OLD_FORMAT_VERSION_UID

    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.fc.BusinessInformation

    BUSINESS_TYPE, IDENTITY

    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.access.agreement._AuthorizationAgreementMaster

    getAttributeContainer, getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getName, getNumber, getType, readExternal, readExternal, readVersion, setAttributeContainer, setContainer, setContainerReference, setName, setNumber, super_readExternal_AuthorizationAgreementMaster, super_readVersion_AuthorizationAgreementMaster, super_writeExternal_AuthorizationAgreementMaster, writeExternal, writeExternal

    Methods inherited from class wt.enterprise.Master

    getBusinessType, setSeries

    Methods inherited from class wt.enterprise._Master

    getSeries, readVersion, super_readExternal_Master, super_readVersion_Master, super_writeExternal_Master

    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.vc._Mastered

    getSeries, setSeries

    Methods inherited from interface wt.fc._Persistable

    getPersistInfo, setPersistInfo

    Methods inherited from interface wt.fc.Persistable

    checkAttributes