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