Package wt.change2
Class WTChangeActivity2Master
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.change2._ChangeActivity2Master
wt.change2.ChangeActivity2Master
wt.change2._WTChangeActivity2Master
wt.change2.WTChangeActivity2Master
- 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.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,DisplayIdentification,wt.inf.container._WTContained,wt.inf.container._WTContainedIdentified,WTContained,WTContainedIdentified,_OrganizationOwned,_OrganizationOwnedImpl,wt.org._OrganizationOwnedMaster,OrganizationOwned,OrganizationOwnedImpl,OrganizationOwnedMaster,wt.projmgmt.deliverable._MasteredSubjectOfDeliverable,wt.projmgmt.deliverable._SubjectOfDeliverable,wt.projmgmt.deliverable.MasteredSubjectOfDeliverable,wt.projmgmt.deliverable.SubjectOfDeliverable,wt.recent.RecentlyVisited,wt.ufid._Federatable,wt.ufid.Federatable,wt.vc._Mastered,Mastered
@GenAsPersistable(superClass=ChangeActivity2Master.class,interfaces={UniquelyIdentified.class,OrganizationOwnedMaster.class,WTContained.class,WTContainedIdentified.class,Mastered.class,wt.ufid.Federatable.class},serializable=EXTERNALIZABLE_BASIC,extendable=true,properties={@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(changeable=VIA_OTHER_MEANS,upperLimit=256,required=true)),@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(stringCase=UPPER_CASE,changeable=VIA_OTHER_MEANS,upperLimit=32,required=true),columnProperties=@ColumnProperties(index=true,columnName="WTCHGACTIVITYNUMBER"))},tableProperties=@TableProperties(compositeIndex1="+UPPER(name)",compositeIndex2="+REVERSE(UPPER(name))",compositeIndex3="+REVERSE(WTCHGACTIVITYNUMBER)"))
public class WTChangeActivity2Master
extends _WTChangeActivity2Master
Use the
Supported API: true
Extendable: true
newWTChangeActivity2Master static factory method(s),
not the WTChangeActivity2Master 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: true
- See Also:
-
Field Summary
Fields inherited from class wt.change2._WTChangeActivity2Master
EXTERNALIZATION_VERSION_UIDFields inherited from class wt.change2._ChangeActivity2Master
NAME, NUMBERFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.vc._Mastered
SERIESFields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.org._OrganizationOwnedImpl
ORGANIZATION_REFERENCEFields 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.org.OrganizationOwned
ORGANIZATIONFields inherited from interface wt.fc.Persistable
IDENTITY, TYPEFields inherited from interface wt.projmgmt.deliverable.SubjectOfDeliverable
loggerFields inherited from interface wt.inf.container.WTContained
CONTAINER_ID -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the attribute: ORGANIZATION.static WTChangeActivity2MasterDefault factory for the class.voidsetOrganization(WTOrganization a_Organization) Sets the value of the attribute: ORGANIZATION.Methods inherited from class wt.change2._WTChangeActivity2Master
getClassInfo, getConceptualClassname, getContainer, getContainerName, getContainerReference, getOrganizationCodingSystem, getOrganizationName, getOrganizationReference, getOrganizationUniqueIdentifier, readExternal, readExternal, readVersion, setContainer, setContainerReference, setOrganizationReference, super_readExternal_WTChangeActivity2Master, super_readVersion_WTChangeActivity2Master, super_writeExternal_WTChangeActivity2Master, writeExternal, writeExternalMethods inherited from class wt.change2._ChangeActivity2Master
getFederatableInfo, getName, getNumber, getSeries, readVersion, setFederatableInfo, setName, setNumber, setSeries, super_readExternal_ChangeActivity2Master, super_readVersion_ChangeActivity2Master, super_writeExternal_ChangeActivity2MasterMethods 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.ufid._Federatable
getFederatableInfo, setFederatableInfoMethods inherited from interface wt.vc._Mastered
getSeries, setSeriesMethods inherited from interface wt.fc._Persistable
getPersistInfo, setPersistInfoMethods inherited from interface wt.fc.Persistable
checkAttributes
-
Method Details
-
newWTChangeActivity2Master
Default factory for the class.
Supported API: true- Returns:
- WTChangeActivity2Master
- Throws:
WTException
-
getOrganization
Gets the value of the attribute: ORGANIZATION.
Supported API: true- Returns:
- WTOrganization
-
setOrganization
Sets the value of the attribute: ORGANIZATION.
Supported API: true- Parameters:
a_Organization-- Throws:
WTPropertyVetoException
-