org.kuali.rice.krad.datadictionary
Class SearchingAttribute

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
      extended by org.kuali.rice.krad.datadictionary.WorkflowAttributeMetadata
          extended by 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

Field Summary
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
SearchingAttribute()
           
 
Method Summary
 String getAttributeName()
           
 String getBusinessObjectClassName()
           
 boolean isShowAttributeInResultSet()
          Returns whether this attribute should appear in the result set
 boolean isShowAttributeInSearchCriteria()
          Returns whether this attribute should appear in the search criteria
 void setAttributeName(String attributeName)
           
 void setBusinessObjectClassName(String businessObjectClassName)
           
 void setShowAttributeInResultSet(boolean showAttributeInResultSet)
          Sets whether this attribute should appear in the result set
 void setShowAttributeInSearchCriteria(boolean showAttributeInSearchCriteria)
          Sets whether this attribute should appear in the search criteria
 
Methods inherited from class org.kuali.rice.krad.datadictionary.WorkflowAttributeMetadata
completeValidation
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
afterPropertiesSet, getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SearchingAttribute

public SearchingAttribute()
Method Detail

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.