public static class TestClasses.MyContainer extends Object implements Serializable
| Constructor and Description |
|---|
TestClasses.MyContainer() |
public int getInt()
public void setInt(int i)
public long getLong()
public void setLong(long l)
public String getString()
public void setString(String string)
public Long getLongWrapper()
public void setLongWrapper(Long l)
public Integer getInteger()
public void setInteger(Integer integer)
public Character getCharacter()
public void setCharacter(Character character)
public Byte getByte()
public void setByte(Byte b)
public Double getDouble()
public void setDouble(Double d)
public Float getFloat()
public void setFloat(Float f)
public Short getShort()
public void setShort(Short s)
public BigDecimal getBigDecimal()
public void setBigDecimal(BigDecimal bigDecimal)
public AtomicInteger getAtomicInteger()
public void setAtomicInteger(AtomicInteger atomicInteger)
public AtomicLong getAtomicLong()
public void setAtomicLong(AtomicLong atomicLong)
public org.apache.commons.lang.mutable.MutableInt getMutableInt()
public void setMutableInt(org.apache.commons.lang.mutable.MutableInt mutableInt)
public Integer[] getIntegerArray()
public void setIntegerArray(Integer[] integerArray)
public Date getDate()
public void setDate(Date date)
public Calendar getCalendar()
public void setCalendar(Calendar calendar)
public int[] getIntArray()
public void setIntArray(int[] intArray)
public long[] getLongArray()
public void setLongArray(long[] longArray)
public short[] getShortArray()
public void setShortArray(short[] shortArray)
public float[] getFloatArray()
public void setFloatArray(float[] floatArray)
public double[] getDoubleArray()
public void setDoubleArray(double[] doubleArray)
public byte[] getByteArray()
public void setByteArray(byte[] byteArray)
public char[] getCharArray()
public void setCharArray(char[] charArray)
public String[] getStringArray()
public void setStringArray(String[] stringArray)
public TestClasses.Person[] getPersonArray()
public void setPersonArray(TestClasses.Person[] personArray)
Copyright © 2009-2014. All Rights Reserved.