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 |
---|---|
static AccountGroup.UUID |
fromRef(String ref)
Parse an
AccountGroup.UUID out of a ref-name. |
static AccountGroup.UUID |
fromRefPart(String refPart)
Parse an
AccountGroup.UUID out of a part of a ref-name. |
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)
AccountGroup.UUID
out of a string representation.public static AccountGroup.UUID fromRef(String ref)
AccountGroup.UUID
out of a ref-name.public static AccountGroup.UUID fromRefPart(String refPart)
AccountGroup.UUID
out of a part of a ref-name.refPart
- a ref name with the following syntax: "12/1234..."
. We assume that the
caller has trimmed any prefix.