Class PatchLineComment.Key
- java.lang.Object
-
- com.google.gwtorm.client.StringKey<Patch.Key>
-
- com.google.gerrit.reviewdb.client.PatchLineComment.Key
-
- All Implemented Interfaces:
com.google.gwtorm.client.Key<Patch.Key>
,Serializable
,Comparable<com.google.gwtorm.client.StringKey<?>>
- Enclosing class:
- PatchLineComment
public static class PatchLineComment.Key extends com.google.gwtorm.client.StringKey<Patch.Key>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Comment.Key
asCommentKey()
static PatchLineComment.Key
from(Change.Id changeId, Comment.Key key)
String
get()
Patch.Key
getParentKey()
void
set(String newValue)
-
-
-
Method Detail
-
from
public static PatchLineComment.Key from(Change.Id changeId, Comment.Key key)
-
getParentKey
public Patch.Key getParentKey()
-
set
public void set(String newValue)
- Specified by:
set
in classcom.google.gwtorm.client.StringKey<Patch.Key>
-
asCommentKey
public Comment.Key asCommentKey()
-
-