public class EmbeddedData1 extends Object
| Constructor and Description |
|---|
EmbeddedData1() |
public int getIntAttr()
public void setIntAttr(int intAttr)
intAttr - the intAttr to setpublic long getLongAttr()
public void setLongAttr(long longAttr)
longAttr - the longAttr to setpublic double getDoubleAttr()
public void setDoubleAttr(double doubleAttr)
doubleAttr - the doubleAttr to setpublic String getStringAttr()
public void setStringAttr(String stringAttr)
stringAttr - the stringAttr to setpublic boolean isBooleanAttr()
public void setBooleanAttr(boolean booleanAttr)
booleanAttr - the booleanAttr to setpublic BigInteger getBigIntAttr()
public void setBigIntAttr(BigInteger bigIntAttr)
bigIntAttr - the bigIntAttr to setpublic BigDecimal getBigDecimalAttr()
public void setBigDecimalAttr(BigDecimal bigDecimalAttr)
bigDecimalAttr - the bigDecimalAttr to setpublic byte[] getBytesAttr()
public void setBytesAttr(byte[] bytesAttr)
bytesAttr - the bytesAttr to setpublic short getShortAttr()
public void setShortAttr(short shortAttr)
shortAttr - the shortAttr to setpublic char getCharAttr()
public void setCharAttr(char charAttr)
charAttr - the charAttr to setpublic Date getDateAttr()
public void setDateAttr(Date dateAttr)
dateAttr - the dateAttr to setpublic File getFileAttr()
public void setFileAttr(File fileAttr)
fileAttr - the fileAttr to setpublic LocalDate getLocalDateAttr()
public void setLocalDateAttr(LocalDate localDateAttr)
localDateAttr - the localDateAttr to setpublic LocalDateTime getLocalDateTimeAttr()
public void setLocalDateTimeAttr(LocalDateTime localDateTimeAttr)
localDateTimeAttr - the localDateTimeAttr to setpublic EmbeddedData2 getData2()
public void setData2(EmbeddedData2 data2)
data2 - the data2 to setpublic List<EmbeddedData3> getData3s()
public void setData3s(List<EmbeddedData3> data3s)
data3s - the data3s to setpublic Enum1 getEnumAttr()
public void setEnumAttr(Enum1 enumAttr)
enumAttr - the enumAttr to setpublic void setStringList(List<String> stringList)
stringList - the stringList to setpublic void setStringSet(Set<String> stringSet)
stringSet - the stringSet to setpublic void setEnumList(List<Enum1> enumList)
enumList - the enumList to setCopyright © 2019. All rights reserved.