public class DocumentCollectionPath extends DataDictionaryDefinitionBase
Modifier and Type | Field and Description |
---|---|
protected String |
collectionPath |
protected DocumentCollectionPath |
nestedCollection |
protected List<String> |
paths |
embeddedDataObjectMetadata, generatedFromMetadata, id
componentCode, namespaceCode
Constructor and Description |
---|
DocumentCollectionPath() |
Modifier and Type | Method and Description |
---|---|
String |
getCollectionPath() |
List<String> |
getDocumentValues() |
DocumentCollectionPath |
getNestedCollection() |
void |
setCollectionPath(String collectionPath) |
void |
setDocumentValues(List<String> paths) |
void |
setNestedCollection(DocumentCollectionPath documentCollectionPath) |
completeValidation, completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
protected String collectionPath
protected DocumentCollectionPath nestedCollection
public DocumentCollectionPath()
public List<String> getDocumentValues()
public DocumentCollectionPath getNestedCollection()
public void setDocumentValues(List<String> paths)
paths
- the documentValues to setpublic void setNestedCollection(DocumentCollectionPath documentCollectionPath)
documentCollectionPath
- the documentCollectionPath to setpublic String getCollectionPath()
public void setCollectionPath(String collectionPath)
collectionPath
- the collectionPath to setCopyright © 2005–2014 The Kuali Foundation. All rights reserved.