org.seasar.cubby.internal.controller.impl
クラス RequestParameterBinderImplTest.ConvertersDto

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

public static class RequestParameterBinderImplTest.ConvertersDto
extends Object


コンストラクタの概要
RequestParameterBinderImplTest.ConvertersDto()
           
 
メソッドの概要
 BigInteger getBigint()
           
 BigInteger[] getBigints()
           
 Boolean getBool1()
           
 Boolean[] getBools1()
           
 boolean[] getBools2()
           
 Byte getByte1()
           
 byte getByte2()
           
 Byte[] getBytes1()
           
 byte[] getBytes2()
           
 Character getChar1()
           
 char getChar2()
           
 Character[] getChars1()
           
 char[] getChars2()
           
 Date getDate()
           
 Date[] getDates()
           
 BigDecimal getDecimal()
           
 BigDecimal[] getDecimals()
           
 Double getDouble1()
           
 double getDouble2()
           
 Double[] getDoubles1()
           
 double[] getDoubles2()
           
 RequestParameterBinderImplTest.ExEnum getEn()
           
 RequestParameterBinderImplTest.ExEnum[] getEns()
           
 Float getFloat1()
           
 float getFloat2()
           
 Float[] getFloats1()
           
 float[] getFloats2()
           
 Integer getInt1()
           
 int getInt2()
           
 Integer[] getInts1()
           
 int[] getInts2()
           
 Long getLong1()
           
 long getLong2()
           
 Long[] getLongs1()
           
 long[] getLongs2()
           
 Short getShort1()
           
 short getShort2()
           
 Short[] getShorts1()
           
 short[] getShorts2()
           
 Date getSqldate()
           
 Date[] getSqldates()
           
 Time getSqltime()
           
 Time[] getSqltimes()
           
 Timestamp getSqltimestamp()
           
 Timestamp[] getSqltimestamps()
           
 boolean isBool2()
           
 void setBigint(BigInteger bigint)
           
 void setBigints(BigInteger[] bigints)
           
 void setBool1(Boolean bool1)
           
 void setBool2(boolean bool2)
           
 void setBools1(Boolean[] bools1)
           
 void setBools2(boolean[] bools2)
           
 void setByte1(Byte byte1)
           
 void setByte2(byte byte2)
           
 void setBytes1(Byte[] bytes1)
           
 void setBytes2(byte[] bytes2)
           
 void setChar1(Character char1)
           
 void setChar2(char char2)
           
 void setChars1(Character[] chars1)
           
 void setChars2(char[] chars2)
           
 void setDate(Date date)
           
 void setDates(Date[] dates)
           
 void setDecimal(BigDecimal decimal)
           
 void setDecimals(BigDecimal[] decimals)
           
 void setDouble1(Double double1)
           
 void setDouble2(double double2)
           
 void setDoubles1(Double[] doubles1)
           
 void setDoubles2(double[] doubles2)
           
 void setEn(RequestParameterBinderImplTest.ExEnum en)
           
 void setEns(RequestParameterBinderImplTest.ExEnum[] ens)
           
 void setFloat1(Float float1)
           
 void setFloat2(float float2)
           
 void setFloats1(Float[] floats1)
           
 void setFloats2(float[] floats2)
           
 void setInt1(Integer int1)
           
 void setInt2(int int2)
           
 void setInts1(Integer[] ints1)
           
 void setInts2(int[] ints2)
           
 void setLong1(Long long1)
           
 void setLong2(long long2)
           
 void setLongs1(Long[] longs1)
           
 void setLongs2(long[] longs2)
           
 void setShort1(Short short1)
           
 void setShort2(short short2)
           
 void setShorts1(Short[] shorts1)
           
 void setShorts2(short[] shorts2)
           
 void setSqldate(Date sqldate)
           
 void setSqldates(Date[] sqldates)
           
 void setSqltime(Time sqltime)
           
 void setSqltimes(Time[] sqltimes)
           
 void setSqltimestamp(Timestamp sqltimestamp)
           
 void setSqltimestamps(Timestamp[] sqltimestamps)
           
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

RequestParameterBinderImplTest.ConvertersDto

public RequestParameterBinderImplTest.ConvertersDto()
メソッドの詳細

getDecimal

public BigDecimal getDecimal()

setDecimal

public void setDecimal(BigDecimal decimal)

getDecimals

public BigDecimal[] getDecimals()

setDecimals

public void setDecimals(BigDecimal[] decimals)

getBigint

public BigInteger getBigint()

setBigint

public void setBigint(BigInteger bigint)

getBigints

public BigInteger[] getBigints()

setBigints

public void setBigints(BigInteger[] bigints)

getBool1

public Boolean getBool1()

setBool1

public void setBool1(Boolean bool1)

getBools1

public Boolean[] getBools1()

setBools1

public void setBools1(Boolean[] bools1)

isBool2

public boolean isBool2()

setBool2

public void setBool2(boolean bool2)

getBools2

public boolean[] getBools2()

setBools2

public void setBools2(boolean[] bools2)

getByte1

public Byte getByte1()

setByte1

public void setByte1(Byte byte1)

getBytes1

public Byte[] getBytes1()

setBytes1

public void setBytes1(Byte[] bytes1)

getByte2

public byte getByte2()

setByte2

public void setByte2(byte byte2)

getBytes2

public byte[] getBytes2()

setBytes2

public void setBytes2(byte[] bytes2)

getChar1

public Character getChar1()

setChar1

public void setChar1(Character char1)

getChars1

public Character[] getChars1()

setChars1

public void setChars1(Character[] chars1)

getChar2

public char getChar2()

setChar2

public void setChar2(char char2)

getChars2

public char[] getChars2()

setChars2

public void setChars2(char[] chars2)

getDate

public Date getDate()

setDate

public void setDate(Date date)

getDates

public Date[] getDates()

setDates

public void setDates(Date[] dates)

getDouble1

public Double getDouble1()

setDouble1

public void setDouble1(Double double1)

getDoubles1

public Double[] getDoubles1()

setDoubles1

public void setDoubles1(Double[] doubles1)

getDouble2

public double getDouble2()

setDouble2

public void setDouble2(double double2)

getDoubles2

public double[] getDoubles2()

setDoubles2

public void setDoubles2(double[] doubles2)

getEn

public RequestParameterBinderImplTest.ExEnum getEn()

setEn

public void setEn(RequestParameterBinderImplTest.ExEnum en)

getEns

public RequestParameterBinderImplTest.ExEnum[] getEns()

setEns

public void setEns(RequestParameterBinderImplTest.ExEnum[] ens)

getFloat1

public Float getFloat1()

setFloat1

public void setFloat1(Float float1)

getFloats1

public Float[] getFloats1()

setFloats1

public void setFloats1(Float[] floats1)

getFloat2

public float getFloat2()

setFloat2

public void setFloat2(float float2)

getFloats2

public float[] getFloats2()

setFloats2

public void setFloats2(float[] floats2)

getInt1

public Integer getInt1()

setInt1

public void setInt1(Integer int1)

getInts1

public Integer[] getInts1()

setInts1

public void setInts1(Integer[] ints1)

getInt2

public int getInt2()

setInt2

public void setInt2(int int2)

getInts2

public int[] getInts2()

setInts2

public void setInts2(int[] ints2)

getLong1

public Long getLong1()

setLong1

public void setLong1(Long long1)

getLongs1

public Long[] getLongs1()

setLongs1

public void setLongs1(Long[] longs1)

getLong2

public long getLong2()

setLong2

public void setLong2(long long2)

getLongs2

public long[] getLongs2()

setLongs2

public void setLongs2(long[] longs2)

getShort1

public Short getShort1()

setShort1

public void setShort1(Short short1)

getShorts1

public Short[] getShorts1()

setShorts1

public void setShorts1(Short[] shorts1)

getShort2

public short getShort2()

setShort2

public void setShort2(short short2)

getShorts2

public short[] getShorts2()

setShorts2

public void setShorts2(short[] shorts2)

getSqldate

public Date getSqldate()

setSqldate

public void setSqldate(Date sqldate)

getSqldates

public Date[] getSqldates()

setSqldates

public void setSqldates(Date[] sqldates)

getSqltime

public Time getSqltime()

setSqltime

public void setSqltime(Time sqltime)

getSqltimes

public Time[] getSqltimes()

setSqltimes

public void setSqltimes(Time[] sqltimes)

getSqltimestamp

public Timestamp getSqltimestamp()

setSqltimestamp

public void setSqltimestamp(Timestamp sqltimestamp)

getSqltimestamps

public Timestamp[] getSqltimestamps()

setSqltimestamps

public void setSqltimestamps(Timestamp[] sqltimestamps)


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