de.javakaffee.web.msm.serializer
Class TestClasses.MyContainer
java.lang.Object
de.javakaffee.web.msm.serializer.TestClasses.MyContainer
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- TestClasses
public static class TestClasses.MyContainer
- extends Object
- implements Serializable
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestClasses.MyContainer
public TestClasses.MyContainer()
getInt
public int getInt()
setInt
public void setInt(int i)
getLong
public long getLong()
setLong
public void setLong(long l)
getString
public String getString()
setString
public void setString(String string)
getLongWrapper
public Long getLongWrapper()
setLongWrapper
public void setLongWrapper(Long l)
getInteger
public Integer getInteger()
setInteger
public void setInteger(Integer integer)
getCharacter
public Character getCharacter()
setCharacter
public void setCharacter(Character character)
getByte
public Byte getByte()
setByte
public void setByte(Byte b)
getDouble
public Double getDouble()
setDouble
public void setDouble(Double d)
getFloat
public Float getFloat()
setFloat
public void setFloat(Float f)
getShort
public Short getShort()
setShort
public void setShort(Short s)
getBigDecimal
public BigDecimal getBigDecimal()
setBigDecimal
public void setBigDecimal(BigDecimal bigDecimal)
getAtomicInteger
public AtomicInteger getAtomicInteger()
setAtomicInteger
public void setAtomicInteger(AtomicInteger atomicInteger)
getAtomicLong
public AtomicLong getAtomicLong()
setAtomicLong
public void setAtomicLong(AtomicLong atomicLong)
getMutableInt
public org.apache.commons.lang.mutable.MutableInt getMutableInt()
setMutableInt
public void setMutableInt(org.apache.commons.lang.mutable.MutableInt mutableInt)
getIntegerArray
public Integer[] getIntegerArray()
setIntegerArray
public void setIntegerArray(Integer[] integerArray)
getDate
public Date getDate()
setDate
public void setDate(Date date)
getCalendar
public Calendar getCalendar()
setCalendar
public void setCalendar(Calendar calendar)
getArrayList
public List<String> getArrayList()
setArrayList
public void setArrayList(List<String> arrayList)
getIntArray
public int[] getIntArray()
setIntArray
public void setIntArray(int[] intArray)
getLongArray
public long[] getLongArray()
setLongArray
public void setLongArray(long[] longArray)
getShortArray
public short[] getShortArray()
setShortArray
public void setShortArray(short[] shortArray)
getFloatArray
public float[] getFloatArray()
setFloatArray
public void setFloatArray(float[] floatArray)
getDoubleArray
public double[] getDoubleArray()
setDoubleArray
public void setDoubleArray(double[] doubleArray)
getByteArray
public byte[] getByteArray()
setByteArray
public void setByteArray(byte[] byteArray)
getCharArray
public char[] getCharArray()
setCharArray
public void setCharArray(char[] charArray)
getStringArray
public String[] getStringArray()
setStringArray
public void setStringArray(String[] stringArray)
getPersonArray
public TestClasses.Person[] getPersonArray()
setPersonArray
public void setPersonArray(TestClasses.Person[] personArray)
getHashSet
public Set<String> getHashSet()
getHashMap
public Map<String,Integer> getHashMap()
Copyright © 2009-2012. All Rights Reserved.