@Embeddable public static class OrderLockImpl.OrderLockPk extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
key |
protected Long |
orderId |
| Constructor and Description |
|---|
OrderLockPk() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getKey() |
Long |
getOrderId() |
int |
hashCode() |
void |
setKey(String key) |
void |
setOrderId(Long orderId) |
Copyright © 2017. All rights reserved.