Class TrackingId.Id

  • All Implemented Interfaces:
    com.google.gwtorm.client.Key<com.google.gwtorm.client.Key<?>>, Serializable, Comparable<com.google.gwtorm.client.StringKey<?>>
    Enclosing class:
    TrackingId

    public static class TrackingId.Id
    extends com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
    External tracking id
    See Also:
    Serialized Form
    • Constructor Detail

      • Id

        protected Id()
      • Id

        public Id​(String id)
    • Method Detail

      • get

        public String get()
        Specified by:
        get in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
      • set

        protected void set​(String newValue)
        Specified by:
        set in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>