com.opencms.workplace
Class CmsSearchFormObject

java.lang.Object
  |
  +--com.opencms.workplace.CmsSearchFormObject
All Implemented Interfaces:
Cloneable, Serializable

public class CmsSearchFormObject
extends Object
implements Cloneable, Serializable

Describes a file in the Cms.

Version:
$Revision: 1.3 $ $Date: 2003/04/01 15:20:18 $
Author:
Edna Falkenhan
See Also:
Serialized Form

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

CmsSearchFormObject

public CmsSearchFormObject(String filter,
                           String value01,
                           String value02,
                           String value03)
Constructor, creates a new CmsSearchFormObject object.

Parameters:
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

getFilter

public String getFilter()
Gets the filter for search.

Returns:
the filtername.

getValue01

public String getValue01()
Gets the first value for the filter.

Returns:
the value for filter.

getValue02

public String getValue02()
Gets the second value for the filter.

Returns:
the value for filter.

getValue03

public String getValue03()
Gets the third value for the filter.

Returns:
the value for filter.