org.kuali.rice.krad.datadictionary
Class SearchingAttribute

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
          extended by org.kuali.rice.krad.datadictionary.WorkflowAttributeMetadata
              extended by org.kuali.rice.krad.datadictionary.SearchingAttribute
All Implemented Interfaces:
Serializable, Cloneable, Copyable, DictionaryBean, UifDictionaryBean

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.DictionaryBeanBase
componentCode, namespaceCode
 
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.uif.UifDictionaryBeanBase
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressions
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, preventModification, setComponentCode, setNamespaceCode, unwrap
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
 

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 © 2005–2014 The Kuali Foundation. All rights reserved.