-
public final class DataEntryData entry.
-
-
Field Summary
Fields Modifier and Type Field Description private final RemoteObjectkeyprivate final RemoteObjectprimaryKeyprivate final RemoteObjectvalue
-
Constructor Summary
Constructors Constructor Description DataEntry(RemoteObject key, RemoteObject primaryKey, RemoteObject value)
-
Method Summary
Modifier and Type Method Description final RemoteObjectcomponent1()final RemoteObjectcomponent2()final RemoteObjectcomponent3()final DataEntrycopy(RemoteObject key, RemoteObject primaryKey, RemoteObject value)final RemoteObjectgetKey()Key object. final RemoteObjectgetPrimaryKey()Primary key object. final RemoteObjectgetValue()Value object. -
-
Constructor Detail
-
DataEntry
DataEntry(RemoteObject key, RemoteObject primaryKey, RemoteObject value)
-
-
Method Detail
-
component1
final RemoteObject component1()
-
component2
final RemoteObject component2()
-
component3
final RemoteObject component3()
-
copy
final DataEntry copy(RemoteObject key, RemoteObject primaryKey, RemoteObject value)
-
getKey
final RemoteObject getKey()
Key object.
-
getPrimaryKey
final RemoteObject getPrimaryKey()
Primary key object.
-
getValue
final RemoteObject getValue()
Value object.
-
-
-
-