org.kuali.kfs.gl.businessobject
Class SufficientFundBalances

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

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

This class represents sufficient fund balances

See Also:
Serialized Form

Field Summary
static String BLANKS
           
static String DATE_FORMAT_STRING
           
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
SufficientFundBalances()
          Default constructor.
SufficientFundBalances(String line)
          Constructs a SufficientFundBalances.java.
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 org.kuali.rice.kns.util.KualiDecimal getAccountActualExpenditureAmt()
          Gets the accountActualExpenditureAmt attribute.
 org.kuali.rice.kns.util.KualiDecimal getAccountEncumbranceAmount()
          Gets the accountEncumbranceAmount attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 String getAccountSufficientFundsCode()
          Gets the accountSufficientFundsCode attribute.
 Chart getChart()
          Gets the chart attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 org.kuali.rice.kns.util.KualiDecimal getCurrentBudgetBalanceAmount()
          Gets the currentBudgetBalanceAmount attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 String getLine()
          This method returns a string representing this sufficient fund balance object and its attributes
 ObjectCode getObjectCode()
          Gets the objectCode attribute.
 Date getTransactionDateTimeStamp()
          Gets the transactionDateTimeStamp attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 void setAccount(Account account)
          Deprecated.  
 void setAccountActualExpenditureAmt(org.kuali.rice.kns.util.KualiDecimal accountActualExpenditureAmt)
          Sets the accountActualExpenditureAmt attribute.
 void setAccountEncumbranceAmount(org.kuali.rice.kns.util.KualiDecimal accountEncumbranceAmount)
          Sets the accountEncumbranceAmount attribute.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setAccountSufficientFundsCode(String accountSufficientFundsCode)
          Sets the accountSufficientFundsCode attribute.
 void setChart(Chart chart)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setCurrentBudgetBalanceAmount(org.kuali.rice.kns.util.KualiDecimal currentBudgetBalanceAmount)
          Sets the currentBudgetBalanceAmount attribute.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setFromTextFile(String line)
          This method sets this object's attributes from the passed in line
 void setObjectCode(ObjectCode objectCode)
          Deprecated.  
 void setTransactionDateTimeStamp(Date transactionDateTimeStamp)
          Sets the transactionDateTimeStamp 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
 

Field Detail

BLANKS

public static final String BLANKS
See Also:
Constant Field Values

DATE_FORMAT_STRING

public static final String DATE_FORMAT_STRING
See Also:
Constant Field Values
Constructor Detail

SufficientFundBalances

public SufficientFundBalances()
Default constructor.


SufficientFundBalances

public SufficientFundBalances(String line)
Constructs a SufficientFundBalances.java.

Parameters:
line -
Method Detail

setFromTextFile

public void setFromTextFile(String line)
This method sets this object's attributes from the passed in line

Parameters:
line - with sufficient fund balance related attributes

getLine

public String getLine()
This method returns a string representing this sufficient fund balance object and its attributes

Returns:
String representing this sufficient fund balance object and its attributes

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.

getFinancialObjectCode

public String getFinancialObjectCode()
Gets the financialObjectCode attribute.

Returns:
Returns the financialObjectCode

setFinancialObjectCode

public void setFinancialObjectCode(String financialObjectCode)
Sets the financialObjectCode attribute.

Parameters:
financialObjectCode - The financialObjectCode to set.

getAccountSufficientFundsCode

public String getAccountSufficientFundsCode()
Gets the accountSufficientFundsCode attribute.

Returns:
Returns the accountSufficientFundsCode

setAccountSufficientFundsCode

public void setAccountSufficientFundsCode(String accountSufficientFundsCode)
Sets the accountSufficientFundsCode attribute.

Parameters:
accountSufficientFundsCode - The accountSufficientFundsCode to set.

getCurrentBudgetBalanceAmount

public org.kuali.rice.kns.util.KualiDecimal getCurrentBudgetBalanceAmount()
Gets the currentBudgetBalanceAmount attribute.

Returns:
Returns the currentBudgetBalanceAmount

setCurrentBudgetBalanceAmount

public void setCurrentBudgetBalanceAmount(org.kuali.rice.kns.util.KualiDecimal currentBudgetBalanceAmount)
Sets the currentBudgetBalanceAmount attribute.

Parameters:
currentBudgetBalanceAmount - The currentBudgetBalanceAmount to set.

getAccountActualExpenditureAmt

public org.kuali.rice.kns.util.KualiDecimal getAccountActualExpenditureAmt()
Gets the accountActualExpenditureAmt attribute.

Returns:
Returns the accountActualExpenditureAmt

setAccountActualExpenditureAmt

public void setAccountActualExpenditureAmt(org.kuali.rice.kns.util.KualiDecimal accountActualExpenditureAmt)
Sets the accountActualExpenditureAmt attribute.

Parameters:
accountActualExpenditureAmt - The accountActualExpenditureAmt to set.

getAccountEncumbranceAmount

public org.kuali.rice.kns.util.KualiDecimal getAccountEncumbranceAmount()
Gets the accountEncumbranceAmount attribute.

Returns:
Returns the accountEncumbranceAmount

setAccountEncumbranceAmount

public void setAccountEncumbranceAmount(org.kuali.rice.kns.util.KualiDecimal accountEncumbranceAmount)
Sets the accountEncumbranceAmount attribute.

Parameters:
accountEncumbranceAmount - The accountEncumbranceAmount to set.

getTransactionDateTimeStamp

public Date getTransactionDateTimeStamp()
Gets the transactionDateTimeStamp attribute.

Returns:
Returns the transactionDateTimeStamp

setTransactionDateTimeStamp

public void setTransactionDateTimeStamp(Date transactionDateTimeStamp)
Sets the transactionDateTimeStamp attribute.

Parameters:
transactionDateTimeStamp - The transactionDateTimeStamp to set.

getObjectCode

public ObjectCode getObjectCode()
Gets the objectCode attribute.

Returns:
Returns the objectCode

setObjectCode

public void setObjectCode(ObjectCode objectCode)
Deprecated. 

Sets the objectCode attribute.

Parameters:
objectCode - The objectCode to set.

getChart

public Chart getChart()
Gets the chart attribute.

Returns:
Returns the chart

setChart

public void setChart(Chart chart)
Deprecated. 

Sets the chart attribute.

Parameters:
chart - The chart 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.

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.