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