equip.mope
Class EngineVersionImpl

java.lang.Object
  |
  +--equip.runtime.Object
        |
        +--equip.runtime.ValueBase
              |
              +--equip.data.ItemData
                    |
                    +--equip.mope.GameMessage
                          |
                          +--equip.mope.EngineVersion
                                |
                                +--equip.mope.EngineVersionImpl
All Implemented Interfaces:
java.lang.Cloneable

public class EngineVersionImpl
extends EngineVersion


Field Summary
 
Fields inherited from class equip.mope.EngineVersion
version
 
Fields inherited from class equip.mope.GameMessage
data, messageid, recipient
 
Fields inherited from class equip.data.ItemData
id, name
 
Constructor Summary
EngineVersionImpl()
           
 
Methods inherited from class equip.mope.EngineVersion
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
Methods inherited from class equip.mope.GameMessage
_equals_helper, _matches_helper
 
Methods inherited from class equip.data.ItemData
_equals_helper, _matches_helper
 
Methods inherited from class equip.runtime.ValueBase
_equals_helper, _matches_helper, clone
 
Methods inherited from class java.lang.Object
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EngineVersionImpl

public EngineVersionImpl()