public class AccountingLineViewDefinition extends org.kuali.rice.krad.datadictionary.DataDictionaryDefinitionBase
| Constructor and Description | 
|---|
| AccountingLineViewDefinition() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | completeValidation(Class rootBusinessObjectClass,
                                    Class otherBusinessObjectClass)Checks that this accounting line view has at least one child renderable element. | 
| List<TableJoining> | getAccountingLineLayoutElements(Class<? extends AccountingLine> accountingLineClass)Creates a list of layout elements for this accounting line view | 
| List<AccountingLineViewRenderableElementDefinition> | getElements()Gets the elements attribute. | 
| void | setElements(List<AccountingLineViewRenderableElementDefinition> elements)Sets the elements attribute value. | 
afterPropertiesSet, getId, setIdcopy, copyProperties, getComponentCode, getNamespaceCode, setComponentCode, setNamespaceCodepublic AccountingLineViewDefinition()
public void completeValidation(Class rootBusinessObjectClass, Class otherBusinessObjectClass)
DataDictionaryDefinition.completeValidation(java.lang.Class, java.lang.Class)public List<AccountingLineViewRenderableElementDefinition> getElements()
public void setElements(List<AccountingLineViewRenderableElementDefinition> elements)
elements - The elements to set.public List<TableJoining> getAccountingLineLayoutElements(Class<? extends AccountingLine> accountingLineClass)
accountingLineClass - the class of the accounting line to be rendered by this viewCopyright © 2004–2015 The Kuali Foundation. All rights reserved.