public static class AccountGroupMember.Key extends com.google.gwtorm.client.CompoundKey<Account.Id>
Modifier and Type | Field and Description |
---|---|
protected Account.Id |
accountId |
protected AccountGroup.Id |
groupId |
Modifier | Constructor and Description |
---|---|
protected |
Key() |
|
Key(Account.Id a,
AccountGroup.Id g) |
Modifier and Type | Method and Description |
---|---|
AccountGroup.Id |
getAccountGroupId() |
Account.Id |
getParentKey() |
com.google.gwtorm.client.Key<?>[] |
members() |
protected Account.Id accountId
protected AccountGroup.Id groupId
protected Key()
public Key(Account.Id a, AccountGroup.Id g)
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 AccountGroup.Id getAccountGroupId()
public com.google.gwtorm.client.Key<?>[] members()
members
in class com.google.gwtorm.client.CompoundKey<Account.Id>