equip.city
Class UserLocation
java.lang.Object
|
+--equip.runtime.Object
|
+--equip.runtime.ValueBase
|
+--equip.data.ItemData
|
+--equip.city.UserLocation
- Direct Known Subclasses:
- UserLocationImpl
- public class UserLocation
- extends equip.data.ItemData
Fields inherited from class equip.data.ItemData |
id, name |
Methods inherited from class equip.data.ItemData |
_equals_helper, _matches_helper |
Methods inherited from class equip.runtime.ValueBase |
_equals_helper, _matches_helper |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
userId
public java.lang.String userId
space
public java.lang.String space
location
public java.lang.String location
collideTime
public equip.runtime.Time collideTime
UserLocation
public UserLocation()
getModuleName
public java.lang.String getModuleName()
- Overrides:
getModuleName
in class equip.data.ItemData
equals
public boolean equals(java.lang.Object c)
- Overrides:
equals
in class equip.data.ItemData
_equals_helper
public boolean _equals_helper(UserLocation c)
matches
public boolean matches(java.lang.Object c)
- Overrides:
matches
in class equip.data.ItemData
_matches_helper
public boolean _matches_helper(UserLocation c)
writeObject
public void writeObject(equip.runtime.ObjectOutputStream out)
throws java.io.IOException
- Overrides:
writeObject
in class equip.data.ItemData
readObject
public void readObject(equip.runtime.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException
- Overrides:
readObject
in class equip.data.ItemData