|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.gbanga.api.Trade.TradeItem
public static class Trade.TradeItem
A container class for general items used in a trade.
| Field Summary | |
|---|---|
long |
id
The id of the item. |
java.lang.String |
type
The type of the item (e.g. |
| Constructor Summary | |
|---|---|
Trade.TradeItem()
No-argument constructor needed for conversion from JSON |
|
Trade.TradeItem(long id,
java.lang.String type)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public long id
public java.lang.String type
Gbangoo).
| Constructor Detail |
|---|
public Trade.TradeItem()
public Trade.TradeItem(long id,
java.lang.String type)
id - the id of the itemtype - the type of the item (e.g. Gbangoo)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||