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, DataDictionaryDefinition, DictionaryBean, org.springframework.beans.factory.InitializingBean

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
 
Fields inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
DocumentCollectionPath()
           
 
Method Summary
 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)
           
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
afterPropertiesSet, getId, setId
 
Methods inherited from class org.kuali.rice.krad.datadictionary.DictionaryBeanBase
getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCode
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.kuali.rice.krad.datadictionary.DictionaryBean
getComponentCode, getNamespaceCode
 

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:
documentValues - the documentValues to set

setNestedCollection

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

completeValidation

public void completeValidation(Class rootBusinessObjectClass,
                               Class otherBusinessObjectClass)
This overridden method ...

Parameters:
rootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definition
otherBusinessObjectClass - other stuff required to complete validation
See Also:
DataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)

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.