Class TrackingId.System

  • 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.System
    extends com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
    Name of external tracking system
    See Also:
    Serialized Form
    • Field Detail

      • system

        protected String system
    • Constructor Detail

      • System

        protected System()
      • System

        public System​(String s)
    • 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<?>>