equip.mope
Class NetworkHeartbeatItemImpl

java.lang.Object
  |
  +--equip.runtime.Object
        |
        +--equip.runtime.ValueBase
              |
              +--equip.data.ItemData
                    |
                    +--equip.mope.NetworkHeartbeatItem
                          |
                          +--equip.mope.NetworkHeartbeatItemImpl
All Implemented Interfaces:
java.lang.Cloneable

public class NetworkHeartbeatItemImpl
extends NetworkHeartbeatItem


Field Summary
 
Fields inherited from class equip.mope.NetworkHeartbeatItem
intervalMs, seqNo
 
Fields inherited from class equip.data.ItemData
id, name
 
Constructor Summary
NetworkHeartbeatItemImpl()
           
 
Methods inherited from class equip.mope.NetworkHeartbeatItem
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
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

NetworkHeartbeatItemImpl

public NetworkHeartbeatItemImpl()