public class DocumentCollectionPath extends DataDictionaryDefinitionBase
id| Constructor and Description |
|---|
DocumentCollectionPath() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
This overridden method ...
|
String |
getCollectionPath() |
List<String> |
getDocumentValues() |
DocumentCollectionPath |
getNestedCollection() |
void |
setCollectionPath(String collectionPath) |
void |
setDocumentValues(List<String> paths) |
void |
setNestedCollection(DocumentCollectionPath documentCollectionPath) |
afterPropertiesSet, getId, setIdpublic DocumentCollectionPath()
public List<String> getDocumentValues()
public DocumentCollectionPath getNestedCollection()
public void setDocumentValues(List<String> paths)
documentValues - the documentValues to setpublic void setNestedCollection(DocumentCollectionPath documentCollectionPath)
documentCollectionPath - the documentCollectionPath 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)public String getCollectionPath()
public void setCollectionPath(String collectionPath)
collectionPath - the collectionPath to setCopyright © 2005–2016 The Kuali Foundation. All rights reserved.