|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.mdm.index.webservice.PotentialDuplicateSearchObjectBean
Field Summary | |
(package private) int |
mPageNumber
|
Constructor Summary | |
PotentialDuplicateSearchObjectBean()
Creates a new instance of the PotentialDuplicateSearchObjectBean class. |
Method Summary | |
java.util.Date |
getCreateEndDate()
Retrieves the value of the endDate field to be used in a potential duplicate search. |
java.util.Date |
getCreateStartDate()
Retrieves the value of the startDate field to be used in a potential duplicate search. |
java.lang.String |
getCreateUser()
Retrieves the value of the createUser field (the user ID of the user who created the potential duplicate records) to be used in a potential duplicate search. |
java.lang.String[] |
getEUIDs()
Retrieves a string array of EUIDs to use as criteria for a potential duplicate search. |
java.lang.String |
getLocalId()
Retrieves the value of the local id field to be used in a potential duplicate search. |
int |
getMaxElements()
Get max number of records to retrieve. |
int |
getPageNumber()
Get page number. |
int |
getPageSize()
Get number of records transferred to caller when data is required. |
PotentialDuplicateSearchObject |
getPotentialDuplicateSearchObjec()
Get Potential Duplicate Search Object |
java.util.Date |
getResolvedEndDate()
Retrieves the value of the resolvedEndDate field to be used in a potential duplicate search. |
java.util.Date |
getResolvedStartDate()
Retrieves the value of the resolvedStartDate field to be used in a potential duplicate search. |
java.lang.String |
getResolvedUser()
Retrieves the value of the resolvedUser field (the user ID of the user who resolved the potential duplicates) to be used in a potential duplicate search. |
java.lang.String |
getStatus()
Retrieves the value of the status field to be used in a potential duplicate search. |
java.lang.String |
getSystemCode()
Retrieves the value of the systemCode field to be used in a potential duplicate search. |
void |
setCreateEndDate(java.util.Date endDate)
Sets the ending date for an instance of PotentialDuplicateSearchObjectBean. |
void |
setCreateStartDate(java.util.Date startDate)
Sets the starting date for an instance of PotentialDuplicateSearchObjectBean. |
void |
setCreateUser(java.lang.String systemUser)
Sets the create user ID for an instance of PotentialDuplicateSearchObjectBean. |
void |
setEUIDs(java.lang.String[] euids)
Sets an array of enterprise-wide identifiers (EUIDs) for an instance of PotentialDuplicateSearchObjectBean. |
void |
setLocalId(java.lang.String lid)
Sets the local ID for an instance of PotentialDuplicateSearchObjectBean. |
void |
setMaxElements(int maxElements)
Set max number of records to retrieve. |
void |
setPageNumber(int pageNumber)
Set page number. |
void |
setPageSize(int pageSize)
Set number of records transferred to caller when data is required. |
void |
setResolvedEndDate(java.util.Date endDate)
Sets the resolved end date for an instance of PotentialDuplicateSearchObjectBean. |
void |
setResolvedStartDate(java.util.Date startDate)
Sets the resolved start date for an instance of PotentialDuplicateSearchObjectBean. |
void |
setResolvedUser(java.lang.String systemUser)
Sets the resolved user ID for an instance of PotentialDuplicateSearchObjectBean. |
void |
setStatus(java.lang.String status)
Sets the status for an instance of PotentialDuplicateSearchObjectBean. |
void |
setSystemCode(java.lang.String systemCode)
Sets the system code for an instance of PotentialDuplicateSearchObjectBean. |
void |
setType(java.lang.String type)
Sets the type for an instance of PotentialDuplicateSearchObjectBean. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
int mPageNumber
Constructor Detail |
public PotentialDuplicateSearchObjectBean()
Method Detail |
public java.util.Date getCreateEndDate()
java.util.Date
- The end date for the
potential duplicate search.
public java.util.Date getCreateStartDate()
java.util.Date
- The starting date for the
potential duplicate search.
public java.lang.String getCreateUser()
String
- A user logon ID.
public java.lang.String[] getEUIDs()
String[]
- A string array containing
EUIDs.
public java.lang.String getLocalId()
String
- The value of the local ID field.
public int getMaxElements()
public int getPageNumber()
public int getPageSize()
public PotentialDuplicateSearchObject getPotentialDuplicateSearchObjec()
public java.util.Date getResolvedEndDate()
java.util.Date
- The resolved end date for the
potential duplicate search.
public java.util.Date getResolvedStartDate()
java.util.Date
- The starting date for a
search for resolved potential duplicate records.
public java.lang.String getResolvedUser()
String
- The logon ID of the user who
resolved the records to find.
public java.lang.String getStatus()
String
- The value of the
status field. One of the following values is returned:
public java.lang.String getSystemCode()
String
- A string containing a system code.
public void setCreateEndDate(java.util.Date endDate)
endDate
- The end date for the potential
duplicate search.
void
- None.
public void setCreateStartDate(java.util.Date startDate)
startDate
- The starting date for the
potential duplicate search.
void
- None.
public void setCreateUser(java.lang.String systemUser)
systemUser
- A string containing a user ID.
void
- None.
public void setEUIDs(java.lang.String[] euids)
euids
- A string array containing the desired EUIDs.
void
- None.
public void setLocalId(java.lang.String lid)
lid
- A string containing a local ID.
void
- None.
public void setMaxElements(int maxElements)
maxElements
- maximum elementspublic void setPageNumber(int pageNumber)
pageNumber
- page numberpublic void setPageSize(int pageSize)
pageSize
- page sizepublic void setResolvedEndDate(java.util.Date endDate)
endDate
- The resolved end date for a potential
duplicate search.
void
- None.
public void setResolvedStartDate(java.util.Date startDate)
startDate
- The resolved start date for the potential
duplicate search.
void
- None.
public void setResolvedUser(java.lang.String systemUser)
systemUser
- A string containing the logon ID of the user
who resolved the records to find.
void
- None.
public void setStatus(java.lang.String status)
status
- A string containing a status. Possible
values are:
void
- None.
public void setSystemCode(java.lang.String systemCode)
systemCode
- A string containing a system code.
void
- None.
public void setType(java.lang.String type)
type
- A string containing a type.
void
- None.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Sun Microsystems, Inc.