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

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

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

Holds information about a budget lock.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.kuali.rice.kns.bo.PersistableBusinessObjectBase
extension, versionNumber
 
Constructor Summary
BudgetConstructionLockSummary()
          Default Constructor.
 
Method Summary
 Account getAccount()
          Gets the account attribute.
 String getAccountNumber()
          Gets the accountNumber attribute.
 BudgetConstructionPosition getBudgetConstructionPosition()
          Gets the budgetConstructionPosition attribute.
 Chart getChart()
          Gets the chart attribute.
 String getChartOfAccountsCode()
          Gets the chartOfAccountsCode attribute.
 String getDocumentNumber()
          Gets the documentNumber attribute.
 String getLockType()
          Gets the lockType attribute.
 org.kuali.rice.kim.bo.Person getLockUser()
          Gets the lockUser attribute.
 String getLockUserId()
          Gets the lockUserId attribute.
 SystemOptions getOptions()
          Gets the options attribute.
 String getPositionDescription()
          Gets the positionDescription attribute.
 String getPositionNumber()
          Gets the positionNumber attribute.
 SubAccount getSubAccount()
          Gets the subAccount attribute.
 String getSubAccountNumber()
          Gets the subAccountNumber attribute.
 Integer getUniversityFiscalYear()
          Gets the universityFiscalYear attribute.
 void setAccount(Account account)
          Sets the account attribute value.
 void setAccountNumber(String accountNumber)
          Sets the accountNumber attribute value.
 void setBudgetConstructionPosition(BudgetConstructionPosition budgetConstructionPosition)
          Sets the budgetConstructionPosition attribute value.
 void setChart(Chart chart)
          Sets the chart attribute value.
 void setChartOfAccountsCode(String chartOfAccountsCode)
          Sets the chartOfAccountsCode attribute value.
 void setDocumentNumber(String documentNumber)
          Sets the documentNumber attribute value.
 void setLockType(String lockType)
          Sets the lockType attribute value.
 void setLockUser(org.kuali.rice.kim.bo.Person lockUser)
          Sets the lockUser attribute value.
 void setLockUserId(String lockUserId)
          Sets the lockUserId attribute value.
 void setOptions(SystemOptions options)
          Sets the options attribute value.
 void setPositionDescription(String positionDescription)
          Sets the positionDescription attribute value.
 void setPositionNumber(String positionNumber)
          Sets the positionNumber attribute value.
 void setSubAccount(SubAccount subAccount)
          Sets the subAccount attribute value.
 void setSubAccountNumber(String subAccountNumber)
          Sets the subAccountNumber attribute value.
 void setUniversityFiscalYear(Integer universityFiscalYear)
          Sets the universityFiscalYear attribute value.
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

BudgetConstructionLockSummary

public BudgetConstructionLockSummary()
Default Constructor.

Method Detail

getLockType

public String getLockType()
Gets the lockType attribute.

Returns:
Returns the lockType.

setLockType

public void setLockType(String lockType)
Sets the lockType attribute value.

Parameters:
lockType - The lockType to set.

getLockUserId

public String getLockUserId()
Gets the lockUserId attribute.

Returns:
Returns the lockUserId.

setLockUserId

public void setLockUserId(String lockUserId)
Sets the lockUserId attribute value.

Parameters:
lockUserId - The lockUserId to set.

getAccountNumber

public String getAccountNumber()
Gets the accountNumber attribute.

Returns:
Returns the accountNumber.

setAccountNumber

public void setAccountNumber(String accountNumber)
Sets the accountNumber attribute value.

Parameters:
accountNumber - The accountNumber to set.

getChartOfAccountsCode

public String getChartOfAccountsCode()
Gets the chartOfAccountsCode attribute.

Returns:
Returns the chartOfAccountsCode.

setChartOfAccountsCode

public void setChartOfAccountsCode(String chartOfAccountsCode)
Sets the chartOfAccountsCode attribute value.

Parameters:
chartOfAccountsCode - The chartOfAccountsCode to set.

getDocumentNumber

public String getDocumentNumber()
Gets the documentNumber attribute.

Returns:
Returns the documentNumber.

setDocumentNumber

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

Parameters:
documentNumber - The documentNumber to set.

getPositionDescription

public String getPositionDescription()
Gets the positionDescription attribute.

Returns:
Returns the positionDescription.

setPositionDescription

public void setPositionDescription(String positionDescription)
Sets the positionDescription attribute value.

Parameters:
positionDescription - The positionDescription to set.

getPositionNumber

public String getPositionNumber()
Gets the positionNumber attribute.

Returns:
Returns the positionNumber.

setPositionNumber

public void setPositionNumber(String positionNumber)
Sets the positionNumber attribute value.

Parameters:
positionNumber - The positionNumber to set.

getSubAccountNumber

public String getSubAccountNumber()
Gets the subAccountNumber attribute.

Returns:
Returns the subAccountNumber.

setSubAccountNumber

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

Parameters:
subAccountNumber - The subAccountNumber to set.

getUniversityFiscalYear

public Integer getUniversityFiscalYear()
Gets the universityFiscalYear attribute.

Returns:
Returns the universityFiscalYear.

setUniversityFiscalYear

public void setUniversityFiscalYear(Integer universityFiscalYear)
Sets the universityFiscalYear attribute value.

Parameters:
universityFiscalYear - The universityFiscalYear to set.

getLockUser

public org.kuali.rice.kim.bo.Person getLockUser()
Gets the lockUser attribute.

Returns:
Returns the lockUser.

setLockUser

public void setLockUser(org.kuali.rice.kim.bo.Person lockUser)
Sets the lockUser attribute value.

Parameters:
lockUser - The lockUser to set.

getChart

public Chart getChart()
Gets the chart attribute.

Returns:
Returns the chart.

setChart

public void setChart(Chart chart)
Sets the chart attribute value.

Parameters:
chart - The chart to set.

getAccount

public Account getAccount()
Gets the account attribute.

Returns:
Returns the account.

setAccount

public void setAccount(Account account)
Sets the account attribute value.

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

getBudgetConstructionPosition

public BudgetConstructionPosition getBudgetConstructionPosition()
Gets the budgetConstructionPosition attribute.

Returns:
Returns the budgetConstructionPosition.

setBudgetConstructionPosition

public void setBudgetConstructionPosition(BudgetConstructionPosition budgetConstructionPosition)
Sets the budgetConstructionPosition attribute value.

Parameters:
budgetConstructionPosition - The budgetConstructionPosition to set.

getOptions

public SystemOptions getOptions()
Gets the options attribute.

Returns:
Returns the options.

setOptions

public void setOptions(SystemOptions options)
Sets the options attribute value.

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