public interface OrderLock extends Serializable
Order operations.| Modifier and Type | Method and Description |
|---|---|
Boolean |
getLocked() |
Long |
getOrderId() |
void |
setLocked(Boolean locked)
Sets the lock state of this OrderLock
|
void |
setOrderId(Long orderId)
Sets the id of the
Order associated with this OrderLock |
void setOrderId(Long orderId)
Order associated with this OrderLockorderId - Boolean getLocked()
void setLocked(Boolean locked)
locked - Copyright © 2014. All Rights Reserved.