|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.fp.businessobject.WireCharge
public class WireCharge
This class is used to represent a Wire Charge business object, which is a method of payment to an institution.
Field Summary |
---|
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
extension, versionNumber |
Constructor Summary | |
---|---|
WireCharge()
Default no-arg constructor. |
Method Summary | |
---|---|
Account |
getAccount()
Gets the account attribute. |
String |
getAccountNumber()
Gets the accountNumber attribute. |
Chart |
getChartOfAccounts()
Gets the chartOfAccounts attribute. |
String |
getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute. |
org.kuali.rice.kns.util.KualiDecimal |
getDomesticChargeAmt()
Gets the domesticChargeAmt attribute. |
ObjectCode |
getExpenseFinancialObject()
Gets the expenseFinancialObject attribute. |
String |
getExpenseFinancialObjectCode()
Gets the expenseFinancialObjectCode attribute. |
SystemOptions |
getFiscalYear()
|
org.kuali.rice.kns.util.KualiDecimal |
getForeignChargeAmt()
Gets the foreignChargeAmt attribute. |
ObjectCode |
getIncomeFinancialObject()
Gets the incomeFinancialObject attribute. |
String |
getIncomeFinancialObjectCode()
Gets the incomeFinancialObjectCode attribute. |
Integer |
getUniversityFiscalYear()
Gets the universityFiscalYear attribute. |
String |
getWireChargeViewer()
This method (a hack by any other name...) returns a string so that an wire charge can have a link to view its own inquiry page after a look up |
void |
setAccount(Account account)
Deprecated. |
void |
setAccountNumber(String accountNumber)
Sets the accountNumber attribute. |
void |
setChartOfAccounts(Chart chartOfAccounts)
Deprecated. |
void |
setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute. |
void |
setDomesticChargeAmt(org.kuali.rice.kns.util.KualiDecimal domesticChargeAmt)
Sets the domesticChargeAmt attribute. |
void |
setExpenseFinancialObject(ObjectCode expenseFinancialObject)
Deprecated. |
void |
setExpenseFinancialObjectCode(String expenseFinancialObjectCode)
Sets the expenseFinancialObjectCode attribute. |
void |
setFiscalYear(SystemOptions fiscalYear)
|
void |
setForeignChargeAmt(org.kuali.rice.kns.util.KualiDecimal foreignChargeAmt)
Sets the foreignChargeAmt attribute. |
void |
setIncomeFinancialObject(ObjectCode incomeFinancialObject)
Deprecated. |
void |
setIncomeFinancialObjectCode(String incomeFinancialObjectCode)
Sets the incomeFinancialObjectCode attribute. |
void |
setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute. |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase |
---|
addNote, afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeInsert, beforeUpdate, beforeUpdate, buildListOfDeletionAwareLists, deleteNote, getAttachmentService, getBoNote, getBoNotes, getExtension, getNoteService, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isAutoIncrementSet, isBoNotesSupport, isNewCollectionRecord, linkEditableUserFields, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setAutoIncrementSet, setBoNotes, setExtension, setNewCollectionRecord, setObjectId, setVersionNumber, supportsBoNotes |
Methods inherited from class org.kuali.rice.kns.bo.BusinessObjectBase |
---|
prepareForWorkflow, toString, toStringBuilder |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.kuali.rice.kns.bo.BusinessObject |
---|
prepareForWorkflow |
Constructor Detail |
---|
public WireCharge()
Method Detail |
---|
public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getIncomeFinancialObjectCode()
public void setIncomeFinancialObjectCode(String incomeFinancialObjectCode)
incomeFinancialObjectCode
- The incomeFinancialObjectCode to set.public String getExpenseFinancialObjectCode()
public void setExpenseFinancialObjectCode(String expenseFinancialObjectCode)
expenseFinancialObjectCode
- The expenseFinancialObjectCode to set.public org.kuali.rice.kns.util.KualiDecimal getDomesticChargeAmt()
public void setDomesticChargeAmt(org.kuali.rice.kns.util.KualiDecimal domesticChargeAmt)
domesticChargeAmt
- The domesticChargeAmt to set.public org.kuali.rice.kns.util.KualiDecimal getForeignChargeAmt()
public void setForeignChargeAmt(org.kuali.rice.kns.util.KualiDecimal foreignChargeAmt)
foreignChargeAmt
- The foreignChargeAmt to set.public Chart getChartOfAccounts()
public void setChartOfAccounts(Chart chartOfAccounts)
chartOfAccounts
- The chartOfAccounts to set.public ObjectCode getIncomeFinancialObject()
public void setIncomeFinancialObject(ObjectCode incomeFinancialObject)
incomeFinancialObject
- The incomeFinancialObject to set.public ObjectCode getExpenseFinancialObject()
public void setExpenseFinancialObject(ObjectCode expenseFinancialObject)
expenseFinancialObject
- The expenseFinancialObject to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.public SystemOptions getFiscalYear()
public void setFiscalYear(SystemOptions fiscalYear)
fiscalYear
- The fiscalYear to set.public String getWireChargeViewer()
protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |