public class Trade extends Object implements Serializable
Constructor and Description |
---|
Trade(int id,
int productId,
int brokerId) |
Modifier and Type | Method and Description |
---|---|
int |
brokerId() |
boolean |
equals(Object obj) |
int |
hashCode() |
int |
id() |
int |
productId() |
String |
toString() |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.