public class LedgerSummaryDetailLine extends LedgerBalanceTypeSummaryTotalLine
Constructor and Description |
---|
LedgerSummaryDetailLine(String balanceTypeCode,
String financialSystemOriginationCode,
Integer universityFiscalYear,
String universityAccountPeriodCode)
Constructs a LedgerSummaryDetailLine
|
Modifier and Type | Method and Description |
---|---|
String |
getFinancialSystemOriginationCode()
Gets the financialSystemOriginationCode attribute.
|
String |
getKey() |
static String |
getKeyString(OriginEntryInformation entry)
Generates a Map key in a consistent format with the rest of the uses of this class for a given OriginEntryInformation
|
static Comparator<LedgerSummaryDetailLine> |
getStandardComparator() |
String |
getUniversityAccountPeriodCode()
Gets the universityAccountPeriodCode attribute.
|
Integer |
getUniversityFiscalYear()
Gets the universityFiscalYear attribute.
|
getFinancialBalanceTypeCode, getSummary
addBudgetAmount, addCreditAmount, addDebitAmount, getBudgetAmount, getBudgetCount, getCreditAmount, getCreditCount, getDebitAmount, getDebitCount, getRecordCount, toStringMapper_RICE20_REFACTORME
public LedgerSummaryDetailLine(String balanceTypeCode, String financialSystemOriginationCode, Integer universityFiscalYear, String universityAccountPeriodCode)
balanceTypeCode
- financialSystemOriginationCode
- universityFiscalYear
- universityAccountPeriodCode
- public String getFinancialSystemOriginationCode()
public Integer getUniversityFiscalYear()
public String getUniversityAccountPeriodCode()
public String getKey()
public static String getKeyString(OriginEntryInformation entry)
entry
- the entry to build a key forpublic static Comparator<LedgerSummaryDetailLine> getStandardComparator()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.