|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.sun.mdm.index.webservice.PotentialDuplicateResult
| Constructor Summary | |
PotentialDuplicateResult()
|
|
PotentialDuplicateResult(PotentialDuplicateSummary pds)
|
|
| Method Summary | |
java.util.Date |
getCreateDate()
Retrieves the date the potential duplicate listing was created from the PotentialDuplicateResult object. |
java.lang.String |
getCreateUser()
Retrieves the create user ID from the PotentialDuplicateResult object. |
java.lang.String |
getEUID1()
Retrieves the value of the first EUID from the PotentialDuplicateResult object. |
java.lang.String |
getEUID2()
Retrieves the value of the second EUID from the PotentialDuplicateResult object. |
java.lang.String |
getId()
Retrieves the value of the potential duplicate ID from the PotentialDuplicateResult object. |
java.lang.String |
getReason()
Retrieves the reason the records in the PotentialDuplicateResult object were marked as potential duplicates. |
java.lang.String |
getResolvedComment()
Retrieves the comment generated when the potential duplicate records in the PotentialDuplicateResult object were resolved. |
java.util.Date |
getResolvedDate()
Retrieves the date the potential duplicate listing was resolved from the PotentialDuplicateResult object. |
java.lang.String |
getResolvedUser()
Retrieves the resolved user ID from the PotentialDuplicateResult object. |
java.lang.String |
getStatus()
Retrieves the value of the potential duplicate status of the records in the PotentialDuplicateResult object. |
java.lang.String |
getSystemCode()
Retrieves the system code from the PotentialDuplicateResult object. |
float |
getWeight()
Retrieves the matching probability weight of the records in the PotentialDuplicateResult object. |
void |
setCreateDate(java.util.Date createDate)
Set the date the potential duplicate listing was created for the PotentialDuplicateResult object. |
void |
setCreateUser(java.lang.String createUser)
Set the Create User ID for the PotentialDuplicateResult object. |
void |
setEUID1(java.lang.String euid1)
Set the value of the first EUID for the PotentialDuplicateResult object. |
void |
setEUID2(java.lang.String euid2)
Set the value of the second EUID for the PotentialDuplicateResult object. |
void |
setId(java.lang.String id)
Set the value of the potential duplicate ID for the PotentialDuplicateResult object. |
void |
setReason(java.lang.String reason)
Set the reason for the PotentialDuplicateResult object. |
void |
setResolvedComment(java.lang.String comment)
Set the comment generated when the potential duplicate records were resolved for the PotentialDuplicateResult object. |
void |
setResolvedDate(java.util.Date resolvedDate)
Set the date the potential duplicate listing was resolved for the PotentialDuplicateResult object. |
void |
setResolvedUser(java.lang.String resolvedUser)
Set the resolved user ID for the PotentialDuplicateResult object. |
void |
setStatus(java.lang.String status)
Sets the status for a PotentialDuplicateResult object. |
void |
setSystemCode(java.lang.String systemCode)
Set the System Code for the PotentialDuplicateResult object. |
void |
setWeight(float weight)
Set the weight for the PotentialDuplicateResult object. |
java.lang.String |
toString()
Retrieves a string representation of the potential duplicate ID, EUID1, EUID2, and weight fields from the PotentialDuplicateResult object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PotentialDuplicateResult()
throws ObjectException
public PotentialDuplicateResult(PotentialDuplicateSummary pds)
throws ObjectException
| Method Detail |
public java.util.Date getCreateDate()
throws ObjectException
java.util.Date - The create date of the
potential duplicate listing.
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 getEUID1()
throws ObjectException
String - An EUID.
ObjectException - Thrown if the EUID could not be
retrieved.
public java.lang.String getEUID2()
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 potential duplicate ID.
ObjectException - Thrown if the ID could not be
retrieved.
public java.lang.String getReason()
throws ObjectException
String - The reason for the potential duplication.
ObjectException - Thrown if the reason could not
be retrieved.
public java.lang.String getResolvedComment()
throws ObjectException
String - A comment describing the
resolution.
ObjectException - Thrown if the comment could
not be retrieved.
public java.util.Date getResolvedDate()
throws ObjectException
java.util.Date - The resolved date of the
potential duplicate listing.
ObjectException - Thrown if the date could
not be retrieved.
public java.lang.String getResolvedUser()
throws ObjectException
String - A user logon ID.
ObjectException - Thrown if the user
ID could not be retrieved.
public java.lang.String getStatus()
throws ObjectException
String - The status of the potential duplicate
records. One of these values is returned:
ObjectException - Thrown if the status could not
be retrieved.
public java.lang.String getSystemCode()
throws ObjectException
String - The processing code of the system that
caused the potential duplication.
ObjectException - Thrown if the system code 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 setCreateDate(java.util.Date createDate)
throws ObjectException
createDate - A Date containing the creation date
void - None.
ObjectException - Thrown if the creation date could not be
set.
public void setCreateUser(java.lang.String createUser)
throws ObjectException
createUser - A String containing the Create User ID
void - None.
ObjectException - Thrown if the Create User ID could not be
set.
public void setEUID1(java.lang.String euid1)
throws ObjectException
euid1 - A string containing the first EUID
void - None.
ObjectException - Thrown if the first EUID could not be
set.
public void setEUID2(java.lang.String euid2)
throws ObjectException
euid2 - A string containing the second EUID
void - None.
ObjectException - Thrown if the second EUID could not be
set.
public void setId(java.lang.String id)
throws ObjectException
id - A string containing a potential duplicate ID
void - None.
ObjectException - Thrown if the ID could not be
set.
public void setReason(java.lang.String reason)
throws ObjectException
reason - A string containing the reason
void - None.
ObjectException - Thrown if the reason could not be
set.
public void setResolvedComment(java.lang.String comment)
throws ObjectException
comment - A String containing the resolved comment
void - None.
ObjectException - Thrown if the resolved comment could not be
set.
public void setResolvedDate(java.util.Date resolvedDate)
throws ObjectException
resolvedDate - A Date containing the resolving date
void - None.
ObjectException - Thrown if the resolving date could not be
set.
public void setResolvedUser(java.lang.String resolvedUser)
throws ObjectException
resolvedUser - A String containing the resolved user ID
void - None.
ObjectException - Thrown if the resolved user ID could not be
set.
public void setStatus(java.lang.String status)
throws ObjectException
status - A string containing a status. Possible
values are:
void - None.
ObjectException - Thrown if the status could not
be set.
public void setSystemCode(java.lang.String systemCode)
throws ObjectException
systemCode - A String containing the System Code
void - None.
ObjectException - Thrown if the System Code could not be
set.
public void setWeight(float weight)
throws ObjectException
weight - A float containing the weight
void - None.
ObjectException - Thrown if the weight could not be
set.public java.lang.String toString()
String - The potential duplicate ID, EUID1, EUID2,
and weight field values.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Sun Microsystems, Inc.