Package wt.change2
Class AddressesDirective
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._ObjectToVersionLink
wt.vc.ObjectToVersionLink
wt.change2._AddressesDirective
wt.change2.AddressesDirective
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._BinaryLink,wt.fc._Link,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,BinaryLink,Link,NetFactor,ObjectMappable,Persistable,DisplayIdentification
@GenAsBinaryLink(superClass=ObjectToVersionLink.class,
serializable=EXTERNALIZABLE_BASIC,
properties=@GeneratedProperty(name="main",type=boolean.class,initialValue="false",javaDoc="True if the associated change activity is the latest revision."),
roleA=@GeneratedRole(name="theWTChangeDirective",type=WTChangeDirective.class,supportedAPI=PUBLIC),
roleB=@GeneratedRole(name="theChangeOrder2",type=ChangeOrder2.class,supportedAPI=PUBLIC),
tableProperties=@TableProperties(tableName="AddressesDirective"))
public class AddressesDirective
extends _AddressesDirective
Use the newAddressesDirective static factory method(s),
not the AddressesDirective 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.change2._AddressesDirective
CHANGE_ORDER2_ROLE, EXTERNALIZATION_VERSION_UID, MAIN, WTCHANGE_DIRECTIVE_ROLEFields inherited from class wt.vc._ObjectToVersionLink
ROLE_AOBJECT_REF, ROLE_BOBJECT_REFFields inherited from class wt.fc._WTObject
CREATE_TIMESTAMP, MODIFY_TIMESTAMPFields inherited from interface wt.fc._BinaryLink
ROLE_AOBJECT_ROLE, ROLE_BOBJECT_ROLEFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.fc.BinaryLink
ALL_ROLES, BOTH_ROLESFields inherited from interface wt.identity.DisplayIdentification
DISPLAY_IDENTIFIER, DISPLAY_IDENTITY, DISPLAY_TYPEFields inherited from interface wt.fc.Persistable
IDENTITY, TYPE -
Method Summary
Modifier and TypeMethodDescriptionstatic AddressesDirectivenewAddressesDirective(WTChangeDirective theWTChangeDirective, ChangeOrder2 theChangeOrder2) Default factory for the class.Methods inherited from class wt.change2._AddressesDirective
getChangeOrder2, getClassInfo, getConceptualClassname, getType, getWTChangeDirective, isMain, readExternal, readExternal, readVersion, setChangeOrder2, setMain, setWTChangeDirective, super_readExternal_AddressesDirective, super_readVersion_AddressesDirective, super_writeExternal_AddressesDirective, writeExternal, writeExternalMethods inherited from class wt.vc.ObjectToVersionLink
appendJoinCriteria, appendRoleCriteria, duplicate, getAllObjects, getJoinValues, getLinkInfo, getObject, getOtherObject, getRole, getRoleAObject, getRoleAObjectId, getRoleBObject, getRoleBObjectId, getRoleIdName, getRoleObject, initialize, setRoleAObject, setRoleAObjectRef, setRoleBObject, setRoleBObjectRef, setRoleObjectMethods inherited from class wt.vc._ObjectToVersionLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_ObjectToVersionLink, super_readVersion_ObjectToVersionLink, super_writeExternal_ObjectToVersionLinkMethods inherited from class wt.fc.WTObject
checkAttributes, getDisplayIdentifier, getDisplayIdentity, getDisplayType, getIdentity, 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, getIdentity
-
Method Details
-
newAddressesDirective
public static AddressesDirective newAddressesDirective(WTChangeDirective theWTChangeDirective, ChangeOrder2 theChangeOrder2) throws WTException Default factory for the class.
Supported API: true- Parameters:
theWTChangeDirective-theChangeOrder2-- Returns:
- AddressesDirective
- Throws:
WTException
-