public static class PatchLineComment.Key extends com.google.gwtorm.client.StringKey<Patch.Key>
Modifier and Type | Field and Description |
---|---|
protected Patch.Key |
patchKey |
protected String |
uuid |
Modifier | Constructor and Description |
---|---|
protected |
Key() |
|
Key(Patch.Key p,
String uuid) |
Modifier and Type | Method and Description |
---|---|
Comment.Key |
asCommentKey() |
static PatchLineComment.Key |
from(Change.Id changeId,
Comment.Key key) |
String |
get() |
Patch.Key |
getParentKey() |
void |
set(String newValue) |
public static PatchLineComment.Key from(Change.Id changeId, Comment.Key key)
public Patch.Key getParentKey()
public void set(String newValue)
set
in class com.google.gwtorm.client.StringKey<Patch.Key>
public Comment.Key asCommentKey()