|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.master.MergeResult
The MergeResult class contains the return values for a call to the merge-related functions of the MasterController class. These include mergeEnterpriseObject, unmergeEnterpriseObject, mergeSystemObject, and unmergeSystemObject. A MergeResult object includes a source and destination enterprise object and a transaction object.
Field Summary | |
static int |
version
|
Constructor Summary | |
MergeResult()
Creates a new instance of the MergeResult class. |
Method Summary | |
EnterpriseObject |
getDestinationEO()
Retrieves the destination enterprise object in a MatchResult object. |
EnterpriseObject |
getSourceEO()
Retrieves the source enterprise object in a MatchResult object. |
TransactionObject |
getTransactionObject()
Retrieves the transaction object (class TransactionObject) for a merge or unmerge transaction. |
void |
readExternal(java.io.ObjectInput in)
|
void |
setDestinationEO(EnterpriseObject destinationEO)
Sets the destination enterprise object in a MergeResult object. |
void |
setSourceEO(EnterpriseObject sourceEO)
Sets the source enterprise object in a MergeResult object. |
void |
setTransactionObject(TransactionObject transactionObject)
Sets the transaction object in a MergeResult object. |
java.lang.String |
toString()
String representation of result Retrieves a string representation of the MergeResult object. |
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int version
Constructor Detail |
public MergeResult()
Method Detail |
public EnterpriseObject getDestinationEO()
EnterpriseObject
- The destination enterprise
object.
public EnterpriseObject getSourceEO()
EnterpriseObject
- The source enterprise
object.
public TransactionObject getTransactionObject()
TransactionObject
- The transaction object.
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
public void setDestinationEO(EnterpriseObject destinationEO)
destinationEO
- The destination enterprise object from a merge
transaction.
void
- None.
public void setSourceEO(EnterpriseObject sourceEO)
sourceEO
- The source enterprise object from a merge
transaction.
void
- None.
public void setTransactionObject(TransactionObject transactionObject)
transactionObject
- The transaction object from a merge
or unmerge transaction.
void
- None.
public java.lang.String toString()
String
- The values contained in the
MergeResult attributes.
public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.