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
クラス 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.