commlib.data
クラス RCRSCSData<E>

java.lang.Object
  上位を拡張 commlib.data.RCRSCSData<E>
型パラメータ:
E -
直系の既知のサブクラス:
EntityIDData, EntityIDListData, ValueData

public abstract class RCRSCSData<E>
extends java.lang.Object

This class show that Data of Entity, and have one DataType and one value.

作成者:
takefumi

メソッドの概要
 boolean equals(java.lang.Object obj)
           
 E getData()
          Return the actual value of this data.
 DataType getType()
          Return the DataType of this data.
 int hashCode()
           
abstract  void setData(E obj)
          Set the value to obj
 java.lang.String toString()
           
 
クラス java.lang.Object から継承されたメソッド
getClass, notify, notifyAll, wait, wait, wait
 

メソッドの詳細

getType

public DataType getType()
Return the DataType of this data.

戻り値:
DataType

getData

public E getData()
Return the actual value of this data.

戻り値:

setData

public abstract void setData(E obj)
Set the value to obj

パラメータ:
obj - actual value of this data

hashCode

public int hashCode()
オーバーライド:
クラス java.lang.Object 内の hashCode

equals

public boolean equals(java.lang.Object obj)
オーバーライド:
クラス java.lang.Object 内の equals

toString

public java.lang.String toString()
オーバーライド:
クラス java.lang.Object 内の toString