Class AccountGroup.Id
- java.lang.Object
-
- com.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
-
- com.google.gerrit.reviewdb.client.AccountGroup.Id
-
- All Implemented Interfaces:
com.google.gwtorm.client.Key<com.google.gwtorm.client.Key<?>>
,Serializable
- Enclosing class:
- AccountGroup
public static class AccountGroup.Id extends com.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
Synthetic key to link to within the database- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected int
id
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get()
static AccountGroup.Id
parse(String str)
Parse an AccountGroup.Id out of a string representation.protected void
set(int newValue)
-
-
-
Method Detail
-
get
public int get()
- Specified by:
get
in classcom.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
-
set
protected void set(int newValue)
- Specified by:
set
in classcom.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
-
parse
public static AccountGroup.Id parse(String str)
Parse an AccountGroup.Id out of a string representation.
-
-