public static class Patch.Key extends com.google.gwtorm.client.StringKey<PatchSet.Id>
Modifier and Type | Field and Description |
---|---|
protected String |
fileName |
protected PatchSet.Id |
patchSetId |
Modifier | Constructor and Description |
---|---|
protected |
Key() |
|
Key(PatchSet.Id ps,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
get() |
String |
getFileName() |
PatchSet.Id |
getParentKey() |
static Patch.Key |
parse(String str)
Parse a Patch.Id out of a string representation.
|
protected void |
set(String newValue) |
protected PatchSet.Id patchSetId
protected String fileName
protected Key()
public Key(PatchSet.Id ps, String name)
public PatchSet.Id getParentKey()
getParentKey
in interface com.google.gwtorm.client.Key<PatchSet.Id>
getParentKey
in class com.google.gwtorm.client.StringKey<PatchSet.Id>
public String get()
get
in class com.google.gwtorm.client.StringKey<PatchSet.Id>
protected void set(String newValue)
set
in class com.google.gwtorm.client.StringKey<PatchSet.Id>
public String getFileName()