public static class AccountGroupMemberAudit.Key extends com.google.gwtorm.client.CompoundKey<Account.Id>
Modifier and Type | Field and Description |
---|---|
protected Account.Id |
accountId |
protected java.sql.Timestamp |
addedOn |
protected AccountGroup.Id |
groupId |
Modifier | Constructor and Description |
---|---|
protected |
Key() |
|
Key(Account.Id a,
AccountGroup.Id g,
java.sql.Timestamp t) |
Modifier and Type | Method and Description |
---|---|
java.sql.Timestamp |
getAddedOn() |
AccountGroup.Id |
getGroupId() |
Account.Id |
getParentKey() |
com.google.gwtorm.client.Key<?>[] |
members() |
java.lang.String |
toString() |
protected Account.Id accountId
protected AccountGroup.Id groupId
protected java.sql.Timestamp addedOn
protected Key()
public Key(Account.Id a, AccountGroup.Id g, java.sql.Timestamp t)
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 getGroupId()
public java.sql.Timestamp getAddedOn()
public com.google.gwtorm.client.Key<?>[] members()
members
in class com.google.gwtorm.client.CompoundKey<Account.Id>
public java.lang.String toString()
toString
in interface com.google.gwtorm.client.Key<Account.Id>
toString
in class com.google.gwtorm.client.CompoundKey<Account.Id>