gecco.server.core
Class UnitPropertiesUpdateMessage

java.lang.Object
  |
  +--gecco.server.core.Message
        |
        +--gecco.server.core.UnitPropertiesUpdateMessage

public class UnitPropertiesUpdateMessage
extends Message

Description of the Class


Field Summary
(package private)  HashMap props
          Description of the Field
(package private)  int unitHandle
          Description of the Field
 
Fields inherited from class gecco.server.core.Message
id
 
Constructor Summary
UnitPropertiesUpdateMessage(int _unitHandle, HashMap _props)
          Constructor for the UnitPropertiesUpdateMessage object
 
Method Summary
 HashMap getProperties()
          Gets the Properties attribute of the UnitPropertiesUpdateMessage object
 int getUnitHandle()
          Gets the UnitHandle attribute of the UnitPropertiesUpdateMessage object
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

unitHandle

int unitHandle
Description of the Field

props

HashMap props
Description of the Field
Constructor Detail

UnitPropertiesUpdateMessage

public UnitPropertiesUpdateMessage(int _unitHandle,
                                   HashMap _props)
Constructor for the UnitPropertiesUpdateMessage object
Parameters:
_unitHandle - Description of Parameter
_props - Description of Parameter
Method Detail

getUnitHandle

public int getUnitHandle()
Gets the UnitHandle attribute of the UnitPropertiesUpdateMessage object
Returns:
The UnitHandle value

getProperties

public HashMap getProperties()
Gets the Properties attribute of the UnitPropertiesUpdateMessage object
Returns:
The Properties value