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() |
org.ojai.types.ODate |
getDateT() |
double |
getDoubleT() |
float |
getFloatT() |
int[] |
getIntArrayT() |
org.ojai.types.OInterval |
getIntervalT() |
int |
getIntT() |
long |
getLongT() |
Object |
getNullT() |
List<? extends Object> |
getObjectListT() |
short |
getShortT() |
String |
getStringT() |
org.ojai.types.OTimestamp |
getTimestampT() |
org.ojai.types.OTime |
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(org.ojai.types.ODate dateT) |
void |
setDoubleT(double doubleT) |
void |
setFloatT(float floatT) |
void |
setIntArrayT(int[] intArrayT) |
void |
setIntervalT(org.ojai.types.OInterval 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(org.ojai.types.OTimestamp timestampT) |
void |
setTimeT(org.ojai.types.OTime 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 org.ojai.types.ODate getDateT()
public void setDateT(org.ojai.types.ODate dateT)
public org.ojai.types.OTime getTimeT()
public void setTimeT(org.ojai.types.OTime timeT)
public org.ojai.types.OTimestamp getTimestampT()
public void setTimestampT(org.ojai.types.OTimestamp timestampT)
public org.ojai.types.OInterval getIntervalT()
public void setIntervalT(org.ojai.types.OInterval 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 © 2016 Mapr Technologies, Inc.. All rights reserved.