|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.sys.businessobject.SufficientFundsItem
public class SufficientFundsItem
Represents a sufficient fund item which is used to show if a document has sufficient funds
Constructor Summary | |
---|---|
SufficientFundsItem()
|
|
SufficientFundsItem(SystemOptions universityFiscalYear,
AccountingLine accountLine,
String sufficientFundsObjectCode)
Constructs a SufficientFundsItem.java. |
|
SufficientFundsItem(SystemOptions universityFiscalYear,
Transaction tran,
String sufficientFundsObjectCode)
Constructs a SufficientFundsItem.java. |
Method Summary | |
---|---|
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.kns.util.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.kns.util.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()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SufficientFundsItem()
public SufficientFundsItem(SystemOptions universityFiscalYear, Transaction tran, String sufficientFundsObjectCode)
universityFiscalYear
- tran
- sufficientFundsObjectCode
- public SufficientFundsItem(SystemOptions universityFiscalYear, AccountingLine accountLine, String sufficientFundsObjectCode)
universityFiscalYear
- accountLine
- sufficientFundsObjectCode
- Method Detail |
---|
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 String toString()
toString
in class Object
public Account getAccount()
public void setAccount(Account account)
public org.kuali.rice.kns.util.KualiDecimal getAmount()
public void setAmount(org.kuali.rice.kns.util.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)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |