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