public class BudgetAdjustmentAccountingLineUtil extends Object
Constructor and Description |
---|
BudgetAdjustmentAccountingLineUtil() |
Modifier and Type | Method and Description |
---|---|
static Map |
appendToValuesMap(Map simpleValues,
BudgetAdjustmentAccountingLine accountingLine)
Adds
BudgetAdjustmentAccountingLine attributes to map |
static void |
copyFrom(BudgetAdjustmentAccountingLine toLine,
AccountingLine other)
Copies
BudgetAdjustmentAccountingLine values |
static org.kuali.rice.core.api.util.type.KualiDecimal |
getMonthlyLinesTotal(BudgetAdjustmentAccountingLine accountingLine)
Calculates monthlyLines total amount@param accountingLine
|
static void |
init(BudgetAdjustmentAccountingLine accountingLine)
Initialize attributes
|
public BudgetAdjustmentAccountingLineUtil()
public static void init(BudgetAdjustmentAccountingLine accountingLine)
accountingLine
- public static Map appendToValuesMap(Map simpleValues, BudgetAdjustmentAccountingLine accountingLine)
BudgetAdjustmentAccountingLine
attributes to mapsimpleValues
- map used to add values toaccountingLine
- accounting line that provides attributes to add to mappublic static void copyFrom(BudgetAdjustmentAccountingLine toLine, AccountingLine other)
BudgetAdjustmentAccountingLine
valuestoLine
- the line to copy values tofromLine
- the line to take the values to use in writing to the toLinepublic static org.kuali.rice.core.api.util.type.KualiDecimal getMonthlyLinesTotal(BudgetAdjustmentAccountingLine accountingLine)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.