Class AccountSshKey.Id
- java.lang.Object
-
- com.google.gwtorm.client.IntKey<Account.Id>
-
- com.google.gerrit.reviewdb.client.AccountSshKey.Id
-
- All Implemented Interfaces:
com.google.gwtorm.client.Key<Account.Id>
,Serializable
- Enclosing class:
- AccountSshKey
public static class AccountSshKey.Id extends com.google.gwtorm.client.IntKey<Account.Id>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Account.Id
accountId
protected int
seq
-
Constructor Summary
Constructors Modifier Constructor Description protected
Id()
Id(Account.Id a, int s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
get()
Account.Id
getParentKey()
boolean
isValid()
protected void
set(int newValue)
-
-
-
Field Detail
-
accountId
protected Account.Id accountId
-
seq
protected int seq
-
-
Constructor Detail
-
Id
protected Id()
-
Id
public Id(Account.Id a, int s)
-
-
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.IntKey<Account.Id>
-
get
public int get()
- Specified by:
get
in classcom.google.gwtorm.client.IntKey<Account.Id>
-
set
protected void set(int newValue)
- Specified by:
set
in classcom.google.gwtorm.client.IntKey<Account.Id>
-
isValid
public boolean isValid()
-
-