public class SessionDataKey extends Object implements Serializable, Comparable<SessionDataKey>
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(SessionDataKey o) |
boolean |
equals(Object o) |
int |
hashCode() |
static SessionDataKey |
newInstance()
Generates a new unique key for data in a session.
|
String |
toString() |
public static SessionDataKey newInstance()
public int compareTo(SessionDataKey o)
compareTo in interface Comparable<SessionDataKey>Copyright © 2016 SAPERION AG. All rights reserved.