public static class Change.Id
extends com.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
Modifier and Type | Field and Description |
---|---|
int |
id |
Modifier and Type | Method and Description |
---|---|
static Change.Id |
fromAllUsersRef(String ref) |
static Change.Id |
fromEditRefPart(String ref) |
static Change.Id |
fromRef(String ref) |
static Change.Id |
fromRefPart(String ref) |
int |
get() |
static Change.Id |
parse(String str)
Parse a Change.Id out of a string representation.
|
protected void |
set(int newValue) |
String |
toRefPrefix() |
public int get()
get
in class com.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
protected void set(int newValue)
set
in class com.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
public String toRefPrefix()