|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.report.ReportRow
com.sun.mdm.index.report.MultirowReportObject1
com.sun.mdm.index.report.MultirowReportObject2
com.sun.mdm.index.report.PotentialDuplicateReportRow
Row of data for Potential Duplicate Report
| Field Summary |
| Fields inherited from class com.sun.mdm.index.report.MultirowReportObject1 |
mConfig, mObjectNode |
| Constructor Summary | |
PotentialDuplicateReportRow(PotentialDuplicateSummary summary,
PotentialDuplicateReportConfig config)
Creates a new instance of PotentialDuplicateReportRow |
|
| Method Summary | |
java.util.Date |
getCreateDate()
Get create date. |
java.lang.String |
getCreateUser()
Get create user. |
java.lang.String |
getEUID1()
Get EUID of the first object.. |
java.lang.String |
getEUID2()
Get EUID of the second object.. |
java.lang.String |
getId()
Get Potential Duplicate ID. |
java.lang.String |
getReason()
Get reason. |
java.lang.String |
getResolvedComment()
Get Resolved comment. |
java.util.Date |
getResolvedDate()
Get resolved date. |
java.lang.String |
getResolvedUser()
Get user who resolved this pair of potential duplicates. |
java.lang.String |
getStatus()
Get status. |
java.lang.String |
getSystemCode()
Get system code. |
float |
getWeight()
Get comparison weight score. |
| 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 |
public PotentialDuplicateReportRow(PotentialDuplicateSummary summary,
PotentialDuplicateReportConfig config)
throws ObjectException
summary - Transaction summary.config - Merged reports configuration.
ObjectException - if any other types of errors are encountered.| Method Detail |
public java.util.Date getCreateDate()
throws ObjectException
ObjectException - if an error occured.
public java.lang.String getCreateUser()
throws ObjectException
ObjectException - if an error occured.
public java.lang.String getEUID1()
throws ObjectException
ObjectException - if an error occured.
public java.lang.String getEUID2()
throws ObjectException
ObjectException - if an error occured.
public java.lang.String getId()
throws ObjectException
ObjectException - if an error occured.
public java.lang.String getReason()
throws ObjectException
ObjectException - if an error occured.
public java.lang.String getResolvedComment()
throws ObjectException
ObjectException - if an error occured.
public java.util.Date getResolvedDate()
throws ObjectException
ObjectException - if an error occured.
public java.lang.String getResolvedUser()
throws ObjectException
ObjectException - if an error occured.
public java.lang.String getStatus()
throws ObjectException
ObjectException - if an error occured.
public java.lang.String getSystemCode()
throws ObjectException
ObjectException - if an error occured.
public float getWeight()
throws ObjectException
ObjectException - if an error occured.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.