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

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

public class BudgetConstructionHeader
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
BudgetConstructionHeader()
          Default constructor.
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 BudgetConstructionAccountReports getBudgetConstructionAccountReports()
          Gets the budgetConstructionAccountReports attribute.
 List getBudgetConstructionAccountSelect()
          Gets the budgetConstructionAccountSelect list.
 org.kuali.rice.kim.bo.Person getBudgetLockUser()
           
 String getBudgetLockUserIdentifier()
          Gets the budgetLockUserIdentifier attribute.
 org.kuali.rice.kim.bo.Person getBudgetTransactionLockUser()
           
 String getBudgetTransactionLockUserIdentifier()
          Gets the budgetTransactionLockUserIdentifier attribute.
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 org.kuali.rice.kns.bo.DocumentHeader getFinancialDocument()
          Gets the financialDocument attribute.
 String getOrganizationLevelChartOfAccountsCode()
          Gets the organizationLevelChartOfAccountsCode attribute.
 Integer getOrganizationLevelCode()
          Gets the organizationLevelCode attribute.
 Organization getOrganizationLevelOrganization()
          Gets the organizationLevelOrganization attribute.
 String getOrganizationLevelOrganizationCode()
          Gets the organizationLevelOrganizationCode attribute.
 SubAccount getSubAccount()
          Gets the subAccount attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 Map getValuesMap()
          Returns a map with the primitive field names as the key and the primitive values as the map value.
 void setAccount(Account account)
          Deprecated.  
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setBudgetConstructionAccountReports(BudgetConstructionAccountReports budgetConstructionAccountReports)
          Sets the budgetConstructionAccountReports attribute value.
 void setBudgetConstructionAccountSelect(List budgetConstructionAccountSelect)
          Sets the budgetConstructionAccountSelect list.
 void setBudgetLockUser(org.kuali.rice.kim.bo.Person budgetLockUser)
          Deprecated.  
 void setBudgetLockUserIdentifier(String budgetLockUserIdentifier)
          Sets the budgetLockUserIdentifier attribute.
 void setBudgetTransactionLockUser(org.kuali.rice.kim.bo.Person budgetTransactionLockUser)
          Deprecated.  
 void setBudgetTransactionLockUserIdentifier(String budgetTransactionLockUserIdentifier)
          Sets the budgetTransactionLockUserIdentifier attribute.
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setFinancialDocument(org.kuali.rice.kns.bo.DocumentHeader financialDocument)
          Deprecated.  
 void setOrganizationLevelChartOfAccountsCode(String organizationLevelChartOfAccountsCode)
          Sets the organizationLevelChartOfAccountsCode attribute.
 void setOrganizationLevelCode(Integer organizationLevelCode)
          Sets the organizationLevelCode attribute.
 void setOrganizationLevelOrganization(Organization organizationLevelOrganization)
          Deprecated.  
 void setOrganizationLevelOrganizationCode(String organizationLevelOrganizationCode)
          Sets the organizationLevelOrganizationCode attribute.
 void setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber 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

BudgetConstructionHeader

public BudgetConstructionHeader()
Default constructor.

Method Detail

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber

setDocumentNumber

public void setDocumentNumber(String documentNumber)
Sets the documentNumber attribute.

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

getOrganizationLevelCode

public Integer getOrganizationLevelCode()
Gets the organizationLevelCode attribute.

Returns:
Returns the organizationLevelCode

setOrganizationLevelCode

public void setOrganizationLevelCode(Integer organizationLevelCode)
Sets the organizationLevelCode attribute.

Parameters:
organizationLevelCode - The organizationLevelCode to set.

getOrganizationLevelChartOfAccountsCode

public String getOrganizationLevelChartOfAccountsCode()
Gets the organizationLevelChartOfAccountsCode attribute.

Returns:
Returns the organizationLevelChartOfAccountsCode

setOrganizationLevelChartOfAccountsCode

public void setOrganizationLevelChartOfAccountsCode(String organizationLevelChartOfAccountsCode)
Sets the organizationLevelChartOfAccountsCode attribute.

Parameters:
organizationLevelChartOfAccountsCode - The organizationLevelChartOfAccountsCode to set.

getOrganizationLevelOrganizationCode

public String getOrganizationLevelOrganizationCode()
Gets the organizationLevelOrganizationCode attribute.

Returns:
Returns the organizationLevelOrganizationCode

setOrganizationLevelOrganizationCode

public void setOrganizationLevelOrganizationCode(String organizationLevelOrganizationCode)
Sets the organizationLevelOrganizationCode attribute.

Parameters:
organizationLevelOrganizationCode - The organizationLevelOrganizationCode to set.

getBudgetLockUserIdentifier

public String getBudgetLockUserIdentifier()
Gets the budgetLockUserIdentifier attribute.

Returns:
Returns the budgetLockUserIdentifier

setBudgetLockUserIdentifier

public void setBudgetLockUserIdentifier(String budgetLockUserIdentifier)
Sets the budgetLockUserIdentifier attribute.

Parameters:
budgetLockUserIdentifier - The budgetLockUserIdentifier to set.

getBudgetTransactionLockUserIdentifier

public String getBudgetTransactionLockUserIdentifier()
Gets the budgetTransactionLockUserIdentifier attribute.

Returns:
Returns the budgetTransactionLockUserIdentifier

setBudgetTransactionLockUserIdentifier

public void setBudgetTransactionLockUserIdentifier(String budgetTransactionLockUserIdentifier)
Sets the budgetTransactionLockUserIdentifier attribute.

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

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.

getBudgetLockUser

public org.kuali.rice.kim.bo.Person getBudgetLockUser()

setBudgetLockUser

public void setBudgetLockUser(org.kuali.rice.kim.bo.Person budgetLockUser)
Deprecated. 

Sets the budgetLockUser attribute.

Parameters:
budgetLockUser - The budgetLockUser to set.

getBudgetConstructionAccountSelect

public List getBudgetConstructionAccountSelect()
Gets the budgetConstructionAccountSelect list.

Returns:
Returns the budgetConstructionAccountSelect list

setBudgetConstructionAccountSelect

public void setBudgetConstructionAccountSelect(List budgetConstructionAccountSelect)
Sets the budgetConstructionAccountSelect list.

Parameters:
budgetConstructionAccountSelect - The budgetConstructionAccountSelect list to set.

getBudgetTransactionLockUser

public org.kuali.rice.kim.bo.Person getBudgetTransactionLockUser()

setBudgetTransactionLockUser

public void setBudgetTransactionLockUser(org.kuali.rice.kim.bo.Person budgetTransactionLockUser)
Deprecated. 

Sets the budgetTransactionLockUser attribute value.

Parameters:
budgetTransactionLockUser - The budgetTransactionLockUser to set.

getOrganizationLevelOrganization

public Organization getOrganizationLevelOrganization()
Gets the organizationLevelOrganization attribute.

Returns:
Returns the organizationLevelOrganization.

setOrganizationLevelOrganization

public void setOrganizationLevelOrganization(Organization organizationLevelOrganization)
Deprecated. 

Sets the organizationLevelOrganization attribute value.

Parameters:
organizationLevelOrganization - The organizationLevelOrganization to set.

getSubAccount

public SubAccount getSubAccount()
Gets the subAccount attribute.

Returns:
Returns the subAccount.

setSubAccount

public void setSubAccount(SubAccount subAccount)
Sets the subAccount attribute value.

Parameters:
subAccount - The subAccount to set.

getFinancialDocument

public org.kuali.rice.kns.bo.DocumentHeader getFinancialDocument()
Gets the financialDocument attribute.

Returns:
Returns the financialDocument.

setFinancialDocument

public void setFinancialDocument(org.kuali.rice.kns.bo.DocumentHeader financialDocument)
Deprecated. 

Sets the financialDocument attribute value.

Parameters:
financialDocument - The financialDocument to set.

getBudgetConstructionAccountReports

public BudgetConstructionAccountReports getBudgetConstructionAccountReports()
Gets the budgetConstructionAccountReports attribute.

Returns:
Returns the budgetConstructionAccountReports.

setBudgetConstructionAccountReports

public void setBudgetConstructionAccountReports(BudgetConstructionAccountReports budgetConstructionAccountReports)
Sets the budgetConstructionAccountReports attribute value.

Parameters:
budgetConstructionAccountReports - The budgetConstructionAccountReports to set.

getValuesMap

public Map getValuesMap()
Returns a map with the primitive field names as the key and the primitive values as the map value.

Returns:
Map

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.