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

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

public class BudgetConstructionAccountSelect
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
BudgetConstructionAccountSelect()
          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.
 Date getFinancialDocumentCreateDate()
          Gets the financialDocumentCreateDate attribute.
 String getFinancialDocumentInitiatorIdentifier()
          Gets the financialDocumentInitiatorIdentifier attribute.
 String getFinancialDocumentStatusCode()
          Gets the financialDocumentStatusCode 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.
 Integer getOrganizationLevelCode()
          Gets the organizationLevelCode attribute.
 String getPrincipalId()
          Gets the principalId attribute.
protected  SortedSet<org.kuali.rice.kew.actiontaken.ActionTakenValue> getSortedActionsTaken(List<org.kuali.rice.kew.actiontaken.ActionTakenValue> actionsTaken)
          Takes a list of ActionTakenValue and returns a sorted set ordered by action date
 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 setFinancialDocumentCreateDate(Date financialDocumentCreateDate)
          Sets the financialDocumentCreateDate attribute.
 void setFinancialDocumentInitiatorIdentifier(String financialDocumentInitiatorIdentifier)
          Sets the financialDocumentInitiatorIdentifier attribute.
 void setFinancialDocumentStatusCode(String financialDocumentStatusCode)
          Sets the financialDocumentStatusCode 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 setOrganizationLevelCode(Integer organizationLevelCode)
          Sets the organizationLevelCode attribute.
 void setPrincipalId(String principalId)
          Sets the principalId 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

BudgetConstructionAccountSelect

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

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.

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.

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.

getFinancialDocumentStatusCode

public String getFinancialDocumentStatusCode()
Gets the financialDocumentStatusCode attribute.

Returns:
Returns the financialDocumentStatusCode

setFinancialDocumentStatusCode

public void setFinancialDocumentStatusCode(String financialDocumentStatusCode)
Sets the financialDocumentStatusCode attribute.

Parameters:
financialDocumentStatusCode - The financialDocumentStatusCode to set.

getFinancialDocumentInitiatorIdentifier

public String getFinancialDocumentInitiatorIdentifier()
Gets the financialDocumentInitiatorIdentifier attribute.

Returns:
Returns the financialDocumentInitiatorIdentifier

setFinancialDocumentInitiatorIdentifier

public void setFinancialDocumentInitiatorIdentifier(String financialDocumentInitiatorIdentifier)
Sets the financialDocumentInitiatorIdentifier attribute.

Parameters:
financialDocumentInitiatorIdentifier - The financialDocumentInitiatorIdentifier to set.

getFinancialDocumentCreateDate

public Date getFinancialDocumentCreateDate()
Gets the financialDocumentCreateDate attribute.

Returns:
Returns the financialDocumentCreateDate

setFinancialDocumentCreateDate

public void setFinancialDocumentCreateDate(Date financialDocumentCreateDate)
Sets the financialDocumentCreateDate attribute.

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

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

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.

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.

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.

getSortedActionsTaken

protected SortedSet<org.kuali.rice.kew.actiontaken.ActionTakenValue> getSortedActionsTaken(List<org.kuali.rice.kew.actiontaken.ActionTakenValue> actionsTaken)
Takes a list of ActionTakenValue and returns a sorted set ordered by action date

Parameters:
actionsTaken -
Returns:

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.