org.kuali.rice.kew.docsearch
Class StandardSearchCriteriaField
java.lang.Object
org.kuali.rice.kew.docsearch.StandardSearchCriteriaField
- All Implemented Interfaces:
- java.io.Serializable
public class StandardSearchCriteriaField
- extends java.lang.Object
- implements java.io.Serializable
This is a container object used by KEW Document Search
- Author:
- Kuali Rice Team (rice.collab@kuali.org)
- See Also:
- Serialized Form
Constructor Summary |
StandardSearchCriteriaField()
|
StandardSearchCriteriaField(java.lang.String fieldKey,
java.lang.String propertyName,
java.lang.String fieldType,
java.lang.String datePickerKey,
java.lang.String labelMessageKey,
java.lang.String helpMessageKeyArgument,
boolean hidden,
java.lang.String displayOnlyPropertyName,
java.lang.String lookupableImplServiceName,
boolean lookupTypeRequired)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TEXT
public static final java.lang.String TEXT
- See Also:
- Constant Field Values
DROPDOWN
public static final java.lang.String DROPDOWN
- See Also:
- Constant Field Values
DROPDOWN_HIDE_EMPTY
public static final java.lang.String DROPDOWN_HIDE_EMPTY
- See Also:
- Constant Field Values
StandardSearchCriteriaField
public StandardSearchCriteriaField()
StandardSearchCriteriaField
public StandardSearchCriteriaField(java.lang.String fieldKey,
java.lang.String propertyName,
java.lang.String fieldType,
java.lang.String datePickerKey,
java.lang.String labelMessageKey,
java.lang.String helpMessageKeyArgument,
boolean hidden,
java.lang.String displayOnlyPropertyName,
java.lang.String lookupableImplServiceName,
boolean lookupTypeRequired)
getKey
public java.lang.String getKey()
setKey
public void setKey(java.lang.String key)
getProperty
public java.lang.String getProperty()
setProperty
public void setProperty(java.lang.String property)
getFieldType
public java.lang.String getFieldType()
setFieldType
public void setFieldType(java.lang.String fieldType)
isHidden
public boolean isHidden()
setHidden
public void setHidden(boolean hidden)
getDisplayOnlyPropertyName
public java.lang.String getDisplayOnlyPropertyName()
setDisplayOnlyPropertyName
public void setDisplayOnlyPropertyName(java.lang.String displayOnlyPropertyName)
getDatePickerKey
public java.lang.String getDatePickerKey()
setDatePickerKey
public void setDatePickerKey(java.lang.String datePickerKey)
getLookupableImplServiceName
public java.lang.String getLookupableImplServiceName()
setLookupableImplServiceName
public void setLookupableImplServiceName(java.lang.String lookupableImplServiceName)
isLookupTypeRequired
public boolean isLookupTypeRequired()
setLookupTypeRequired
public void setLookupTypeRequired(boolean lookupTypeRequired)
getLabelMessageKey
public java.lang.String getLabelMessageKey()
setLabelMessageKey
public void setLabelMessageKey(java.lang.String labelMessageKey)
getHelpMessageKeyArgument
public java.lang.String getHelpMessageKeyArgument()
setHelpMessageKeyArgument
public void setHelpMessageKeyArgument(java.lang.String helpMessageKeyArgument)
getOptionsCollectionProperty
public java.lang.String getOptionsCollectionProperty()
setOptionsCollectionProperty
public void setOptionsCollectionProperty(java.lang.String optionsCollectionProperty)
getCollectionLabelProperty
public java.lang.String getCollectionLabelProperty()
setCollectionLabelProperty
public void setCollectionLabelProperty(java.lang.String collectionLabelProperty)
getCollectionKeyProperty
public java.lang.String getCollectionKeyProperty()
setCollectionKeyProperty
public void setCollectionKeyProperty(java.lang.String collectionKeyProperty)
getEmptyCollectionMessage
public java.lang.String getEmptyCollectionMessage()
setEmptyCollectionMessage
public void setEmptyCollectionMessage(java.lang.String emptyCollectionMessage)
getTEXT
public java.lang.String getTEXT()
- Returns:
- the tEXT
getDROPDOWN
public java.lang.String getDROPDOWN()
- Returns:
- the dROPDOWN
getDROPDOWN_HIDE_EMPTY
public java.lang.String getDROPDOWN_HIDE_EMPTY()
- Returns:
- the dROPDOWN
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.