Class SearchingAttribute
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
org.kuali.rice.krad.datadictionary.WorkflowAttributeMetadata
org.kuali.rice.krad.datadictionary.SearchingAttribute
- All Implemented Interfaces:
Serializable,Cloneable,Copyable,DictionaryBean,UifDictionaryBean
- See Also:
-
Field Summary
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns whether this attribute should appear in the result setbooleanReturns whether this attribute should appear in the search criteriavoidsetAttributeName(String attributeName) voidsetBusinessObjectClassName(String businessObjectClassName) voidsetShowAttributeInResultSet(boolean showAttributeInResultSet) Sets whether this attribute should appear in the result setvoidsetShowAttributeInSearchCriteria(boolean showAttributeInSearchCriteria) Sets whether this attribute should appear in the search criteriaMethods inherited from class org.kuali.rice.krad.datadictionary.WorkflowAttributeMetadata
completeValidationMethods inherited from class org.kuali.rice.krad.datadictionary.uif.UifDictionaryBeanBase
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressionsMethods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
-
Constructor Details
-
SearchingAttribute
public SearchingAttribute()
-
-
Method Details
-
getBusinessObjectClassName
- Returns:
- the businessObjectClassName
-
getAttributeName
- Returns:
- the attributeName
-
setBusinessObjectClassName
- Parameters:
businessObjectClassName- the businessObjectClassName to set
-
setAttributeName
- 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
-