Class PatchSet.Id

    • Field Detail

      • patchSetId

        public int patchSetId
    • Constructor Detail

      • Id

        public Id()
      • Id

        public Id​(Change.Id change,
                  int id)
    • Method Detail

      • getParentKey

        public Change.Id getParentKey()
        Specified by:
        getParentKey in interface com.google.gwtorm.client.Key<Change.Id>
        Overrides:
        getParentKey in class com.google.gwtorm.client.IntKey<Change.Id>
      • get

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

        protected void set​(int newValue)
        Specified by:
        set in class com.google.gwtorm.client.IntKey<Change.Id>
      • toRefName

        public String toRefName()
      • parse

        public static PatchSet.Id parse​(String str)
        Parse a PatchSet.Id out of a string representation.
      • getId

        public String getId()
      • toId

        public static String toId​(int number)