public static class PatchSet.Id extends com.google.gwtorm.client.IntKey<Change.Id>
Modifier and Type | Field and Description |
---|---|
Change.Id |
changeId |
int |
patchSetId |
Modifier and Type | Method and Description |
---|---|
Change.Id |
changeId() |
static PatchSet.Id |
fromRef(java.lang.String ref)
Parse a PatchSet.Id from a
PatchSet.getRefName() result. |
int |
get() |
java.lang.String |
getId() |
Change.Id |
getParentKey() |
static PatchSet.Id |
parse(java.lang.String str)
Parse a PatchSet.Id out of a string representation.
|
protected void |
set(int newValue) |
static java.lang.String |
toId(int number) |
java.lang.String |
toRefName() |
public Change.Id changeId
public int patchSetId
public Id()
public Id(Change.Id change, int id)
public Change.Id getParentKey()
public Change.Id changeId()
public int get()
get
in class com.google.gwtorm.client.IntKey<Change.Id>
protected void set(int newValue)
set
in class com.google.gwtorm.client.IntKey<Change.Id>
public java.lang.String toRefName()
public static PatchSet.Id parse(java.lang.String str)
public static PatchSet.Id fromRef(java.lang.String ref)
PatchSet.getRefName()
result.public java.lang.String getId()
public static java.lang.String toId(int number)