com.threerings.tudey.data
Class EntityKey.Entry
java.lang.Object
com.threerings.io.SimpleStreamableObject
com.threerings.tudey.data.EntityKey
com.threerings.tudey.data.EntityKey.Entry
- All Implemented Interfaces:
- Streamable
- Enclosing class:
- EntityKey
public static class EntityKey.Entry
- extends EntityKey
Identifies an entry.
|
Field Summary |
protected Object |
_key
The entry key. |
_key
protected Object _key
- The entry key.
EntityKey.Entry
public EntityKey.Entry(Object key)
- Creates a new entry key.
EntityKey.Entry
public EntityKey.Entry()
- No-arg constructor for deserialization.
getKey
public Object getKey()
- Returns the entry key.
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object other)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class SimpleStreamableObject