public class SearchingTypeDefinition extends DataDictionaryDefinitionBase
id| Constructor and Description |
|---|
SearchingTypeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
This overridden method ...
|
List<String> |
getDocumentValues() |
SearchingAttribute |
getSearchingAttribute() |
void |
setDocumentValues(List<String> paths) |
void |
setSearchingAttribute(SearchingAttribute searchingAttribute) |
afterPropertiesSet, getId, setIdpublic SearchingTypeDefinition()
public SearchingAttribute getSearchingAttribute()
public List<String> getDocumentValues()
public void setSearchingAttribute(SearchingAttribute searchingAttribute)
searchingAttribute - the searchingAttribute to setpublic void setDocumentValues(List<String> paths)
documentValues - the documentValues to setpublic void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
rootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass - other stuff required to complete validationDataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.