|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.objects.ObjectNode
com.sun.mdm.index.master.search.assumedmatch.AssumedMatchSummary
The AssumedMatchSummary class represents an object containing transaction information about assumed match transactions that were returned by a call to lookupAssumedMatches. An assumed match search returns an iterator of AssumedMatchSummary objects.
| Field Summary | |
(package private) static long |
serialVersionUID
|
static int |
version
|
| Fields inherited from class com.sun.mdm.index.objects.ObjectNode |
indexMap, mChildrenHashMap, mChildTags, mFields, mParent, mParentTag, mPartOfIndex, mPosition, mTag, mVersion |
| Constructor Summary | |
AssumedMatchSummary()
Creates a new instance of the AssumedMatchSummary class. |
|
AssumedMatchSummary(java.lang.String id,
java.lang.String euid,
java.lang.String systemCode,
java.lang.String lid,
java.lang.String createUser,
java.util.Date createDate,
java.lang.String transactionNumber)
Creates a new instance of the AssumedMatchSummary class. |
|
| Method Summary | |
EnterpriseObject |
getAfterEO()
Retrieves the enterprise object that was updated in the assumed match transaction. |
EnterpriseObject |
getBeforeEO()
Retrieves the enterprise object that was updated in the assumed match transaction. |
SBR |
getBeforeSBR()
Retrieves the SBR object in the existing record as it appeared prior to the assumed match update. |
java.util.Date |
getCreateDate()
Retrieves the date that the assumed match occurred from the AssumedMatchSummary object. |
java.lang.String |
getCreateUser()
Retrieves the create user ID from the AssumedMatchSummary object. |
java.lang.String |
getEUID()
Retrieves the value of the EUID from the AssumedMatchSummary object. |
java.lang.String |
getId()
Retrieves the value of the assumed match ID from the AssumedMatchSummary object. |
java.lang.String |
getLID()
Retrieves the value of the local ID from the AssumedMatchSummary object. |
SystemObject |
getNewSO()
Retrieves the system object that was added to the existing record in the assumed match transaction. |
java.lang.String |
getSystemCode()
Retrieves the system code from the AssumedMatchSummary object. |
java.lang.String |
getTransactionNumber()
Retrieves the value of the transaction number from the AssumedMatchSummary object. |
float |
getWeight()
Retrieves the matching probability weight of the records represented by the AssumedMatchSummary object. |
void |
readExternal(java.io.ObjectInput in)
|
void |
setAfterEO(EnterpriseObject afterEO)
Sets the "after" enterprise object in the AssumedMatchSummary object. |
void |
setBeforeEO(EnterpriseObject beforeEO)
Sets the "before" enterprise object in the AssumedMatchSummary object. |
void |
setNewSO(SystemObject newSO)
Sets the new system object in the AssumedMatchSummary object. |
void |
setWeight(float weight)
Sets the matching probability weight in an AssumedMatchSummary object. |
java.lang.String |
toString()
Retrieves a string representation of the assumed match ID, EUID, and weight fields from the AssumedMatchSummary object. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
static final long serialVersionUID
public static final int version
| Constructor Detail |
public AssumedMatchSummary()
public AssumedMatchSummary(java.lang.String id,
java.lang.String euid,
java.lang.String systemCode,
java.lang.String lid,
java.lang.String createUser,
java.util.Date createDate,
java.lang.String transactionNumber)
throws ObjectException
id - A string containing an assumed match ID.euid - The EUID of the record that was updated as a result
of the assumed match.systemCode - A string containing the processing code of the
system that caused the assumed match.lid - The local ID of the record that cause the assumed match.createUser - A string containing the logon ID of the user
who performed the transaction causing the assumed match.createDate - The date the assumed match was created.transactionNumber - The transaction number of the transaction
that caused the assumed match.
ObjectException - Thrown if an error occurs
while creating the AssumedMatchSummary object.| Method Detail |
public EnterpriseObject getAfterEO()
EnterpriseObject - The enterprise object after
it was updated by the assumed match.
public EnterpriseObject getBeforeEO()
EnterpriseObject - The enterprise object before
it was updated by the assumed match.
public SBR getBeforeSBR()
SBR - The SBR object of the existing record that was
updated in the assumed match transaction.
public java.util.Date getCreateDate()
throws ObjectException
java.util.Date - The create date of the
assumed match.
ObjectException - Thrown if the date could not be
retrieved.
public java.lang.String getCreateUser()
throws ObjectException
String - A user logon ID.
ObjectException - Thrown if the user ID could not be
retrieved.
public java.lang.String getEUID()
throws ObjectException
String - An EUID.
ObjectException - Thrown if the EUID could not be
retrieved.
public java.lang.String getId()
throws ObjectException
String - The value of the assumed match ID.
ObjectException - Thrown if the ID could not be
retrieved.
public java.lang.String getLID()
throws ObjectException
String - A local ID.
ObjectException - Thrown if the local ID could not be
retrieved.public SystemObject getNewSO()
SystemObject - A system object representing
the system record that updated the existing record.
public java.lang.String getSystemCode()
throws ObjectException
String - The processing code of the system that
caused the assumed match transaction.
ObjectException - Thrown if the system code could
not be retrieved.
public java.lang.String getTransactionNumber()
throws ObjectException
String - The transaction number for the assumed
match.
ObjectException - Thrown if the transaction number could not be
retrieved.
public float getWeight()
throws ObjectException
Float - The matching probability weight
between two records.
ObjectException - Thrown if the weight could not be
retrieved.
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.ExternalizablereadExternal in class ObjectNodejava.io.IOException
java.lang.ClassNotFoundExceptionpublic void setAfterEO(EnterpriseObject afterEO)
afterEO - The enterprise object to set.
void - None.
public void setBeforeEO(EnterpriseObject beforeEO)
public void setNewSO(SystemObject newSO)
newSO - The system object to set.
void - None.
public void setWeight(float weight)
throws ObjectException
weight - The matching probability weight between two records in
an AssumedMatchSummary object.
void - None.
ObjectException - Thrown if the weight could not be set.
includepublic java.lang.String toString()
toString in class ObjectNodeString - The assumed match ID, EUID1, and weight
field values.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.ExternalizablewriteExternal in class ObjectNodejava.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.