public abstract class Good extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
Good.IdComparator |
| Modifier and Type | Field and Description |
|---|---|
protected long |
worldId |
| Modifier | Constructor and Description |
|---|---|
protected |
Good(long id,
long worldId) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
long |
getId() |
abstract World |
getWorld() |
long |
getWorldId() |
int |
hashCode() |
Copyright © 2017. All rights reserved.