equip.mope
Class MessageHeaderImpl

java.lang.Object
  |
  +--equip.runtime.Object
        |
        +--equip.runtime.ValueBase
              |
              +--equip.mope.MessageHeader
                    |
                    +--equip.mope.MessageHeaderImpl
All Implemented Interfaces:
java.lang.Cloneable

public class MessageHeaderImpl
extends MessageHeader


Field Summary
 
Fields inherited from class equip.mope.MessageHeader
fromDeviceId, fromGeoPos, fromUserId, sendingTime, toDeviceId, toGeoPos, toUserId
 
Constructor Summary
MessageHeaderImpl()
           
 
Methods inherited from class equip.mope.MessageHeader
_equals_helper, _matches_helper, equals, getModuleName, matches, readObject, writeObject
 
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

MessageHeaderImpl

public MessageHeaderImpl()