|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
oracle.imaging.Search.Properties
public static class Search.Properties
General Properties for a search.
| Nested Class Summary | |
|---|---|
static class |
Search.Properties.SearchPropertiesPkFOR INTERNAL USE ONLY |
| Constructor Summary | |
|---|---|
Search.Properties()The default constructor required to be explicitly declared for JAXB serialization. |
|
| Method Summary | |
|---|---|
int |
getMaxRows()Gets the maximum number of rows returned when the search is executed. |
java.lang.String |
getSearchInstructions()Gets the search description for the search parameters. |
void |
setMaxRows(int rows)Sets the maximum number of rows returned when the search is executed. |
void |
setSearchInstructions(java.lang.String instructions)Sets the search instructions of the search when retrieving the parameters. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Search.Properties()
| Method Detail |
|---|
public java.lang.String getSearchInstructions()
public void setSearchInstructions(java.lang.String instructions)
instructions - textual instructions for the search parameters.public void setMaxRows(int rows)
rows - The maximum number of rows to be returned by the search.public int getMaxRows()
|
Oracle® Fusion Middleware Oracle Imaging and Process Management Java API Reference 11g Release 1 (11.1.1) E12853-02 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||