Class SubmoduleSubscription.Key

    • Field Detail

      • superProject

        protected Branch.NameKey superProject
        Indicates the super project, aka subscriber: the project owner of the gitlinks to the submodules.
      • submodulePath

        protected String submodulePath
    • Method Detail

      • getParentKey

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

        public String get()
        Specified by:
        get in class com.google.gwtorm.client.StringKey<Branch.NameKey>
      • set

        protected void set​(String newValue)
        Specified by:
        set in class com.google.gwtorm.client.StringKey<Branch.NameKey>