equip.city
Class  Explanation
java.lang.Object
  |
  +--equip.runtime.Object
        |
        +--equip.runtime.ValueBase
              |
              +--equip.data.ItemData
                    |
                    +--equip.city.Explanation
- Direct Known Subclasses: 
- ExplanationImpl
- public class Explanation- 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
deviceId
public java.lang.String deviceId
location
public java.lang.String location
collideTime
public equip.runtime.Time collideTime
contentTime
public equip.runtime.Time contentTime
ContentArray
public ContentData[] ContentArray
Explanation
public Explanation()
getModuleName
public java.lang.String getModuleName()
- 
- Overrides:
- getModuleNamein class- equip.data.ItemData
 
equals
public boolean equals(java.lang.Object c)
- 
- Overrides:
- equalsin class- equip.data.ItemData
 
_equals_helper
public boolean _equals_helper(Explanation c)
matches
public boolean matches(java.lang.Object c)
- 
- Overrides:
- matchesin class- equip.data.ItemData
 
_matches_helper
public boolean _matches_helper(Explanation c)
writeObject
public void writeObject(equip.runtime.ObjectOutputStream out)
                 throws java.io.IOException
- 
- Overrides:
- writeObjectin class- equip.data.ItemData
 
readObject
public void readObject(equip.runtime.ObjectInputStream in)
                throws java.io.IOException,
                       java.lang.ClassNotFoundException,
                       java.lang.InstantiationException
- 
- Overrides:
- readObjectin class- equip.data.ItemData