public class BeanWithAllTypes extends Object
| Constructor and Description |
|---|
BeanWithAllTypes() |
| Modifier and Type | Method and Description |
|---|---|
BigDecimal |
getBigDecimalT() |
ByteBuffer |
getByteBufferT() |
byte |
getByteT() |
com.mapr.db.tests.beans.model.BeanWithAllTypes.ChildObject |
getChildObjectT() |
Date |
getDateT() |
double |
getDoubleT() |
float |
getFloatT() |
int[] |
getIntArrayT() |
org.ojai.types.Interval |
getIntervalT() |
int |
getIntT() |
long |
getLongT() |
Object |
getNullT() |
List<? extends Object> |
getObjectListT() |
short |
getShortT() |
String |
getStringT() |
Timestamp |
getTimestampT() |
Time |
getTimeT() |
BeanWithAllTypes |
init() |
boolean |
isBooleanT() |
void |
setBigDecimalT(BigDecimal bigDecimalT) |
void |
setBooleanT(boolean booleanT) |
void |
setByteBufferT(ByteBuffer byteBufferT) |
void |
setByteT(byte byteT) |
void |
setChildObjectT(com.mapr.db.tests.beans.model.BeanWithAllTypes.ChildObject childObjectT) |
void |
setDateT(Date dateT) |
void |
setDoubleT(double doubleT) |
void |
setFloatT(float floatT) |
void |
setIntArrayT(int[] intArrayT) |
void |
setIntervalT(org.ojai.types.Interval intervalT) |
void |
setIntT(int intT) |
void |
setLongT(long longT) |
void |
setNullT(Object nullT) |
void |
setObjectListT(List<? extends Object> objectListT) |
void |
setShortT(short shortT) |
void |
setStringT(String stringT) |
void |
setTimestampT(Timestamp timestampT) |
void |
setTimeT(Time timeT) |
String |
toString() |
public BeanWithAllTypes init()
public boolean isBooleanT()
public void setBooleanT(boolean booleanT)
public String getStringT()
public void setStringT(String stringT)
public byte getByteT()
public void setByteT(byte byteT)
public short getShortT()
public void setShortT(short shortT)
public int getIntT()
public void setIntT(int intT)
public long getLongT()
public void setLongT(long longT)
public float getFloatT()
public void setFloatT(float floatT)
public double getDoubleT()
public void setDoubleT(double doubleT)
public BigDecimal getBigDecimalT()
public void setBigDecimalT(BigDecimal bigDecimalT)
public Date getDateT()
public void setDateT(Date dateT)
public Time getTimeT()
public void setTimeT(Time timeT)
public Timestamp getTimestampT()
public void setTimestampT(Timestamp timestampT)
public org.ojai.types.Interval getIntervalT()
public void setIntervalT(org.ojai.types.Interval intervalT)
public ByteBuffer getByteBufferT()
public void setByteBufferT(ByteBuffer byteBufferT)
public int[] getIntArrayT()
public void setIntArrayT(int[] intArrayT)
public com.mapr.db.tests.beans.model.BeanWithAllTypes.ChildObject getChildObjectT()
public void setChildObjectT(com.mapr.db.tests.beans.model.BeanWithAllTypes.ChildObject childObjectT)
public Object getNullT()
public void setNullT(Object nullT)
Copyright © 2015 Mapr Technologies, Inc.. All rights reserved.