public class DataEntry extends Object
| Constructor and Description |
|---|
DataEntry() |
| Modifier and Type | Method and Description |
|---|---|
RemoteObject |
getKey()
Key object.
|
RemoteObject |
getPrimaryKey()
Primary key object.
|
RemoteObject |
getValue()
Value object.
|
void |
setKey(RemoteObject key)
Key object.
|
void |
setPrimaryKey(RemoteObject primaryKey)
Primary key object.
|
void |
setValue(RemoteObject value)
Value object.
|
public RemoteObject getKey()
public void setKey(RemoteObject key)
public RemoteObject getPrimaryKey()
public void setPrimaryKey(RemoteObject primaryKey)
public RemoteObject getValue()
public void setValue(RemoteObject value)
Copyright © 2020. All rights reserved.