@Entity public class PropertyObjectEntity extends Object implements Serializable
| Constructor and Description |
|---|
PropertyObjectEntity() |
| Modifier and Type | Method and Description |
|---|---|
long |
getId() |
Boolean |
getObjectBoolean() |
Byte |
getObjectByte() |
Integer |
getObjectInt() |
Long |
getObjectLong() |
Short |
getObjectShort() |
void |
setId(long id) |
void |
setObjectBoolean(Boolean objectBoolean) |
void |
setObjectByte(Byte objectByte) |
void |
setObjectInt(Integer objectInt) |
void |
setObjectLong(Long objectLong) |
void |
setObjectShort(Short objectShort) |
public long getId()
public void setId(long id)
public Long getObjectLong()
public void setObjectLong(Long objectLong)
public Integer getObjectInt()
public void setObjectInt(Integer objectInt)
public Short getObjectShort()
public void setObjectShort(Short objectShort)
public Byte getObjectByte()
public void setObjectByte(Byte objectByte)
public Boolean getObjectBoolean()
public void setObjectBoolean(Boolean objectBoolean)
Copyright © 2025. All rights reserved.