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

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

public class BudgetConstructionControlList
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
BudgetConstructionControlList()
          Default constructor.
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 BudgetConstructionHeader getBudgetConstructionHeader()
          Gets the budgetConstructionHeader attribute.
 Chart getChartOfAccounts()
          Gets the chartOfAccounts attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 Integer getHierarchyOrganizationLevelCode()
          Gets the hierarchyOrganizationLevelCode attribute.
 String getPrincipalId()
          Gets the principalId attribute.
 Organization getSelectedOrganization()
          Gets the selectedOrganization attribute.
 Chart getSelectedOrganizationChartOfAccounts()
          Gets the selectedOrganizationChartOfAccounts attribute.
 String getSelectedOrganizationChartOfAccountsCode()
          Gets the selectedOrganizationChartOfAccountsCode attribute.
 String getSelectedOrganizationCode()
          Gets the selectedOrganizationCode attribute.
 Integer getSelectedOrganizationLevelCode()
          Gets the selectedOrganizationLevelCode attribute.
 Integer getSelectedPullFlag()
          Gets the selectedPullFlag attribute.
 SubFundGroup getSelectedSubFundGroup()
          Gets the selectedSubFundGroup attribute.
 String getSelectedSubFundGroupCode()
          Gets the selectedSubFundGroupCode attribute.
 SubAccount getSubAccount()
          Gets the subAccount attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 void setAccount(Account account)
          Deprecated.  
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute.
 void setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
          Deprecated.  
 void setChartOfAccounts(Chart chartOfAccounts)
          Deprecated.  
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute.
 void setHierarchyOrganizationLevelCode(Integer hierarchyOrganizationLevelCode)
          Sets the hierarchyOrganizationLevelCode attribute.
 void setPrincipalId(String principalId)
          Sets the principalId attribute.
 void setSelectedOrganization(Organization selectedOrganization)
          Deprecated.  
 void setSelectedOrganizationChartOfAccounts(Chart selectedOrganizationChartOfAccounts)
          Deprecated.  
 void setSelectedOrganizationChartOfAccountsCode(String selectedOrganizationChartOfAccountsCode)
          Sets the selectedOrganizationChartOfAccountsCode attribute.
 void setSelectedOrganizationCode(String selectedOrganizationCode)
          Sets the selectedOrganizationCode attribute.
 void setSelectedOrganizationLevelCode(Integer selectedOrganizationLevelCode)
          Sets the selectedOrganizationLevelCode attribute.
 void setSelectedPullFlag(Integer selectedPullFlag)
          Sets the selectedPullFlag attribute.
 void setSelectedSubFundGroup(SubFundGroup selectedSubFundGroup)
          Deprecated.  
 void setSelectedSubFundGroupCode(String selectedSubFundGroupCode)
          Sets the selectedSubFundGroupCode attribute.
 void setSubAccount(SubAccount subAccount)
          Deprecated.  
 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

BudgetConstructionControlList

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

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.

getHierarchyOrganizationLevelCode

public Integer getHierarchyOrganizationLevelCode()
Gets the hierarchyOrganizationLevelCode attribute.

Returns:
Returns the hierarchyOrganizationLevelCode

setHierarchyOrganizationLevelCode

public void setHierarchyOrganizationLevelCode(Integer hierarchyOrganizationLevelCode)
Sets the hierarchyOrganizationLevelCode attribute.

Parameters:
hierarchyOrganizationLevelCode - The hierarchyOrganizationLevelCode to set.

getSelectedOrganizationLevelCode

public Integer getSelectedOrganizationLevelCode()
Gets the selectedOrganizationLevelCode attribute.

Returns:
Returns the selectedOrganizationLevelCode

setSelectedOrganizationLevelCode

public void setSelectedOrganizationLevelCode(Integer selectedOrganizationLevelCode)
Sets the selectedOrganizationLevelCode attribute.

Parameters:
selectedOrganizationLevelCode - The selectedOrganizationLevelCode to set.

getSelectedOrganizationChartOfAccountsCode

public String getSelectedOrganizationChartOfAccountsCode()
Gets the selectedOrganizationChartOfAccountsCode attribute.

Returns:
Returns the selectedOrganizationChartOfAccountsCode

setSelectedOrganizationChartOfAccountsCode

public void setSelectedOrganizationChartOfAccountsCode(String selectedOrganizationChartOfAccountsCode)
Sets the selectedOrganizationChartOfAccountsCode attribute.

Parameters:
selectedOrganizationChartOfAccountsCode - The selectedOrganizationChartOfAccountsCode to set.

getSelectedOrganizationCode

public String getSelectedOrganizationCode()
Gets the selectedOrganizationCode attribute.

Returns:
Returns the selectedOrganizationCode

setSelectedOrganizationCode

public void setSelectedOrganizationCode(String selectedOrganizationCode)
Sets the selectedOrganizationCode attribute.

Parameters:
selectedOrganizationCode - The selectedOrganizationCode to set.

getSelectedPullFlag

public Integer getSelectedPullFlag()
Gets the selectedPullFlag attribute.

Returns:
Returns the selectedPullFlag

setSelectedPullFlag

public void setSelectedPullFlag(Integer selectedPullFlag)
Sets the selectedPullFlag attribute.

Parameters:
selectedPullFlag - The selectedPullFlag to set.

getSelectedSubFundGroupCode

public String getSelectedSubFundGroupCode()
Gets the selectedSubFundGroupCode attribute.

Returns:
Returns the selectedSubFundGroupCode

setSelectedSubFundGroupCode

public void setSelectedSubFundGroupCode(String selectedSubFundGroupCode)
Sets the selectedSubFundGroupCode attribute.

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

getSelectedOrganization

public Organization getSelectedOrganization()
Gets the selectedOrganization attribute.

Returns:
Returns the selectedOrganization

setSelectedOrganization

public void setSelectedOrganization(Organization selectedOrganization)
Deprecated. 

Sets the selectedOrganization attribute.

Parameters:
selectedOrganization - The selectedOrganization to set.

getSelectedOrganizationChartOfAccounts

public Chart getSelectedOrganizationChartOfAccounts()
Gets the selectedOrganizationChartOfAccounts attribute.

Returns:
Returns the selectedOrganizationChartOfAccounts

setSelectedOrganizationChartOfAccounts

public void setSelectedOrganizationChartOfAccounts(Chart selectedOrganizationChartOfAccounts)
Deprecated. 

Sets the selectedOrganizationChartOfAccounts attribute.

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

getSelectedSubFundGroup

public SubFundGroup getSelectedSubFundGroup()
Gets the selectedSubFundGroup attribute.

Returns:
Returns the selectedSubFundGroup.

setSelectedSubFundGroup

public void setSelectedSubFundGroup(SubFundGroup selectedSubFundGroup)
Deprecated. 

Sets the selectedSubFundGroup attribute value.

Parameters:
selectedSubFundGroup - The selectedSubFundGroup to set.

getBudgetConstructionHeader

public BudgetConstructionHeader getBudgetConstructionHeader()
Gets the budgetConstructionHeader attribute.

Returns:
Returns the budgetConstructionHeader.

setBudgetConstructionHeader

public void setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
Deprecated. 

Sets the budgetConstructionHeader attribute value.

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