|
||||||||||
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.TransientBusinessObjectBase
org.kuali.kfs.module.bc.businessobject.BudgetConstructionLockStatus
public class BudgetConstructionLockStatus
This class defines a BudgetConstructionLockStatus object. This object is used by many of the methods in the Budget module's LockService as a mechanism to pass status information associated with the various types of locks. LockStatus uses enum values SUCCESS, BY_OTHER, NO_DOOR, OPTIMISTIC_EX, FLOCK_FOUND LockStatus.BY_OTHER usually means one of the *LockOwner attributes is set with the uid associated with the lock. LockStatus.FLOCK_FOUND usually means the set of fundingLocks is also defined. See the LockService methods JavaDoc for more details.
Constructor Summary | |
---|---|
BudgetConstructionLockStatus()
Constructs a BudgetConstructionLockStatus object. |
Method Summary | |
---|---|
String |
getAccountLockOwner()
This gets the accountLockOwner attribute |
BudgetConstructionHeader |
getBudgetConstructionHeader()
Gets the budgetConstructionHeader attribute. |
SortedSet<BudgetConstructionFundingLock> |
getFundingLocks()
This gets the fundingLocks attribute |
BCConstants.LockStatus |
getLockStatus()
This gets the lockStatus attribute |
String |
getPositionLockOwner()
This gets the positionLockOwner attribute |
String |
getTransactionLockOwner()
This gets the transactionLockOwner attribute |
void |
setAccountLockOwner(String accountLockOwner)
This sets the accountLockOwner attribute |
void |
setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
Sets the budgetConstructionHeader attribute value. |
void |
setFundingLocks(SortedSet<BudgetConstructionFundingLock> fundingLocks)
This sets the fundingLocks attribute |
void |
setLockStatus(BCConstants.LockStatus lockStatus)
This sets the lockStatus attribute |
void |
setPositionLockOwner(String positionLockOwner)
This gets the positionLockOwner attribute |
void |
setTransactionLockOwner(String transactionLockOwner)
This gets the transactionLockOwner attribute |
protected LinkedHashMap |
toStringMapper()
|
Methods inherited from class org.kuali.rice.kns.bo.TransientBusinessObjectBase |
---|
refresh |
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 |
Constructor Detail |
---|
public BudgetConstructionLockStatus()
Method Detail |
---|
public String getAccountLockOwner()
public void setAccountLockOwner(String accountLockOwner)
accountLockOwner
- public BCConstants.LockStatus getLockStatus()
public void setLockStatus(BCConstants.LockStatus lockStatus)
lockStatus
- public String getPositionLockOwner()
public void setPositionLockOwner(String positionLockOwner)
positionLockOwner
- public SortedSet<BudgetConstructionFundingLock> getFundingLocks()
public void setFundingLocks(SortedSet<BudgetConstructionFundingLock> fundingLocks)
fundingLocks
- public String getTransactionLockOwner()
public void setTransactionLockOwner(String transactionLockOwner)
transactionLockOwner
- public BudgetConstructionHeader getBudgetConstructionHeader()
public void setBudgetConstructionHeader(BudgetConstructionHeader budgetConstructionHeader)
budgetConstructionHeader
- The budgetConstructionHeader 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 |