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