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,wt.fc.archive._Archiveable,wt.fc.archive.Archiveable,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, wt.fc.archive.Archiveable, Externalizable
- See Also:
-
Field Summary
Fields -
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
duplicate, getAllObjects, getRoleObject, initialize, setRoleAObject, setRoleBObject, setRoleObjectMethods 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
-
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:
-