public class BudgetConstructionLockStatus extends org.kuali.rice.krad.bo.TransientBusinessObjectBase
Constructor and Description |
---|
BudgetConstructionLockStatus()
Constructs a BudgetConstructionLockStatus object.
|
Modifier and Type | Method and Description |
---|---|
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_RICE20_REFACTORME() |
public BudgetConstructionLockStatus()
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_RICE20_REFACTORME()
org.kuali.rice.krad.bo.BusinessObjectBase#toStringMapper()
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.