|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.rice.kns.bo.BusinessObjectBase
org.kuali.rice.kns.bo.PersistableBusinessObjectBase
org.kuali.kfs.module.bc.businessobject.BudgetConstructionLockSummary
public class BudgetConstructionLockSummary
Holds information about a budget lock.
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 |
---|
public BudgetConstructionLockSummary()
Method Detail |
---|
public String getLockType()
public void setLockType(String lockType)
lockType
- The lockType to set.public String getLockUserId()
public void setLockUserId(String lockUserId)
lockUserId
- The lockUserId to set.public String getAccountNumber()
public void setAccountNumber(String accountNumber)
accountNumber
- The accountNumber to set.public String getChartOfAccountsCode()
public void setChartOfAccountsCode(String chartOfAccountsCode)
chartOfAccountsCode
- The chartOfAccountsCode to set.public String getDocumentNumber()
public void setDocumentNumber(String documentNumber)
documentNumber
- The documentNumber to set.public String getPositionDescription()
public void setPositionDescription(String positionDescription)
positionDescription
- The positionDescription to set.public String getPositionNumber()
public void setPositionNumber(String positionNumber)
positionNumber
- The positionNumber to set.public String getSubAccountNumber()
public void setSubAccountNumber(String subAccountNumber)
subAccountNumber
- The subAccountNumber to set.public Integer getUniversityFiscalYear()
public void setUniversityFiscalYear(Integer universityFiscalYear)
universityFiscalYear
- The universityFiscalYear to set.public org.kuali.rice.kim.bo.Person getLockUser()
public void setLockUser(org.kuali.rice.kim.bo.Person lockUser)
lockUser
- The lockUser to set.public Chart getChart()
public void setChart(Chart chart)
chart
- The chart to set.public Account getAccount()
public void setAccount(Account account)
account
- The account to set.public SubAccount getSubAccount()
public void setSubAccount(SubAccount subAccount)
subAccount
- The subAccount to set.public BudgetConstructionPosition getBudgetConstructionPosition()
public void setBudgetConstructionPosition(BudgetConstructionPosition budgetConstructionPosition)
budgetConstructionPosition
- The budgetConstructionPosition to set.public SystemOptions getOptions()
public void setOptions(SystemOptions options)
options
- The options to set.protected LinkedHashMap toStringMapper()
toStringMapper
in class org.kuali.rice.kns.bo.BusinessObjectBase
BusinessObjectBase.toStringMapper()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |