org.kuali.kfs.module.bc.businessobject
Class BudgetConstructionBalanceByAccount

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

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

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BudgetConstructionBalanceByAccount()
          Default constructor.
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 org.kuali.rice.kns.util.KualiInteger getAccountLineAnnualBalanceAmount()
          Gets the accountLineAnnualBalanceAmount attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 BigDecimal getAppointmentRequestedCsfFteQuantity()
          Gets the appointmentRequestedCsfFteQuantity attribute.
 BigDecimal getAppointmentRequestedFteQuantity()
          Gets the appointmentRequestedFteQuantity attribute.
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 BigDecimal getCsfFullTimeEmploymentQuantity()
          Gets the csfFullTimeEmploymentQuantity attribute.
 org.kuali.rice.kns.util.KualiInteger getFinancialBeginningBalanceLineAmount()
          Gets the financialBeginningBalanceLineAmount attribute.
 String getFinancialConsolidationSortCode()
          Gets the financialConsolidationSortCode attribute.
 ObjectCode getFinancialObject()
          Gets the financialObject attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 ObjectLevel getFinancialObjectLevel()
          Gets the financialObjectLevel attribute.
 String getFinancialObjectLevelCode()
          Gets the financialObjectLevelCode attribute.
 ObjectType getFinancialObjectType()
          Gets the financialObjectType attribute.
 String getFinancialObjectTypeCode()
          Gets the financialObjectTypeCode attribute.
 SubObjectCode getFinancialSubObject()
          Gets the financialSubObject attribute.
 String getFinancialSubObjectCode()
          Gets the financialSubObjectCode attribute.
 String getLevelFinancialReportSortCode()
          Gets the levelFinancialReportSortCode attribute.
 BigDecimal getPositionCsfLeaveFteQuantity()
          Gets the positionCsfLeaveFteQuantity attribute.
 String getPrincipalId()
          Gets the principalId attribute.
 SubAccount getSubAccount()
          Gets the subAccount attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 String getTypeFinancialReportSortCode()
          Gets the typeFinancialReportSortCode attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 void setAccount(Account account)
          Deprecated.  
 void setAccountLineAnnualBalanceAmount(org.kuali.rice.kns.util.KualiInteger accountLineAnnualBalanceAmount)
          Sets the accountLineAnnualBalanceAmount attribute value.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setAppointmentRequestedCsfFteQuantity(BigDecimal appointmentRequestedCsfFteQuantity)
          Sets the appointmentRequestedCsfFteQuantity attribute.
 void setAppointmentRequestedFteQuantity(BigDecimal appointmentRequestedFteQuantity)
          Sets the appointmentRequestedFteQuantity attribute.
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setCsfFullTimeEmploymentQuantity(BigDecimal csfFullTimeEmploymentQuantity)
          Sets the csfFullTimeEmploymentQuantity attribute.
 void setFinancialBeginningBalanceLineAmount(org.kuali.rice.kns.util.KualiInteger financialBeginningBalanceLineAmount)
          Sets the financialBeginningBalanceLineAmount attribute value.
 void setFinancialConsolidationSortCode(String financialConsolidationSortCode)
          Sets the financialConsolidationSortCode attribute.
 void setFinancialObject(ObjectCode financialObject)
          Deprecated.  
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setFinancialObjectLevel(ObjectLevel financialObjectLevel)
          Deprecated.  
 void setFinancialObjectLevelCode(String financialObjectLevelCode)
          Sets the financialObjectLevelCode attribute.
 void setFinancialObjectType(ObjectType financialObjectType)
          Deprecated.  
 void setFinancialObjectTypeCode(String financialObjectTypeCode)
          Sets the financialObjectTypeCode attribute.
 void setFinancialSubObject(SubObjectCode financialSubObject)
          Deprecated.  
 void setFinancialSubObjectCode(String financialSubObjectCode)
          Sets the financialSubObjectCode attribute.
 void setLevelFinancialReportSortCode(String levelFinancialReportSortCode)
          Sets the levelFinancialReportSortCode attribute.
 void setPositionCsfLeaveFteQuantity(BigDecimal positionCsfLeaveFteQuantity)
          Sets the positionCsfLeaveFteQuantity attribute.
 void setPrincipalId(String principalId)
          Sets the principalId attribute.
 void setSubAccount(SubAccount subAccount)
          Deprecated.  
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute.
 void setTypeFinancialReportSortCode(String typeFinancialReportSortCode)
          Sets the typeFinancialReportSortCode 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

BudgetConstructionBalanceByAccount

public BudgetConstructionBalanceByAccount()
Default constructor.

Method Detail

getPrincipalId

public String getPrincipalId()
Gets the principalId attribute.

Returns:
Returns the principalId

setPrincipalId

public void setPrincipalId(String principalId)
Sets the principalId attribute.

Parameters:
principalId - The principalId to set.

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.

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber

setSubAccountNumber

public void setSubAccountNumber(String subAccountNumber)
Sets the subAccountNumber attribute.

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

getFinancialSubObjectCode

public String getFinancialSubObjectCode()
Gets the financialSubObjectCode attribute.

Returns:
Returns the financialSubObjectCode

setFinancialSubObjectCode

public void setFinancialSubObjectCode(String financialSubObjectCode)
Sets the financialSubObjectCode attribute.

Parameters:
financialSubObjectCode - The financialSubObjectCode to set.

getFinancialObjectTypeCode

public String getFinancialObjectTypeCode()
Gets the financialObjectTypeCode attribute.

Returns:
Returns the financialObjectTypeCode

setFinancialObjectTypeCode

public void setFinancialObjectTypeCode(String financialObjectTypeCode)
Sets the financialObjectTypeCode attribute.

Parameters:
financialObjectTypeCode - The financialObjectTypeCode to set.

getFinancialObjectLevelCode

public String getFinancialObjectLevelCode()
Gets the financialObjectLevelCode attribute.

Returns:
Returns the financialObjectLevelCode

setFinancialObjectLevelCode

public void setFinancialObjectLevelCode(String financialObjectLevelCode)
Sets the financialObjectLevelCode attribute.

Parameters:
financialObjectLevelCode - The financialObjectLevelCode to set.

getTypeFinancialReportSortCode

public String getTypeFinancialReportSortCode()
Gets the typeFinancialReportSortCode attribute.

Returns:
Returns the typeFinancialReportSortCode

setTypeFinancialReportSortCode

public void setTypeFinancialReportSortCode(String typeFinancialReportSortCode)
Sets the typeFinancialReportSortCode attribute.

Parameters:
typeFinancialReportSortCode - The typeFinancialReportSortCode to set.

getFinancialConsolidationSortCode

public String getFinancialConsolidationSortCode()
Gets the financialConsolidationSortCode attribute.

Returns:
Returns the financialConsolidationSortCode

setFinancialConsolidationSortCode

public void setFinancialConsolidationSortCode(String financialConsolidationSortCode)
Sets the financialConsolidationSortCode attribute.

Parameters:
financialConsolidationSortCode - The financialConsolidationSortCode to set.

getLevelFinancialReportSortCode

public String getLevelFinancialReportSortCode()
Gets the levelFinancialReportSortCode attribute.

Returns:
Returns the levelFinancialReportSortCode

setLevelFinancialReportSortCode

public void setLevelFinancialReportSortCode(String levelFinancialReportSortCode)
Sets the levelFinancialReportSortCode attribute.

Parameters:
levelFinancialReportSortCode - The levelFinancialReportSortCode to set.

getAppointmentRequestedFteQuantity

public BigDecimal getAppointmentRequestedFteQuantity()
Gets the appointmentRequestedFteQuantity attribute.

Returns:
Returns the appointmentRequestedFteQuantity

setAppointmentRequestedFteQuantity

public void setAppointmentRequestedFteQuantity(BigDecimal appointmentRequestedFteQuantity)
Sets the appointmentRequestedFteQuantity attribute.

Parameters:
appointmentRequestedFteQuantity - The appointmentRequestedFteQuantity to set.

getAppointmentRequestedCsfFteQuantity

public BigDecimal getAppointmentRequestedCsfFteQuantity()
Gets the appointmentRequestedCsfFteQuantity attribute.

Returns:
Returns the appointmentRequestedCsfFteQuantity

setAppointmentRequestedCsfFteQuantity

public void setAppointmentRequestedCsfFteQuantity(BigDecimal appointmentRequestedCsfFteQuantity)
Sets the appointmentRequestedCsfFteQuantity attribute.

Parameters:
appointmentRequestedCsfFteQuantity - The appointmentRequestedCsfFteQuantity to set.

getCsfFullTimeEmploymentQuantity

public BigDecimal getCsfFullTimeEmploymentQuantity()
Gets the csfFullTimeEmploymentQuantity attribute.

Returns:
Returns the csfFullTimeEmploymentQuantity

setCsfFullTimeEmploymentQuantity

public void setCsfFullTimeEmploymentQuantity(BigDecimal csfFullTimeEmploymentQuantity)
Sets the csfFullTimeEmploymentQuantity attribute.

Parameters:
csfFullTimeEmploymentQuantity - The csfFullTimeEmploymentQuantity to set.

getAccountLineAnnualBalanceAmount

public org.kuali.rice.kns.util.KualiInteger getAccountLineAnnualBalanceAmount()
Gets the accountLineAnnualBalanceAmount attribute.

Returns:
Returns the accountLineAnnualBalanceAmount.

setAccountLineAnnualBalanceAmount

public void setAccountLineAnnualBalanceAmount(org.kuali.rice.kns.util.KualiInteger accountLineAnnualBalanceAmount)
Sets the accountLineAnnualBalanceAmount attribute value.

Parameters:
accountLineAnnualBalanceAmount - The accountLineAnnualBalanceAmount to set.

getFinancialBeginningBalanceLineAmount

public org.kuali.rice.kns.util.KualiInteger getFinancialBeginningBalanceLineAmount()
Gets the financialBeginningBalanceLineAmount attribute.

Returns:
Returns the financialBeginningBalanceLineAmount.

setFinancialBeginningBalanceLineAmount

public void setFinancialBeginningBalanceLineAmount(org.kuali.rice.kns.util.KualiInteger financialBeginningBalanceLineAmount)
Sets the financialBeginningBalanceLineAmount attribute value.

Parameters:
financialBeginningBalanceLineAmount - The financialBeginningBalanceLineAmount to set.

getPositionCsfLeaveFteQuantity

public BigDecimal getPositionCsfLeaveFteQuantity()
Gets the positionCsfLeaveFteQuantity attribute.

Returns:
Returns the positionCsfLeaveFteQuantity

setPositionCsfLeaveFteQuantity

public void setPositionCsfLeaveFteQuantity(BigDecimal positionCsfLeaveFteQuantity)
Sets the positionCsfLeaveFteQuantity attribute.

Parameters:
positionCsfLeaveFteQuantity - The positionCsfLeaveFteQuantity to set.

getFinancialObject

public ObjectCode getFinancialObject()
Gets the financialObject attribute.

Returns:
Returns the financialObject

setFinancialObject

public void setFinancialObject(ObjectCode financialObject)
Deprecated. 

Sets the financialObject attribute.

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

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.

getFinancialObjectLevel

public ObjectLevel getFinancialObjectLevel()
Gets the financialObjectLevel attribute.

Returns:
Returns the financialObjectLevel.

setFinancialObjectLevel

public void setFinancialObjectLevel(ObjectLevel financialObjectLevel)
Deprecated. 

Sets the financialObjectLevel attribute value.

Parameters:
financialObjectLevel - The financialObjectLevel to set.

getFinancialObjectType

public ObjectType getFinancialObjectType()
Gets the financialObjectType attribute.

Returns:
Returns the financialObjectType.

setFinancialObjectType

public void setFinancialObjectType(ObjectType financialObjectType)
Deprecated. 

Sets the financialObjectType attribute value.

Parameters:
financialObjectType - The financialObjectType to set.

getFinancialSubObject

public SubObjectCode getFinancialSubObject()
Gets the financialSubObject attribute.

Returns:
Returns the financialSubObject.

setFinancialSubObject

public void setFinancialSubObject(SubObjectCode financialSubObject)
Deprecated. 

Sets the financialSubObject attribute value.

Parameters:
financialSubObject - The financialSubObject to set.

getSubAccount

public SubAccount getSubAccount()
Gets the subAccount attribute.

Returns:
Returns the subAccount.

setSubAccount

public void setSubAccount(SubAccount subAccount)
Deprecated. 

Sets the subAccount attribute value.

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