org.seasar.cubby.controller.impl
クラス RequestParameterBinderImplTest.FormDto

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

public static class RequestParameterBinderImplTest.FormDto
extends Object


フィールドの概要
 Date date
           
 Integer num1
           
 Integer[] num2
           
 List<String> num3
           
 
コンストラクタの概要
RequestParameterBinderImplTest.FormDto()
           
 
メソッドの概要
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

フィールドの詳細

date

public Date date

num1

public Integer num1

num2

public Integer[] num2

num3

public List<String> num3
コンストラクタの詳細

RequestParameterBinderImplTest.FormDto

public RequestParameterBinderImplTest.FormDto()


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