public static class PatchSetApproval.Key extends com.google.gwtorm.client.CompoundKey<PatchSet.Id>
Modifier and Type | Field and Description |
---|---|
protected Account.Id |
accountId |
protected LabelId |
categoryId |
protected PatchSet.Id |
patchSetId |
Modifier | Constructor and Description |
---|---|
protected |
Key() |
|
Key(PatchSet.Id ps,
Account.Id a,
LabelId c) |
Modifier and Type | Method and Description |
---|---|
Account.Id |
getAccountId() |
LabelId |
getLabelId() |
PatchSet.Id |
getParentKey() |
com.google.gwtorm.client.Key<?>[] |
members() |
protected PatchSet.Id patchSetId
protected Account.Id accountId
protected LabelId categoryId
protected Key()
public Key(PatchSet.Id ps, Account.Id a, LabelId c)
public PatchSet.Id getParentKey()
getParentKey
in interface com.google.gwtorm.client.Key<PatchSet.Id>
getParentKey
in class com.google.gwtorm.client.CompoundKey<PatchSet.Id>
public Account.Id getAccountId()
public LabelId getLabelId()
public com.google.gwtorm.client.Key<?>[] members()
members
in class com.google.gwtorm.client.CompoundKey<PatchSet.Id>