public class Entity1 extends AbstractEntity
| Constructor and Description |
|---|
Entity1() |
getId, setIdpublic 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 Entity2 getEntity2()
public void setEntity2(Entity2 entity2)
entity2 - the entity2 to setpublic void setEntity3s(List<Entity3> entity3s)
entity3s - the entity3s to setpublic void setEntity4s(List<Entity4> entity4s)
entity4s - the entity4s to setpublic EmbeddedData1 getEmbeddedData1()
public void setEmbeddedData1(EmbeddedData1 embeddedData1)
embeddedData1 - the embeddedData1 to setpublic List<EmbeddedData1> getEmbeddedData1s()
public void setEmbeddedData1s(List<EmbeddedData1> embeddedData1s)
embeddedData1s - the embeddedData1s 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.