Class Patch.Key

    • Method Detail

      • getParentKey

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

        public String get()
        Specified by:
        get in class com.google.gwtorm.client.StringKey<PatchSet.Id>
      • fileName

        public String fileName()
      • set

        protected void set​(String newValue)
        Specified by:
        set in class com.google.gwtorm.client.StringKey<PatchSet.Id>
      • parse

        public static Patch.Key parse​(String str)
        Parse a Patch.Id out of a string representation.
      • getFileName

        public String getFileName()