Package wt.change2
Class _FlexibleChangeLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.vc._VersionToVersionLink
wt.vc.VersionToVersionLink
wt.change2._FlexibleChangeLink
- 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,wt.federation._FederatedLinkHolder,wt.federation._RemotelyLinkable,wt.federation.FederatedLinkHolder,wt.federation.RemotelyLinkable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,wt.ufid._Federatable,wt.ufid.Federatable
- Direct Known Subclasses:
FlexibleChangeLink
public abstract class _FlexibleChangeLink
extends VersionToVersionLink
implements wt.type.Typed, wt.ufid.Federatable, Externalizable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringChild change object (must have attribute FlexibleChangeItem.flexible = true).static final StringDescription of flexible change association.static final StringParent change object (must have attribute FlexibleChangeItem.flexible = true).Fields inherited from class wt.vc._VersionToVersionLink
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.ufid._Federatable
FEDERATABLE_INFOFields inherited from interface wt.iba.value._IBAHolder
ATTRIBUTE_CONTAINERFields inherited from interface wt.fc._Persistable
PERSIST_INFOFields inherited from interface wt.type._Typed
TYPE_DEFINITION_REFERENCEFields 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 TypeMethodDescriptiongetChild()Child change object (must have attribute FlexibleChangeItem.flexible = true).Description of flexible change association.Parent change object (must have attribute FlexibleChangeItem.flexible = true).voidsetChild(FlexibleChangeItem the_child) Child change object (must have attribute FlexibleChangeItem.flexible = true).voidsetDescription(String description) Description of flexible change association.voidsetParent(FlexibleChangeItem the_parent) Parent change object (must have attribute FlexibleChangeItem.flexible = true).Methods inherited from class wt.vc.VersionToVersionLink
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._VersionToVersionLink
getRoleAObjectRef, getRoleBObjectRef, readVersion, super_readExternal_VersionToVersionLink, super_readVersion_VersionToVersionLink, super_writeExternal_VersionToVersionLinkMethods 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.type.FlexTyped
getFlexTypeIdPath, getTypeDefinitionInfo, getValue, setValueMethods inherited from interface wt.fc.Persistable
checkAttributes, getIdentity
-
Field Details
-
DESCRIPTION
Description of flexible change association.Supported API: true
- See Also:
-
PARENT_ROLE
Parent change object (must have attribute FlexibleChangeItem.flexible = true).Supported API: true
- See Also:
-
CHILD_ROLE
Child change object (must have attribute FlexibleChangeItem.flexible = true).Supported API: true
- See Also:
-
-
Method Details
-
getDescription
Description of flexible change association.Supported API: true
- See Also:
-
setDescription
Description of flexible change association.Supported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getParent
Parent change object (must have attribute FlexibleChangeItem.flexible = true).Supported API: true
- See Also:
-
setParent
Parent change object (must have attribute FlexibleChangeItem.flexible = true).Supported API: true
- See Also:
-
getChild
Child change object (must have attribute FlexibleChangeItem.flexible = true).Supported API: true
- See Also:
-
setChild
Child change object (must have attribute FlexibleChangeItem.flexible = true).Supported API: true
- See Also:
-