|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--com.opencms.workplace.CmsSearchFormObject
Describes a file in the Cms.
| Constructor Summary | |
CmsSearchFormObject(String filter,
String value01,
String value02,
String value03)
Constructor, creates a new CmsSearchFormObject object. |
|
| Method Summary | |
String |
getFilter()
Gets the filter for search. |
String |
getValue01()
Gets the first value for the filter. |
String |
getValue02()
Gets the second value for the filter. |
String |
getValue03()
Gets the third value for the filter. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public CmsSearchFormObject(String filter,
String value01,
String value02,
String value03)
filter - The filtername.value01 - The first value of search filter.value02 - The second value of search filter.value03 - The third value of search filter.| Method Detail |
public String getFilter()
public String getValue01()
public String getValue02()
public String getValue03()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||