Package wt.vc
Class _MergeInfoLink
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.fc._ObjectToObjectLink
wt.fc.ObjectToObjectLink
wt.vc._MergeInfoLink
- 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
- Direct Known Subclasses:
MergeInfoLink
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionthe iteration into which data was merged from the sourceIterationthe iteration from which data was merged into the destinationIterationvoidsetMergedIteration(Versioned the_mergedIteration) the iteration into which data was merged from the sourceIterationvoidsetSourceIteration(Versioned the_sourceIteration) the iteration from which data was merged into the destinationIterationMethods inherited from class wt.fc.ObjectToObjectLink
appendJoinCriteria, duplicate, getAllObjects, getJoinValues, getRoleObject, 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
-
SOURCE_ITERATION_ROLE
the iteration from which data was merged into the destinationIterationSupported API: true
- See Also:
-
MERGED_ITERATION_ROLE
the iteration into which data was merged from the sourceIterationSupported API: true
- See Also:
-
-
Method Details
-
getSourceIteration
the iteration from which data was merged into the destinationIterationSupported API: true
- See Also:
-
setSourceIteration
the iteration from which data was merged into the destinationIterationSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-
getMergedIteration
the iteration into which data was merged from the sourceIterationSupported API: true
- See Also:
-
setMergedIteration
the iteration into which data was merged from the sourceIterationSupported API: true
- Throws:
WTPropertyVetoException- See Also:
-