org.kuali.kfs.fp.businessobject
Class WireCharge

java.lang.Object
  extended by org.kuali.rice.kns.bo.BusinessObjectBase
      extended by org.kuali.rice.kns.bo.PersistableBusinessObjectBase
          extended by org.kuali.kfs.fp.businessobject.WireCharge
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class WireCharge
extends org.kuali.rice.kns.bo.PersistableBusinessObjectBase

This class is used to represent a Wire Charge business object, which is a method of payment to an institution.

See Also:
Serialized Form

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

WireCharge

public WireCharge()
Default no-arg constructor.

Method Detail

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute.

Parameters:
accountNumber - The accountNumber to set.

getIncomeFinancialObjectCode

public String getIncomeFinancialObjectCode()
Gets the incomeFinancialObjectCode attribute.

Returns:
Returns the incomeFinancialObjectCode

setIncomeFinancialObjectCode

public void setIncomeFinancialObjectCode(String incomeFinancialObjectCode)
Sets the incomeFinancialObjectCode attribute.

Parameters:
incomeFinancialObjectCode - The incomeFinancialObjectCode to set.

getExpenseFinancialObjectCode

public String getExpenseFinancialObjectCode()
Gets the expenseFinancialObjectCode attribute.

Returns:
Returns the expenseFinancialObjectCode

setExpenseFinancialObjectCode

public void setExpenseFinancialObjectCode(String expenseFinancialObjectCode)
Sets the expenseFinancialObjectCode attribute.

Parameters:
expenseFinancialObjectCode - The expenseFinancialObjectCode to set.

getDomesticChargeAmt

public org.kuali.rice.kns.util.KualiDecimal getDomesticChargeAmt()
Gets the domesticChargeAmt attribute.

Returns:
Returns the domesticChargeAmt

setDomesticChargeAmt

public void setDomesticChargeAmt(org.kuali.rice.kns.util.KualiDecimal domesticChargeAmt)
Sets the domesticChargeAmt attribute.

Parameters:
domesticChargeAmt - The domesticChargeAmt to set.

getForeignChargeAmt

public org.kuali.rice.kns.util.KualiDecimal getForeignChargeAmt()
Gets the foreignChargeAmt attribute.

Returns:
Returns the foreignChargeAmt

setForeignChargeAmt

public void setForeignChargeAmt(org.kuali.rice.kns.util.KualiDecimal foreignChargeAmt)
Sets the foreignChargeAmt attribute.

Parameters:
foreignChargeAmt - The foreignChargeAmt to set.

getChartOfAccounts

public Chart getChartOfAccounts()
Gets the chartOfAccounts attribute.

Returns:
Returns the chartOfAccounts

setChartOfAccounts

public void setChartOfAccounts(Chart chartOfAccounts)
Deprecated. 

Sets the chartOfAccounts attribute.

Parameters:
chartOfAccounts - The chartOfAccounts to set.

getIncomeFinancialObject

public ObjectCode getIncomeFinancialObject()
Gets the incomeFinancialObject attribute.

Returns:
Returns the incomeFinancialObject

setIncomeFinancialObject

public void setIncomeFinancialObject(ObjectCode incomeFinancialObject)
Deprecated. 

Sets the incomeFinancialObject attribute.

Parameters:
incomeFinancialObject - The incomeFinancialObject to set.

getExpenseFinancialObject

public ObjectCode getExpenseFinancialObject()
Gets the expenseFinancialObject attribute.

Returns:
Returns the expenseFinancialObject

setExpenseFinancialObject

public void setExpenseFinancialObject(ObjectCode expenseFinancialObject)
Deprecated. 

Sets the expenseFinancialObject attribute.

Parameters:
expenseFinancialObject - The expenseFinancialObject to set.

getAccount

public Account getAccount()
Gets the account attribute.

Returns:
Returns the account

setAccount

public void setAccount(Account account)
Deprecated. 

Sets the account attribute.

Parameters:
account - The account to set.

getFiscalYear

public SystemOptions getFiscalYear()
Returns:
Returns the fiscalYear.

setFiscalYear

public void setFiscalYear(SystemOptions fiscalYear)
Parameters:
fiscalYear - The fiscalYear to set.

getWireChargeViewer

public 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

Returns:
the String "View Wire Charge"

toStringMapper

protected LinkedHashMap toStringMapper()
Specified by:
toStringMapper in class org.kuali.rice.kns.bo.BusinessObjectBase
See Also:
BusinessObjectBase.toStringMapper()


Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.