com.sun.mdm.index.report
Class AssumedMatchReportRow

java.lang.Object
  extended bycom.sun.mdm.index.report.ReportRow
      extended bycom.sun.mdm.index.report.MultirowReportObject1
          extended bycom.sun.mdm.index.report.MultirowReportObject2
              extended bycom.sun.mdm.index.report.AssumedMatchReportRow
All Implemented Interfaces:
java.io.Serializable

public class AssumedMatchReportRow
extends MultirowReportObject2

Row of data for Assumed Match Report

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.sun.mdm.index.report.MultirowReportObject1
mConfig, mObjectNode
 
Constructor Summary
AssumedMatchReportRow(AssumedMatchSummary summary, AssumedMatchReportConfig config)
          Creates a new instance of AssumedMatchReportRow
 
Method Summary
 ObjectNode getBeforeSBRImage()
          Get before image of SBR object.
 java.util.Date getCreateDate()
          Get create date.
 java.lang.String getCreateUser()
          Get create user.
 java.lang.String getEUID()
          Get EUID.
 java.lang.String getId()
          Get assumed match id.
 java.lang.String getLID()
          Get local id.
 ObjectNode getNewSOImage()
          Get new system object image added by assumed match.
 java.lang.String getSystemCode()
          Get system code.
 java.lang.String getTransactionNumber()
          Get transaction number.
 float getWeight()
          Get comparison weight.
 
Methods inherited from class com.sun.mdm.index.report.MultirowReportObject2
getObject2, getObjects, setObjects
 
Methods inherited from class com.sun.mdm.index.report.MultirowReportObject1
constructObjectNode, getObject1, getValue, setObject1, setValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AssumedMatchReportRow

public AssumedMatchReportRow(AssumedMatchSummary summary,
                             AssumedMatchReportConfig config)
                      throws ObjectException,
                             EPathException
Creates a new instance of AssumedMatchReportRow

Parameters:
summary - Assumed match summary.
config - Assumed match configuration.
Throws:
EPathException - if EPath errors are encountered.
ObjectException - if any other types of errors are encountered.
Method Detail

getBeforeSBRImage

public ObjectNode getBeforeSBRImage()
Get before image of SBR object.

Returns:
Before image of SBR object.

getCreateDate

public java.util.Date getCreateDate()
                             throws ObjectException
Get create date.

Returns:
create date.
Throws:
ObjectException - if an error occured.

getCreateUser

public java.lang.String getCreateUser()
                               throws ObjectException
Get create user.

Returns:
create user.
Throws:
ObjectException - if an error occured.

getEUID

public java.lang.String getEUID()
                         throws ObjectException
Get EUID.

Returns:
EUID.
Throws:
ObjectException - if an error occured.

getId

public java.lang.String getId()
                       throws ObjectException
Get assumed match id.

Returns:
Assumed match id.
Throws:
ObjectException - if an error occured.

getLID

public java.lang.String getLID()
                        throws ObjectException
Get local id.

Returns:
local id.
Throws:
ObjectException - if an error occured.

getNewSOImage

public ObjectNode getNewSOImage()
Get new system object image added by assumed match.

Returns:
New system object image.

getSystemCode

public java.lang.String getSystemCode()
                               throws ObjectException
Get system code.

Returns:
system code.
Throws:
ObjectException - if an error occured.

getTransactionNumber

public java.lang.String getTransactionNumber()
                                      throws ObjectException
Get transaction number.

Returns:
transaction number.
Throws:
ObjectException - if an error occured.

getWeight

public float getWeight()
                throws ObjectException
Get comparison weight.

Returns:
comparison score.
Throws:
ObjectException - if an error occured.


Sun Microsystems, Inc.