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 |
---|---|
static AccountGroup.UUID |
fromRef(java.lang.String ref)
Parse an
AccountGroup.UUID out of a ref-name. |
static AccountGroup.UUID |
fromRefPart(java.lang.String refPart)
Parse an
AccountGroup.UUID out of a part of a ref-name. |
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)
AccountGroup.UUID
out of a string representation.public static AccountGroup.UUID fromRef(java.lang.String ref)
AccountGroup.UUID
out of a ref-name.public static AccountGroup.UUID fromRefPart(java.lang.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.