T - the type parameterpublic class JavetEntityObject<T> extends java.lang.Object implements IJavetEntityObject<T>
| Constructor and Description |
|---|
JavetEntityObject(T value)
Instantiates a new Javet entity object.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getValue()
Gets value.
|
void |
setValue(T value)
Sets value.
|
protected T value
public JavetEntityObject(T value)
value - the valuepublic T getValue()
IJavetEntityObjectgetValue in interface IJavetEntityObject<T>public void setValue(T value)
IJavetEntityObjectsetValue in interface IJavetEntityObject<T>value - the value