jp.ac.nagoyau.is.ss.kishii.suntori.message.data
Class EntityIDData

java.lang.Object
  extended by jp.ac.nagoyau.is.ss.kishii.suntori.message.data.RCRSCSData<rescuecore2.worldmodel.EntityID>
      extended by jp.ac.nagoyau.is.ss.kishii.suntori.message.data.EntityIDData

public class EntityIDData
extends RCRSCSData<rescuecore2.worldmodel.EntityID>

This class represent the data of EntityID.

Author:
takefumi

Field Summary
 
Fields inherited from class jp.ac.nagoyau.is.ss.kishii.suntori.message.data.RCRSCSData
type, value
 
Constructor Summary
EntityIDData(DataType type, rescuecore2.worldmodel.EntityID value)
          Constructor
 
Method Summary
 void setData(rescuecore2.worldmodel.EntityID obj)
          Set the value to obj
 
Methods inherited from class jp.ac.nagoyau.is.ss.kishii.suntori.message.data.RCRSCSData
equals, getData, getType, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntityIDData

public EntityIDData(DataType type,
                    rescuecore2.worldmodel.EntityID value)
Constructor

Parameters:
type - type of the data(DataType)
value - actual value of data(EntityID)
Method Detail

setData

public void setData(rescuecore2.worldmodel.EntityID obj)
Description copied from class: RCRSCSData
Set the value to obj

Specified by:
setData in class RCRSCSData<rescuecore2.worldmodel.EntityID>
Parameters:
obj - actual value of this data