public class OrderInfo extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Direction |
direction |
protected String |
field |
| Constructor and Description |
|---|
OrderInfo() |
OrderInfo(Direction direction,
String field) |
| Modifier and Type | Method and Description |
|---|---|
Direction |
getDirection() |
String |
getField() |
void |
setDirection(Direction direction) |
void |
setField(String field) |
String |
toString() |
Copyright © 2018. All Rights Reserved.