public static class AccountGroup.Id
extends com.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
Modifier and Type | Field and Description |
---|---|
protected int |
id |
Modifier and Type | Method and Description |
---|---|
int |
get() |
static AccountGroup.Id |
parse(java.lang.String str)
Parse an AccountGroup.Id out of a string representation.
|
protected void |
set(int newValue) |
public int get()
get
in class com.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
protected void set(int newValue)
set
in class com.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
public static AccountGroup.Id parse(java.lang.String str)