Class TrackingId.Key
- java.lang.Object
-
- com.google.gwtorm.client.CompoundKey<Change.Id>
-
- com.google.gerrit.reviewdb.client.TrackingId.Key
-
- All Implemented Interfaces:
com.google.gwtorm.client.Key<Change.Id>
,Serializable
- Enclosing class:
- TrackingId
public static class TrackingId.Key extends com.google.gwtorm.client.CompoundKey<Change.Id>
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected Change.Id
changeId
protected TrackingId.Id
trackingKey
protected TrackingId.System
trackingSystem
-
Constructor Summary
Constructors Modifier Constructor Description protected
Key()
protected
Key(Change.Id ch, TrackingId.Id id, TrackingId.System s)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Change.Id
getParentKey()
TrackingId.Id
getTrackingId()
TrackingId.System
getTrackingSystem()
com.google.gwtorm.client.Key<?>[]
members()
-
-
-
Field Detail
-
changeId
protected Change.Id changeId
-
trackingKey
protected TrackingId.Id trackingKey
-
trackingSystem
protected TrackingId.System trackingSystem
-
-
Constructor Detail
-
Key
protected Key()
-
Key
protected Key(Change.Id ch, TrackingId.Id id, TrackingId.System s)
-
-
Method Detail
-
getParentKey
public Change.Id getParentKey()
-
getTrackingId
public TrackingId.Id getTrackingId()
-
getTrackingSystem
public TrackingId.System getTrackingSystem()
-
members
public com.google.gwtorm.client.Key<?>[] members()
- Specified by:
members
in classcom.google.gwtorm.client.CompoundKey<Change.Id>
-
-