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


Field Summary
 equip.runtime.Time collideTime
           
 java.lang.String location
           
 java.lang.String space
           
 java.lang.String userId
           
 
Fields inherited from class equip.data.ItemData
id, name
 
Constructor Summary
UserLocation()
           
 
Method Summary
 boolean _equals_helper(UserLocation c)
           
 boolean _matches_helper(UserLocation c)
           
 boolean equals(java.lang.Object c)
           
 java.lang.String getModuleName()
           
 boolean matches(java.lang.Object c)
           
 void readObject(equip.runtime.ObjectInputStream in)
           
 void writeObject(equip.runtime.ObjectOutputStream out)
           
 
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
 

Field Detail

userId

public java.lang.String userId

space

public java.lang.String space

location

public java.lang.String location

collideTime

public equip.runtime.Time collideTime
Constructor Detail

UserLocation

public UserLocation()
Method Detail

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