public static class Change.Key
extends com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
Modifier | Constructor and Description |
---|---|
protected |
Key() |
|
Key(String id) |
Modifier and Type | Method and Description |
---|---|
String |
abbreviate()
Obtain a shorter version of this key string, using a leading prefix.
|
String |
get() |
Change.Key |
max()
Construct a key that is after all keys prefixed by this key.
|
static Change.Key |
parse(String str)
Parse a Change.Key out of a string representation.
|
protected void |
set(String newValue) |
protected String id
protected Key()
public Key(String id)
public String get()
get
in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
protected void set(String newValue)
set
in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
public Change.Key max()
public String abbreviate()
public static Change.Key parse(String str)