public class SearchingAttribute extends WorkflowAttributeMetadata
id
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
afterPropertiesSet, getId, setId
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-2015 The Kuali Foundation. All Rights Reserved.