public static class AccountExternalId.Key
extends com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
Modifier and Type | Field and Description |
---|---|
protected String |
externalId |
Modifier | Constructor and Description |
---|---|
protected |
Key() |
|
Key(String e) |
|
Key(String scheme,
String identity) |
Modifier and Type | Method and Description |
---|---|
String |
get() |
String |
getScheme() |
protected void |
set(String newValue) |
protected String externalId
protected Key()
public Key(String e)
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 String getScheme()