public class RoutingTypeDefinition extends DataDictionaryDefinitionBase
id| Constructor and Description |
|---|
RoutingTypeDefinition() |
| Modifier and Type | Method and Description |
|---|---|
void |
completeValidation(Class rootBusinessObjectClass,
Class otherBusinessObjectClass)
This overridden method ...
|
List<DocumentValuePathGroup> |
getDocumentValuePathGroups() |
List<RoutingAttribute> |
getRoutingAttributes() |
void |
setDocumentValuePathGroups(List<DocumentValuePathGroup> documentValuePathGroups) |
void |
setRoutingAttributes(List<RoutingAttribute> routingAttributes) |
afterPropertiesSet, getId, setIdpublic RoutingTypeDefinition()
public List<RoutingAttribute> getRoutingAttributes()
public List<DocumentValuePathGroup> getDocumentValuePathGroups()
public void setRoutingAttributes(List<RoutingAttribute> routingAttributes)
routingAttributes - the routingAttributes to setpublic void setDocumentValuePathGroups(List<DocumentValuePathGroup> documentValuePathGroups)
documentValuePathGroups - the documentValuePathGroups to setpublic void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
rootBusinessObjectClass - Class of the BusinessObjectEntry which ultimately contains this definitionotherBusinessObjectClass - other stuff required to complete validationDataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)Copyright © 2005–2016 The Kuali Foundation. All rights reserved.