|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kuali.kfs.fp.businessobject.BudgetAdjustmentAccountingLineUtil
public class BudgetAdjustmentAccountingLineUtil
This class is a utility class to consolidate budget adjustment accounting line code
| Constructor Summary | |
|---|---|
BudgetAdjustmentAccountingLineUtil()
|
|
| Method Summary | |
|---|---|
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.kns.util.KualiDecimal |
getMonthlyLinesTotal(BudgetAdjustmentAccountingLine accountingLine)
Calculates monthlyLines total amount@param accountingLine |
static void |
init(BudgetAdjustmentAccountingLine accountingLine)
Initialize attributes |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BudgetAdjustmentAccountingLineUtil()
| Method Detail |
|---|
public static void init(BudgetAdjustmentAccountingLine accountingLine)
accountingLine -
public static Map appendToValuesMap(Map simpleValues,
BudgetAdjustmentAccountingLine accountingLine)
BudgetAdjustmentAccountingLine attributes to map
simpleValues - map used to add values toaccountingLine - accounting line that provides attributes to add to map
public static void copyFrom(BudgetAdjustmentAccountingLine toLine,
AccountingLine other)
BudgetAdjustmentAccountingLine values
toLine - the line to copy values tofromLine - the line to take the values to use in writing to the toLinepublic static org.kuali.rice.kns.util.KualiDecimal getMonthlyLinesTotal(BudgetAdjustmentAccountingLine accountingLine)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||