public class SufficientFundsItem extends Object implements Serializable, Comparable
Constructor and Description |
---|
SufficientFundsItem() |
SufficientFundsItem(SystemOptions universityFiscalYear,
AccountingLine accountLine,
String sufficientFundsObjectCode)
Constructs a SufficientFundsItem.java.
|
SufficientFundsItem(SystemOptions universityFiscalYear,
Transaction tran,
String sufficientFundsObjectCode)
Constructs a SufficientFundsItem.java.
|
Modifier and Type | Method and Description |
---|---|
void |
add(AccountingLine a)
Adds an accounting line's amount to this sufficient funds item
|
void |
add(Transaction t)
Adds a transactions amount to this sufficient funds item
|
int |
compareTo(Object arg0)
Compare to other sufficient funds item based on key
|
Account |
getAccount() |
String |
getAccountSufficientFundsCode() |
org.kuali.rice.core.api.util.type.KualiDecimal |
getAmount() |
BalanceType |
getBalanceTyp() |
String |
getDocumentTypeCode() |
ObjectCode |
getFinancialObject() |
ObjectType |
getFinancialObjectType() |
String |
getKey()
Returns string to uniquely represent this sufficient funds item
|
String |
getSufficientFundsObjectCode() |
SystemOptions |
getYear() |
void |
setAccount(Account account) |
void |
setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount) |
void |
setBalanceTyp(BalanceType balanceTyp) |
void |
setDocumentTypeCode(String documentTypeCode) |
void |
setFinancialObject(ObjectCode financialObject) |
void |
setFinancialObjectType(ObjectType financialObjectType) |
void |
setSufficientFundsObjectCode(String sufficientFundsObjectCode) |
void |
setYear(SystemOptions year) |
String |
toString() |
public SufficientFundsItem()
public SufficientFundsItem(SystemOptions universityFiscalYear, Transaction tran, String sufficientFundsObjectCode)
universityFiscalYear
- tran
- sufficientFundsObjectCode
- public SufficientFundsItem(SystemOptions universityFiscalYear, AccountingLine accountLine, String sufficientFundsObjectCode)
universityFiscalYear
- accountLine
- sufficientFundsObjectCode
- public BalanceType getBalanceTyp()
public void setBalanceTyp(BalanceType balanceTyp)
public void add(AccountingLine a)
a
- accounting linepublic void add(Transaction t)
t
- transactionspublic int compareTo(Object arg0)
compareTo
in interface Comparable
Comparable.compareTo(java.lang.Object)
public String getKey()
public String getDocumentTypeCode()
public void setDocumentTypeCode(String documentTypeCode)
public String getAccountSufficientFundsCode()
public ObjectType getFinancialObjectType()
public void setFinancialObjectType(ObjectType financialObjectType)
public Account getAccount()
public void setAccount(Account account)
public org.kuali.rice.core.api.util.type.KualiDecimal getAmount()
public void setAmount(org.kuali.rice.core.api.util.type.KualiDecimal amount)
public ObjectCode getFinancialObject()
public void setFinancialObject(ObjectCode financialObject)
public String getSufficientFundsObjectCode()
public void setSufficientFundsObjectCode(String sufficientFundsObjectCode)
public SystemOptions getYear()
public void setYear(SystemOptions year)
Copyright © 2004–2014 The Kuali Foundation. All rights reserved.