public static class AccountPatchReview.Key extends com.google.gwtorm.client.CompoundKey<Account.Id>
Modifier and Type | Field and Description |
---|---|
protected Account.Id |
accountId |
protected Patch.Key |
patchKey |
Modifier | Constructor and Description |
---|---|
protected |
Key() |
|
Key(Patch.Key p,
Account.Id a) |
Modifier and Type | Method and Description |
---|---|
Account.Id |
getParentKey() |
Patch.Key |
getPatchKey() |
com.google.gwtorm.client.Key<?>[] |
members() |
protected Account.Id accountId
protected Patch.Key patchKey
protected Key()
public Key(Patch.Key p, Account.Id a)
public Account.Id getParentKey()
getParentKey
in interface com.google.gwtorm.client.Key<Account.Id>
getParentKey
in class com.google.gwtorm.client.CompoundKey<Account.Id>
public Patch.Key getPatchKey()
public com.google.gwtorm.client.Key<?>[] members()
members
in class com.google.gwtorm.client.CompoundKey<Account.Id>