org.kuali.rice.krad.datadictionary
Class SearchingAttribute
java.lang.Object
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.krad.datadictionary.WorkflowAttributeMetadata
org.kuali.rice.krad.datadictionary.SearchingAttribute
- All Implemented Interfaces:
- Serializable, DataDictionaryDefinition, org.springframework.beans.factory.InitializingBean
public class SearchingAttribute
- extends WorkflowAttributeMetadata
This is a description of what this class does - mpham don't forget to fill this in.
- 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 |
SearchingAttribute
public SearchingAttribute()
getBusinessObjectClassName
public String getBusinessObjectClassName()
- Returns:
- the businessObjectClassName
getAttributeName
public String getAttributeName()
- Returns:
- the attributeName
setBusinessObjectClassName
public void setBusinessObjectClassName(String businessObjectClassName)
- Parameters:
businessObjectClassName
- the businessObjectClassName to set
setAttributeName
public void setAttributeName(String attributeName)
- Parameters:
attributeName
- the attributeName to set
isShowAttributeInSearchCriteria
public boolean isShowAttributeInSearchCriteria()
- Returns whether this attribute should appear in the search criteria
- Returns:
- the showAttributeInSearchCriteria
setShowAttributeInSearchCriteria
public void setShowAttributeInSearchCriteria(boolean showAttributeInSearchCriteria)
- Sets whether this attribute should appear in the search criteria
- Parameters:
showAttributeInSearchCriteria
- the showAttributeInSearchCriteria to set
isShowAttributeInResultSet
public boolean isShowAttributeInResultSet()
- Returns whether this attribute should appear in the result set
- Returns:
- the showAttributeInResultSet
setShowAttributeInResultSet
public void setShowAttributeInResultSet(boolean showAttributeInResultSet)
- Sets whether this attribute should appear in the result set
- Parameters:
showAttributeInResultSet
- the showAttributeInResultSet to set
Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.