org.kuali.rice.kew.docsearch.web
Class SearchAttributeFormContainer
java.lang.Object
org.kuali.rice.kew.docsearch.web.SearchAttributeFormContainer
- All Implemented Interfaces:
- Serializable
public class SearchAttributeFormContainer
- 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 |
SearchAttributeFormContainer
public SearchAttributeFormContainer()
SearchAttributeFormContainer
public SearchAttributeFormContainer(String key,
String value)
SearchAttributeFormContainer
public SearchAttributeFormContainer(String key,
String[] values)
SearchAttributeFormContainer
public SearchAttributeFormContainer(String key,
String value,
String alternateValue)
getAlternateValue
public String getAlternateValue()
setAlternateValue
public void setAlternateValue(String alternateValue)
getKey
public String getKey()
setKey
public void setKey(String key)
getValue
public String getValue()
setValue
public void setValue(String value)
getValueForUserInterface
public String getValueForUserInterface()
- Deprecated.
- This should only be called for UI editable implementations
setValueForUserInterface
public void setValueForUserInterface(String value)
- Deprecated.
- This should only be called for UI editable implementations
getValues
public String[] getValues()
setValues
public void setValues(String[] values)
isValueSet
public boolean isValueSet()
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.