Class PatchSetApproval.Key
- java.lang.Object
-
- com.google.gwtorm.client.CompoundKey<PatchSet.Id>
-
- com.google.gerrit.reviewdb.client.PatchSetApproval.Key
-
- All Implemented Interfaces:
com.google.gwtorm.client.Key<PatchSet.Id>
,Serializable
- Enclosing class:
- PatchSetApproval
public static class PatchSetApproval.Key extends com.google.gwtorm.client.CompoundKey<PatchSet.Id>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Account.Id
accountId
protected LabelId
categoryId
protected PatchSet.Id
patchSetId
-
Constructor Summary
Constructors Modifier Constructor Description protected
Key()
Key(PatchSet.Id ps, Account.Id a, LabelId c)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Account.Id
accountId()
Account.Id
getAccountId()
LabelId
getLabelId()
PatchSet.Id
getParentKey()
LabelId
labelId()
com.google.gwtorm.client.Key<?>[]
members()
PatchSet.Id
patchSetId()
-
-
-
Field Detail
-
patchSetId
protected PatchSet.Id patchSetId
-
accountId
protected Account.Id accountId
-
categoryId
protected LabelId categoryId
-
-
Constructor Detail
-
Key
protected Key()
-
Key
public Key(PatchSet.Id ps, Account.Id a, LabelId c)
-
-
Method Detail
-
getParentKey
public PatchSet.Id getParentKey()
- Specified by:
getParentKey
in interfacecom.google.gwtorm.client.Key<PatchSet.Id>
- Overrides:
getParentKey
in classcom.google.gwtorm.client.CompoundKey<PatchSet.Id>
-
patchSetId
public PatchSet.Id patchSetId()
-
getAccountId
public Account.Id getAccountId()
-
accountId
public Account.Id accountId()
-
getLabelId
public LabelId getLabelId()
-
labelId
public LabelId labelId()
-
members
public com.google.gwtorm.client.Key<?>[] members()
- Specified by:
members
in classcom.google.gwtorm.client.CompoundKey<PatchSet.Id>
-
-