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