public class WireCharge extends org.kuali.rice.krad.bo.PersistableBusinessObjectBase implements FiscalYearBasedBusinessObject
| Constructor and Description | 
|---|
| WireCharge()Default no-arg constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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.core.api.util.type.KualiDecimal | getDomesticChargeAmt()Gets the domesticChargeAmt attribute. | 
| ObjectCode | getExpenseFinancialObject()Gets the expenseFinancialObject attribute. | 
| String | getExpenseFinancialObjectCode()Gets the expenseFinancialObjectCode attribute. | 
| SystemOptions | getFiscalYear() | 
| org.kuali.rice.core.api.util.type.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.core.api.util.type.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.core.api.util.type.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_RICE20_REFACTORME() | 
afterDelete, afterInsert, afterLookup, afterUpdate, beforeDelete, beforeInsert, beforeUpdate, buildListOfDeletionAwareLists, getExtension, getObjectId, getPersistenceService, getPersistenceStructureService, getVersionNumber, isNewCollectionRecord, linkEditableUserFields, postLoad, postPersist, postRemove, postUpdate, prePersist, preRemove, preUpdate, refresh, refreshNonUpdateableReferences, refreshReferenceObject, setExtension, setNewCollectionRecord, setObjectId, setVersionNumberclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic WireCharge()
public Integer getUniversityFiscalYear()
getUniversityFiscalYear in interface FiscalYearBasedBusinessObjectpublic void setUniversityFiscalYear(Integer universityFiscalYear)
setUniversityFiscalYear in interface FiscalYearBasedBusinessObjectuniversityFiscalYear - 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.core.api.util.type.KualiDecimal getDomesticChargeAmt()
public void setDomesticChargeAmt(org.kuali.rice.core.api.util.type.KualiDecimal domesticChargeAmt)
domesticChargeAmt - The domesticChargeAmt to set.public org.kuali.rice.core.api.util.type.KualiDecimal getForeignChargeAmt()
public void setForeignChargeAmt(org.kuali.rice.core.api.util.type.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_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()Copyright © 2004–2014 The Kuali Foundation. All rights reserved.