Class LabelId
- java.lang.Object
-
- com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
-
- com.google.gerrit.reviewdb.client.LabelId
-
- All Implemented Interfaces:
com.google.gwtorm.client.Key<com.google.gwtorm.client.Key<?>>
,Serializable
,Comparable<com.google.gwtorm.client.StringKey<?>>
public class LabelId extends com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static LabelId
create(String n)
String
get()
static LabelId
legacySubmit()
protected void
set(String newValue)
-
-
-
Field Detail
-
id
public String id
-
-
Constructor Detail
-
LabelId
public LabelId()
-
LabelId
public LabelId(String n)
-
-
Method Detail
-
legacySubmit
public static LabelId legacySubmit()
-
get
public String get()
- Specified by:
get
in classcom.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
-
set
protected void set(String newValue)
- Specified by:
set
in classcom.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
-
-