org.seasar.cubby.plugins.s2.beans
クラス S2BeanDescProviderPropertyDescTest.MyBean

java.lang.Object
  上位を拡張 org.seasar.cubby.plugins.s2.beans.S2BeanDescProviderPropertyDescTest.MyBean
含まれているクラス:
S2BeanDescProviderPropertyDescTest

public static class S2BeanDescProviderPropertyDescTest.MyBean
extends Object


フィールドの概要
 String str
           
 
コンストラクタの概要
S2BeanDescProviderPropertyDescTest.MyBean()
           
 
メソッドの概要
 Number add(Number arg1, Number arg2)
           
 String getAaa()
           
 String getBbb(Object a)
           
 Calendar getCal()
           
 String getEee()
           
 int getFff()
           
 BigDecimal getGgg()
           
 Timestamp getHhh()
           
 String getJjj()
           
 URL getURL()
           
 boolean isCCC()
           
 Object isDdd()
           
 void setCal(Calendar cal)
           
 void setEee(String eee)
           
 void setFff(int fff)
           
 void setGgg(BigDecimal ggg)
           
 void setHhh(Timestamp hhh)
           
 void setIii(String iii)
           
 void setKkk(String kkk)
           
 void setURL(URL url)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

str

public String str
コンストラクタの詳細

S2BeanDescProviderPropertyDescTest.MyBean

public S2BeanDescProviderPropertyDescTest.MyBean()
メソッドの詳細

getAaa

public String getAaa()
戻り値:

getBbb

public String getBbb(Object a)
パラメータ:
a -
戻り値:

isCCC

public boolean isCCC()
戻り値:

isDdd

public Object isDdd()
戻り値:

getEee

public String getEee()
戻り値:

setEee

public void setEee(String eee)
パラメータ:
eee -

getFff

public int getFff()
戻り値:

setFff

public void setFff(int fff)
パラメータ:
fff -

getJjj

public String getJjj()
戻り値:

setKkk

public void setKkk(String kkk)
パラメータ:
kkk -

add

public Number add(Number arg1,
                  Number arg2)
パラメータ:
arg1 -
arg2 -
戻り値:

getGgg

public BigDecimal getGgg()
戻り値:

setGgg

public void setGgg(BigDecimal ggg)
パラメータ:
ggg -

getHhh

public Timestamp getHhh()
戻り値:

setHhh

public void setHhh(Timestamp hhh)
パラメータ:
hhh -

setIii

public void setIii(String iii)
パラメータ:
iii -

getURL

public URL getURL()
戻り値:

setURL

public void setURL(URL url)
パラメータ:
url -

getCal

public Calendar getCal()
戻り値:
Returns the cal.

setCal

public void setCal(Calendar cal)
パラメータ:
cal - The cal to set.


Copyright © 2006-2009 The Seasar Foundation. All Rights Reserved.