Package wt.access.agreement
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:
-
Method Summary
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayTypeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface wt.fc.Persistable
checkAttributes