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