org.kuali.rice.krad.datadictionary
Class DocumentCollectionPath

java.lang.Object
  extended by org.kuali.rice.krad.datadictionary.DictionaryBeanBase
      extended by org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
          extended by org.kuali.rice.krad.datadictionary.DocumentCollectionPath
All Implemented Interfaces:
Serializable, Cloneable, Copyable, DataDictionaryDefinition, DictionaryBean

public class DocumentCollectionPath
extends DataDictionaryDefinitionBase

This is a description of what this class does - mpham don't forget to fill this in.

Author:
Kuali Rice Team (rice.collab@kuali.org)
See Also:
Serialized Form

Field Summary
protected  String collectionPath
           
protected  DocumentCollectionPath nestedCollection
           
protected  List<String> paths
           
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
embeddedDataObjectMetadata, generatedFromMetadata, id
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
componentCode, namespaceCode
 
Constructor Summary
DocumentCollectionPath()
           
 
Method Summary
 String getCollectionPath()
           
 List<String> getDocumentValues()
           
 DocumentCollectionPath getNestedCollection()
           
 void setCollectionPath(String collectionPath)
           
 void setDocumentValues(List<String> paths)
           
 void setNestedCollection(DocumentCollectionPath documentCollectionPath)
           
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
completeValidation, completeValidation, getId, hasEmbeddedDataObjectMetadata, setEmbeddedDataObjectMetadata, setGeneratedFromMetadata, setId, wasGeneratedFromMetadata
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
clone, copy, dataDictionaryPostProcessing, getComponentCode, getNamespaceCode, preventModification, setComponentCode, setNamespaceCode, unwrap
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
dataDictionaryPostProcessing, getComponentCode, getNamespaceCode
 

Field Detail

collectionPath

protected String collectionPath

paths

protected List<String> paths

nestedCollection

protected DocumentCollectionPath nestedCollection
Constructor Detail

DocumentCollectionPath

public DocumentCollectionPath()
Method Detail

getDocumentValues

public List<String> getDocumentValues()
Returns:
the documentValues

getNestedCollection

public DocumentCollectionPath getNestedCollection()
Returns:
the documentCollectionPath

setDocumentValues

public void setDocumentValues(List<String> paths)
Parameters:
paths - the documentValues to set

setNestedCollection

public void setNestedCollection(DocumentCollectionPath documentCollectionPath)
Parameters:
documentCollectionPath - the documentCollectionPath to set

getCollectionPath

public String getCollectionPath()
Returns:
the collectionPath

setCollectionPath

public void setCollectionPath(String collectionPath)
Parameters:
collectionPath - the collectionPath to set


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.