public class DocumentValuePathGroup extends DataDictionaryDefinitionBase
id
Constructor and Description |
---|
DocumentValuePathGroup() |
Modifier and Type | Method and Description |
---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
This overridden method ...
|
DocumentCollectionPath |
getDocumentCollectionPath() |
List<String> |
getDocumentValues() |
void |
setDocumentCollectionPath(DocumentCollectionPath documentCollectionPath) |
void |
setDocumentValues(List<String> paths) |
afterPropertiesSet, getId, setId
public DocumentValuePathGroup()
public List<String> getDocumentValues()
public DocumentCollectionPath getDocumentCollectionPath()
public void setDocumentValues(List<String> paths)
documentValues
- the documentValues to setpublic void setDocumentCollectionPath(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)
Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.