Class AccountGroupMemberAudit.Key
- java.lang.Object
-
- com.google.gwtorm.client.CompoundKey<Account.Id>
-
- com.google.gerrit.reviewdb.client.AccountGroupMemberAudit.Key
-
- All Implemented Interfaces:
com.google.gwtorm.client.Key<Account.Id>
,Serializable
- Enclosing class:
- AccountGroupMemberAudit
public static class AccountGroupMemberAudit.Key extends com.google.gwtorm.client.CompoundKey<Account.Id>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Account.Id
accountId
protected Timestamp
addedOn
protected AccountGroup.Id
groupId
-
Constructor Summary
Constructors Modifier Constructor Description protected
Key()
Key(Account.Id a, AccountGroup.Id g, Timestamp t)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.Id
accountId()
Timestamp
addedOn()
Timestamp
getAddedOn()
AccountGroup.Id
getGroupId()
Account.Id
getParentKey()
AccountGroup.Id
groupId()
com.google.gwtorm.client.Key<?>[]
members()
String
toString()
-
-
-
Field Detail
-
accountId
protected Account.Id accountId
-
groupId
protected AccountGroup.Id groupId
-
addedOn
protected Timestamp addedOn
-
-
Constructor Detail
-
Key
protected Key()
-
Key
public Key(Account.Id a, AccountGroup.Id g, Timestamp t)
-
-
Method Detail
-
getParentKey
public Account.Id getParentKey()
- Specified by:
getParentKey
in interfacecom.google.gwtorm.client.Key<Account.Id>
- Overrides:
getParentKey
in classcom.google.gwtorm.client.CompoundKey<Account.Id>
-
accountId
public Account.Id accountId()
-
getGroupId
public AccountGroup.Id getGroupId()
-
groupId
public AccountGroup.Id groupId()
-
getAddedOn
public Timestamp getAddedOn()
-
addedOn
public Timestamp addedOn()
-
members
public com.google.gwtorm.client.Key<?>[] members()
- Specified by:
members
in classcom.google.gwtorm.client.CompoundKey<Account.Id>
-
toString
public String toString()
- Specified by:
toString
in interfacecom.google.gwtorm.client.Key<Account.Id>
- Overrides:
toString
in classcom.google.gwtorm.client.CompoundKey<Account.Id>
-
-