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

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.BudgetConstructionObjectSummary
All Implemented Interfaces:
Serializable, org.apache.ojb.broker.PersistenceBrokerAware, org.kuali.rice.kns.bo.BusinessObject, org.kuali.rice.kns.bo.PersistableBusinessObject

public class BudgetConstructionObjectSummary
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
BudgetConstructionObjectSummary()
          Default constructor.
 
Method Summary
 org.kuali.rice.kns.util.KualiInteger getAccountLineAnnualBalanceAmount()
          Gets the accountLineAnnualBalanceAmount 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.
 ObjectConsolidation getFinancialConsolidationObject()
          Gets the financialConsolidationObject attribute.
 String getFinancialConsolidationObjectCode()
          Gets the financialConsolidationObjectCode attribute.
 String getFinancialConsolidationSortCode()
          Gets the financialConsolidationSortCode attribute.
 String getFinancialLevelSortCode()
          Gets the financialLevelSortCode attribute.
 String getFinancialObjectCode()
          Gets the financialObjectCode attribute.
 ObjectLevel getFinancialObjectLevel()
          Gets the financialObjectLevel attribute.
 String getFinancialObjectLevelCode()
          Gets the financialObjectLevelCode attribute.
 String getIncomeExpenseCode()
          Gets the incomeExpenseCode attribute.
 Organization getOrganization()
          Gets the organization attribute.
 Chart getOrganizationChartOfAccounts()
          Gets the organizationChartOfAccounts attribute.
 String getOrganizationChartOfAccountsCode()
          Gets the organizationChartOfAccountsCode attribute.
 String getOrganizationCode()
          Gets the organizationCode attribute.
 BigDecimal getPositionCsfLeaveFteQuantity()
          Gets the positionCsfLeaveFteQuantity attribute.
 String getPrincipalId()
          Gets the principalId attribute.
 SubFundGroup getSubFundGroup()
          Gets the subFundGroup attribute.
 String getSubFundGroupCode()
          Gets the subFundGroupCode attribute.
 void setAccountLineAnnualBalanceAmount(org.kuali.rice.kns.util.KualiInteger accountLineAnnualBalanceAmount)
          Sets the accountLineAnnualBalanceAmount attribute value.
 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 setFinancialConsolidationObject(ObjectConsolidation financialConsolidationObject)
          Deprecated.  
 void setFinancialConsolidationObjectCode(String financialConsolidationObjectCode)
          Sets the financialConsolidationObjectCode attribute.
 void setFinancialConsolidationSortCode(String financialConsolidationSortCode)
          Sets the financialConsolidationSortCode attribute.
 void setFinancialLevelSortCode(String financialLevelSortCode)
          Sets the financialLevelSortCode attribute.
 void setFinancialObjectCode(String financialObjectCode)
          Sets the financialObjectCode attribute.
 void setFinancialObjectLevel(ObjectLevel financialObjectLevel)
          Deprecated.  
 void setFinancialObjectLevelCode(String financialObjectLevelCode)
          Sets the financialObjectLevelCode attribute.
 void setIncomeExpenseCode(String incomeExpenseCode)
          Sets the incomeExpenseCode attribute.
 void setOrganization(Organization organization)
          Deprecated.  
 void setOrganizationChartOfAccounts(Chart organizationChartOfAccounts)
          Deprecated.  
 void setOrganizationChartOfAccountsCode(String organizationChartOfAccountsCode)
          Sets the organizationChartOfAccountsCode attribute.
 void setOrganizationCode(String organizationCode)
          Sets the organizationCode attribute.
 void setPositionCsfLeaveFteQuantity(BigDecimal positionCsfLeaveFteQuantity)
          Sets the positionCsfLeaveFteQuantity attribute.
 void setPrincipalId(String principalId)
          Sets the principalId attribute.
 void setSubFundGroup(SubFundGroup subFundGroup)
          Deprecated.  
 void setSubFundGroupCode(String subFundGroupCode)
          Sets the subFundGroupCode 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

BudgetConstructionObjectSummary

public BudgetConstructionObjectSummary()
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.

getOrganizationChartOfAccountsCode

public String getOrganizationChartOfAccountsCode()
Gets the organizationChartOfAccountsCode attribute.

Returns:
Returns the organizationChartOfAccountsCode

setOrganizationChartOfAccountsCode

public void setOrganizationChartOfAccountsCode(String organizationChartOfAccountsCode)
Sets the organizationChartOfAccountsCode attribute.

Parameters:
organizationChartOfAccountsCode - The organizationChartOfAccountsCode to set.

getOrganizationCode

public String getOrganizationCode()
Gets the organizationCode attribute.

Returns:
Returns the organizationCode

setOrganizationCode

public void setOrganizationCode(String organizationCode)
Sets the organizationCode attribute.

Parameters:
organizationCode - The organizationCode to set.

getSubFundGroupCode

public String getSubFundGroupCode()
Gets the subFundGroupCode attribute.

Returns:
Returns the subFundGroupCode

setSubFundGroupCode

public void setSubFundGroupCode(String subFundGroupCode)
Sets the subFundGroupCode attribute.

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

getIncomeExpenseCode

public String getIncomeExpenseCode()
Gets the incomeExpenseCode attribute.

Returns:
Returns the incomeExpenseCode

setIncomeExpenseCode

public void setIncomeExpenseCode(String incomeExpenseCode)
Sets the incomeExpenseCode attribute.

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

getFinancialLevelSortCode

public String getFinancialLevelSortCode()
Gets the financialLevelSortCode attribute.

Returns:
Returns the financialLevelSortCode

setFinancialLevelSortCode

public void setFinancialLevelSortCode(String financialLevelSortCode)
Sets the financialLevelSortCode attribute.

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

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.

getFinancialConsolidationObjectCode

public String getFinancialConsolidationObjectCode()
Gets the financialConsolidationObjectCode attribute.

Returns:
Returns the financialConsolidationObjectCode

setFinancialConsolidationObjectCode

public void setFinancialConsolidationObjectCode(String financialConsolidationObjectCode)
Sets the financialConsolidationObjectCode attribute.

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

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.

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.

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.

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.

getOrganizationChartOfAccounts

public Chart getOrganizationChartOfAccounts()
Gets the organizationChartOfAccounts attribute.

Returns:
Returns the organizationChartOfAccounts

setOrganizationChartOfAccounts

public void setOrganizationChartOfAccounts(Chart organizationChartOfAccounts)
Deprecated. 

Sets the organizationChartOfAccounts attribute.

Parameters:
organizationChartOfAccounts - The organizationChartOfAccounts to set.

getOrganization

public Organization getOrganization()
Gets the organization attribute.

Returns:
Returns the organization

setOrganization

public void setOrganization(Organization organization)
Deprecated. 

Sets the organization attribute.

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

getSubFundGroup

public SubFundGroup getSubFundGroup()
Gets the subFundGroup attribute.

Returns:
Returns the subFundGroup.

setSubFundGroup

public void setSubFundGroup(SubFundGroup subFundGroup)
Deprecated. 

Sets the subFundGroup attribute value.

Parameters:
subFundGroup - The subFundGroup to set.

getFinancialConsolidationObject

public ObjectConsolidation getFinancialConsolidationObject()
Gets the financialConsolidationObject attribute.

Returns:
Returns the financialConsolidationObject.

setFinancialConsolidationObject

public void setFinancialConsolidationObject(ObjectConsolidation financialConsolidationObject)
Deprecated. 

Sets the financialConsolidationObject attribute value.

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