public class SearchingAttribute extends WorkflowAttributeMetadata
| 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
|
completeValidationcopyProperties, getExpressionGraph, getPropertyExpression, getPropertyExpressions, getRefreshExpressionGraph, setExpressionGraph, setPropertyExpressions, setRefreshExpressionGraphcopy, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetComponentCode, getNamespaceCodepublic 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.