equip.city
Class ContentData
java.lang.Object
|
+--equip.runtime.Object
|
+--equip.runtime.ValueBase
|
+--equip.city.ContentData
- Direct Known Subclasses:
- ContentDataImpl
- public class ContentData
- extends equip.runtime.ValueBase
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 |
description
public java.lang.String description
content
public java.lang.String content
isURL
public boolean isURL
ContentData
public ContentData()
getModuleName
public java.lang.String getModuleName()
- Overrides:
getModuleName
in class equip.runtime.Object
equals
public boolean equals(java.lang.Object c)
- Overrides:
equals
in class equip.runtime.ValueBase
_equals_helper
public boolean _equals_helper(ContentData c)
matches
public boolean matches(java.lang.Object c)
- Overrides:
matches
in class equip.runtime.ValueBase
_matches_helper
public boolean _matches_helper(ContentData c)
writeObject
public void writeObject(equip.runtime.ObjectOutputStream out)
throws java.io.IOException
- Overrides:
writeObject
in class equip.runtime.ValueBase
readObject
public void readObject(equip.runtime.ObjectInputStream in)
throws java.io.IOException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException
- Overrides:
readObject
in class equip.runtime.ValueBase