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(java.lang.String ref) |
static Change.Id |
fromEditRefPart(java.lang.String ref) |
static Change.Id |
fromRef(java.lang.String ref) |
static Change.Id |
fromRefPart(java.lang.String ref) |
int |
get() |
static Change.Id |
parse(java.lang.String str)
Parse a Change.Id out of a string representation.
|
protected void |
set(int newValue) |
java.lang.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 java.lang.String toRefPrefix()
public static Change.Id parse(java.lang.String str)
public static Change.Id fromRef(java.lang.String ref)
public static Change.Id fromAllUsersRef(java.lang.String ref)
public static Change.Id fromEditRefPart(java.lang.String ref)
public static Change.Id fromRefPart(java.lang.String ref)