public class SupportBean extends Object implements Serializable
Constructor and Description |
---|
SupportBean() |
SupportBean(String theString,
int intPrimitive) |
public SupportBean()
public SupportBean(String theString, int intPrimitive)
public String getTheString()
public boolean isBoolPrimitive()
public int getIntPrimitive()
public long getLongPrimitive()
public char getCharPrimitive()
public short getShortPrimitive()
public byte getBytePrimitive()
public float getFloatPrimitive()
public double getDoublePrimitive()
public Boolean getBoolBoxed()
public Integer getIntBoxed()
public Long getLongBoxed()
public Character getCharBoxed()
public Short getShortBoxed()
public Byte getByteBoxed()
public Float getFloatBoxed()
public Double getDoubleBoxed()
public void setTheString(String theString)
public void setBoolPrimitive(boolean boolPrimitive)
public void setIntPrimitive(int intPrimitive)
public void setLongPrimitive(long longPrimitive)
public void setCharPrimitive(char charPrimitive)
public void setShortPrimitive(short shortPrimitive)
public void setBytePrimitive(byte bytePrimitive)
public void setFloatPrimitive(float floatPrimitive)
public void setDoublePrimitive(double doublePrimitive)
public void setBoolBoxed(Boolean boolBoxed)
public void setIntBoxed(Integer intBoxed)
public void setLongBoxed(Long longBoxed)
public void setCharBoxed(Character charBoxed)
public void setShortBoxed(Short shortBoxed)
public void setByteBoxed(Byte byteBoxed)
public void setFloatBoxed(Float floatBoxed)
public void setDoubleBoxed(Double doubleBoxed)
public SupportEnum getEnumValue()
public void setEnumValue(SupportEnum enumValue)
public SupportBean getThis()
public BigDecimal getBigDecimal()
public void setBigDecimal(BigDecimal bigDecimal)
public static SupportBean[] getBeansPerIndex(SupportBean[] beans, int[] indexes)
public static Object[] getOAStringAndIntPerIndex(SupportBean[] beans, int[] indexes)
Copyright © 2005–2018. All rights reserved.