org.seasar.cubby.internal.controller.impl
クラス FormWrapperFactoryImplTest.TestBean

java.lang.Object
  上位を拡張 org.seasar.cubby.internal.controller.impl.FormWrapperFactoryImplTest.TestBean
含まれているクラス:
FormWrapperFactoryImplTest

public static class FormWrapperFactoryImplTest.TestBean
extends Object


コンストラクタの概要
FormWrapperFactoryImplTest.TestBean()
           
 
メソッドの概要
 Date getDate()
           
 Integer getNum1()
           
 Integer[] getNum2()
           
 List<String> getNum3()
           
 void setDate(Date date)
           
 void setNum1(Integer num1)
           
 void setNum2(Integer[] num2)
           
 void setNum3(List<String> num3)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

FormWrapperFactoryImplTest.TestBean

public FormWrapperFactoryImplTest.TestBean()
メソッドの詳細

getDate

public Date getDate()

setDate

public void setDate(Date date)

getNum1

public Integer getNum1()

setNum1

public void setNum1(Integer num1)

getNum2

public Integer[] getNum2()

setNum2

public void setNum2(Integer[] num2)

getNum3

public List<String> getNum3()

setNum3

public void setNum3(List<String> num3)


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