com.sun.mdm.index.webservice
Interface MergeObjectResult


public interface MergeObjectResult

Interface for merge related functions.


Method Summary
 EnterpriseObjectMessage getDestinationEOM()
          Getter for Destination EO
 EnterpriseObjectMessage getSourceEOM()
          Getter for Source EO
 void setDestinationEOM(EnterpriseObjectMessage eom)
          Setter Destination EO
 void setSourceEOM(EnterpriseObjectMessage eom)
          Setter Source EO
 

Method Detail

getDestinationEOM

public EnterpriseObjectMessage getDestinationEOM()
Getter for Destination EO

Returns:
Destination EO

getSourceEOM

public EnterpriseObjectMessage getSourceEOM()
Getter for Source EO

Returns:
Source EO

setDestinationEOM

public void setDestinationEOM(EnterpriseObjectMessage eom)
Setter Destination EO

Parameters:
eom - Destination EO

setSourceEOM

public void setSourceEOM(EnterpriseObjectMessage eom)
Setter Source EO

Parameters:
eom - Source EO


Sun Microsystems, Inc.