org.kuali.rice.kns.datadictionary
Class DocumentValuePathGroup

java.lang.Object
  extended by org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
      extended by org.kuali.rice.kns.datadictionary.DocumentValuePathGroup
All Implemented Interfaces:
Serializable, DataDictionaryDefinition, org.springframework.beans.factory.InitializingBean

public class DocumentValuePathGroup
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
private  DocumentCollectionPath documentCollectionPath
           
private  List<String> paths
           
private static long serialVersionUID
           
 
Fields inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
id
 
Constructor Summary
DocumentValuePathGroup()
           
 
Method Summary
 void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
          This overridden method ...
 DocumentCollectionPath getDocumentCollectionPath()
           
 List<String> getDocumentValues()
           
 void setDocumentCollectionPath(DocumentCollectionPath documentCollectionPath)
           
 void setDocumentValues(List<String> paths)
           
 
Methods inherited from class org.kuali.rice.kns.datadictionary.DataDictionaryDefinitionBase
afterPropertiesSet, getId, setId
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

paths

private List<String> paths

documentCollectionPath

private DocumentCollectionPath documentCollectionPath
Constructor Detail

DocumentValuePathGroup

public DocumentValuePathGroup()
Method Detail

getDocumentValues

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

getDocumentCollectionPath

public DocumentCollectionPath getDocumentCollectionPath()
Returns:
the documentCollectionPath

setDocumentValues

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

setDocumentCollectionPath

public void setDocumentCollectionPath(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)


Copyright © 2004-2011 The Kuali Foundation. All Rights Reserved.