Class DocumentCollectionPath
java.lang.Object
org.kuali.rice.krad.datadictionary.DictionaryBeanBase
org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
org.kuali.rice.krad.datadictionary.DocumentCollectionPath
- All Implemented Interfaces:
Serializable,Cloneable,Copyable,DataDictionaryDefinition,DictionaryBean
- See Also:
-
Field Summary
FieldsFields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
embeddedDataObjectMetadata, generatedFromMetadata, idFields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetCollectionPath(String collectionPath) voidsetDocumentValues(List<String> paths) voidsetNestedCollection(DocumentCollectionPath documentCollectionPath) Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
completeValidation, completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadataMethods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodeMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
-
Field Details
-
collectionPath
-
paths
-
nestedCollection
-
-
Constructor Details
-
DocumentCollectionPath
public DocumentCollectionPath()
-
-
Method Details
-
getDocumentValues
- Returns:
- the documentValues
-
getNestedCollection
- Returns:
- the documentCollectionPath
-
setDocumentValues
- Parameters:
paths- the documentValues to set
-
setNestedCollection
- Parameters:
documentCollectionPath- the documentCollectionPath to set
-
getCollectionPath
- Returns:
- the collectionPath
-
setCollectionPath
- Parameters:
collectionPath- the collectionPath to set
-