public static class TrackingId.Key extends com.google.gwtorm.client.CompoundKey<Change.Id>
Modifier and Type | Field and Description |
---|---|
protected Change.Id |
changeId |
protected TrackingId.Id |
trackingKey |
protected TrackingId.System |
trackingSystem |
Modifier | Constructor and Description |
---|---|
protected |
Key() |
protected |
Key(Change.Id ch,
TrackingId.Id id,
TrackingId.System s) |
Modifier and Type | Method and Description |
---|---|
Change.Id |
getParentKey() |
TrackingId.Id |
getTrackingId() |
TrackingId.System |
getTrackingSystem() |
com.google.gwtorm.client.Key<?>[] |
members() |
protected Change.Id changeId
protected TrackingId.Id trackingKey
protected TrackingId.System trackingSystem
protected Key()
protected Key(Change.Id ch, TrackingId.Id id, TrackingId.System s)
public Change.Id getParentKey()
public TrackingId.Id getTrackingId()
public TrackingId.System getTrackingSystem()
public com.google.gwtorm.client.Key<?>[] members()
members
in class com.google.gwtorm.client.CompoundKey<Change.Id>