Class AccountGroup.UUID

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

    public static class AccountGroup.UUID
    extends com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
    Globally unique identifier.
    See Also:
    Serialized Form
    • Field Detail

    • Constructor Detail

      • UUID

        protected UUID()
      • UUID

        public UUID​(String n)
    • 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<?>>
      • fromRefPart

        public static AccountGroup.UUID fromRefPart​(String refPart)
        Parse an AccountGroup.UUID out of a part of a ref-name.
        Parameters:
        refPart - a ref name with the following syntax: "12/1234...". We assume that the caller has trimmed any prefix.