Class AccountGroup.Id

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

    public static class AccountGroup.Id
    extends com.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
    Synthetic key to link to within the database
    See Also:
    Serialized Form
    • Field Detail

      • id

        protected int id
    • Constructor Detail

      • Id

        protected Id()
      • Id

        public Id​(int id)
    • Method Detail

      • get

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

        protected void set​(int newValue)
        Specified by:
        set in class com.google.gwtorm.client.IntKey<com.google.gwtorm.client.Key<?>>
      • parse

        public static AccountGroup.Id parse​(String str)
        Parse an AccountGroup.Id out of a string representation.