public class RowKey extends Object
| Constructor and Description |
|---|
RowKey(String rowKey)
Konstruktor zum Anlegen eines Schlüssels
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getDataIndex()
Gibt den Datensatzindex zurück.
|
String |
getPidOfDataTableObject()
Gibt die PID des Datensatzes zurück.
|
static String |
getSeparator()
Gibt das Trennzeichen aus der String-Darstellung zurück.
|
int |
hashCode() |
String |
toString() |
public RowKey(String rowKey)
rowKey - Schlüsselpublic long getDataIndex()
public String getPidOfDataTableObject()
public static String getSeparator()