public class SearchingAttribute extends WorkflowAttributeMetadata
componentCode, namespaceCode
Constructor and Description |
---|
SearchingAttribute() |
Modifier and Type | Method and Description |
---|---|
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
|
completeValidation
getExpressionGraph, getPropertyExpression, getPropertyExpressions, setExpressionGraph, setPropertyExpressions
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
public SearchingAttribute()
public String getBusinessObjectClassName()
public String getAttributeName()
public void setBusinessObjectClassName(String businessObjectClassName)
businessObjectClassName
- the businessObjectClassName to setpublic void setAttributeName(String attributeName)
attributeName
- the attributeName to setpublic boolean isShowAttributeInSearchCriteria()
public void setShowAttributeInSearchCriteria(boolean showAttributeInSearchCriteria)
showAttributeInSearchCriteria
- the showAttributeInSearchCriteria to setpublic boolean isShowAttributeInResultSet()
public void setShowAttributeInResultSet(boolean showAttributeInResultSet)
showAttributeInResultSet
- the showAttributeInResultSet to setCopyright © 2005–2016 The Kuali Foundation. All rights reserved.