org.kuali.rice.kew.docsearch.web
Class SearchAttributeFormContainer

java.lang.Object
  extended by 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

Constructor Summary
SearchAttributeFormContainer()
           
SearchAttributeFormContainer(String key, String value)
           
SearchAttributeFormContainer(String key, String[] values)
           
SearchAttributeFormContainer(String key, String value, String alternateValue)
           
 
Method Summary
 String getAlternateValue()
           
 String getKey()
           
 String getValue()
           
 String getValueForUserInterface()
          Deprecated.  
 String[] getValues()
           
 boolean isValueSet()
           
 void setAlternateValue(String alternateValue)
           
 void setKey(String key)
           
 void setValue(String value)
           
 void setValueForUserInterface(String value)
          Deprecated.  
 void setValues(String[] values)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.