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


Field Summary
 equip.runtime.Time collideTime
           
 ContentData[] ContentArray
           
 equip.runtime.Time contentTime
           
 java.lang.String deviceId
           
 java.lang.String location
           
 java.lang.String userId
           
 
Fields inherited from class equip.data.ItemData
id, name
 
Constructor Summary
Explanation()
           
 
Method Summary
 boolean _equals_helper(Explanation c)
           
 boolean _matches_helper(Explanation 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

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
Constructor Detail

Explanation

public Explanation()
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(Explanation c)

matches

public boolean matches(java.lang.Object c)
Overrides:
matches in 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:
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