org.kuali.rice.kew.docsearch
Class SearchAttributeCriteriaComponent
java.lang.Object
org.kuali.rice.kew.docsearch.SearchAttributeCriteriaComponent
- All Implemented Interfaces:
- Serializable
public class SearchAttributeCriteriaComponent
- extends Object
- implements Serializable
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SearchAttributeCriteriaComponent
public SearchAttributeCriteriaComponent(String formKey,
String value,
boolean rangeSearch)
- Parameters:
formKey
- key value associated with the search formvalue
- value the user is searching onsavedKey
- key value associated with the value saved in the database
SearchAttributeCriteriaComponent
public SearchAttributeCriteriaComponent(String formKey,
String value,
String savedKey)
- Parameters:
formKey
- key value associated with the search formvalue
- value the user is searching onsavedKey
- key value associated with the value saved in the database
SearchAttributeCriteriaComponent
public SearchAttributeCriteriaComponent(String formKey,
String value,
String savedKey,
SearchableAttributeValue searchableAttributeValue)
- Parameters:
formKey
- key value associated with the search formvalue
- value the user is searching onsavedKey
- key value associated with the value saved in the databasesearchableAttributeValue
-
isComponentLowerBoundValue
public boolean isComponentLowerBoundValue()
isComponentUpperBoundValue
public boolean isComponentUpperBoundValue()
isNonBlankValueGiven
public boolean isNonBlankValueGiven()
isCanHoldMultipleValues
public boolean isCanHoldMultipleValues()
- Returns:
- the canHoldMultipleValues
setCanHoldMultipleValues
public void setCanHoldMultipleValues(boolean canHoldMultipleValues)
- Parameters:
canHoldMultipleValues
- the canHoldMultipleValues to set
isSearchable
public boolean isSearchable()
- Returns:
- the searchable
setSearchable
public void setSearchable(boolean searchable)
- Parameters:
searchable
- the searchable to set
isCaseSensitive
public boolean isCaseSensitive()
- Returns:
- the caseSensitive
setCaseSensitive
public void setCaseSensitive(boolean caseSensitive)
- Parameters:
caseSensitive
- the caseSensitive to set
getFormKey
public String getFormKey()
- Returns:
- the formKey
setFormKey
public void setFormKey(String formKey)
- Parameters:
formKey
- the formKey to set
isRangeSearch
public boolean isRangeSearch()
- Returns:
- the rangeSearch
setRangeSearch
public void setRangeSearch(boolean rangeSearch)
- Parameters:
rangeSearch
- the rangeSearch to set
getSavedKey
public String getSavedKey()
- Returns:
- the savedKey
setSavedKey
public void setSavedKey(String savedKey)
- Parameters:
savedKey
- the savedKey to set
getSearchableAttributeValue
public SearchableAttributeValue getSearchableAttributeValue()
- Returns:
- the searchableAttributeValue
setSearchableAttributeValue
public void setSearchableAttributeValue(SearchableAttributeValue searchableAttributeValue)
- Parameters:
searchableAttributeValue
- the searchableAttributeValue to set
isSearchInclusive
public boolean isSearchInclusive()
- Returns:
- the searchInclusive
setSearchInclusive
public void setSearchInclusive(boolean searchInclusive)
- Parameters:
searchInclusive
- the searchInclusive to set
getValue
public String getValue()
- Returns:
- the value
setValue
public void setValue(String value)
- Parameters:
value
- the value to set
getValues
public List<String> getValues()
- Returns:
- the values
setValues
public void setValues(List<String> values)
- Parameters:
values
- the values to set
getLookupableFieldType
public String getLookupableFieldType()
- Returns:
- the lookupableFieldType
setLookupableFieldType
public void setLookupableFieldType(String lookupableFieldType)
- Parameters:
lookupableFieldType
- the lookupableFieldType to set
isAllowInlineRange
public boolean isAllowInlineRange()
- Returns:
- the allowInlineRange
setAllowInlineRange
public void setAllowInlineRange(boolean allowInlineRange)
- Parameters:
allowInlineRange
- the allowInlineRange to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.