public static class AccountSshKey.Id extends com.google.gwtorm.client.IntKey<Account.Id>
Modifier and Type | Field and Description |
---|---|
protected Account.Id |
accountId |
protected int |
seq |
Modifier | Constructor and Description |
---|---|
protected |
Id() |
|
Id(Account.Id a,
int s) |
Modifier and Type | Method and Description |
---|---|
int |
get() |
Account.Id |
getParentKey() |
boolean |
isValid() |
protected void |
set(int newValue) |
protected Account.Id accountId
protected int seq
protected Id()
public Id(Account.Id a, int s)
public Account.Id getParentKey()
getParentKey
in interface com.google.gwtorm.client.Key<Account.Id>
getParentKey
in class com.google.gwtorm.client.IntKey<Account.Id>
public int get()
get
in class com.google.gwtorm.client.IntKey<Account.Id>
protected void set(int newValue)
set
in class com.google.gwtorm.client.IntKey<Account.Id>
public boolean isValid()