org.guiceex.binder
クラス Property

java.lang.Object
  上位を拡張 org.guiceex.binder.Property

public class Property
extends Object

導入されたバージョン:
v1.0

コンストラクタの概要
Property()
           
 
メソッドの概要
 String getName()
           
 String getValue()
           
 void setName(String name)
           
 void setValue(String value)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Property

public Property()
メソッドの詳細

getName

public String getName()

setName

public void setName(String name)

getValue

public String getValue()

setValue

public void setValue(String value)


Copyright © 2007. All Rights Reserved.