jp.go.nict.langrid.dao.entity
クラス Attribute

java.lang.Object
  上位を拡張 jp.go.nict.langrid.dao.entity.UpdateManagedEntity
      上位を拡張 jp.go.nict.langrid.dao.entity.Attribute
直系の既知のサブクラス:
GridAttribute, NodeAttribute, ResourceAttribute, ServiceAttribute, UserAttribute

public class Attribute
extends UpdateManagedEntity

属性を保持する。

バージョン:
$Revision:4384 $
作成者:
$Author:nakaguchi $

コンストラクタの概要
Attribute()
          コンストラクタ。
Attribute(String name, String value)
          コンストラクタ。
 
メソッドの概要
 String getName()
          属性名を取得する。
 String getValue()
          属性値を取得する。
 void setName(String name)
          属性名を設定する。
 void setValue(String value)
          属性値を設定する。
 
クラス jp.go.nict.langrid.dao.entity.UpdateManagedEntity から継承されたメソッド
appendSpecialEquals, appendSpecialHashCode, equals, equalsIgnoreDates, getCreatedDateTime, getUpdatedDateTime, hashCode, setCreatedDateTime, setUpdatedDateTime, toString, touchUpdatedDateTime
 
クラス java.lang.Object から継承されたメソッド
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

コンストラクタの詳細

Attribute

public Attribute()
コンストラクタ。


Attribute

public Attribute(String name,
                 String value)
コンストラクタ。

パラメータ:
name - 属性名
value - 属性値
メソッドの詳細

getName

public String getName()
属性名を取得する。

戻り値:
属性名

setName

public void setName(String name)
属性名を設定する。

パラメータ:
name - 属性名

getValue

public String getValue()
属性値を取得する。

戻り値:
属性値

setValue

public void setValue(String value)
属性値を設定する。

パラメータ:
value - 属性値