Class SubmoduleSubscription.Key
- java.lang.Object
-
- com.google.gwtorm.client.StringKey<Branch.NameKey>
-
- com.google.gerrit.reviewdb.client.SubmoduleSubscription.Key
-
- All Implemented Interfaces:
com.google.gwtorm.client.Key<Branch.NameKey>
,Serializable
,Comparable<com.google.gwtorm.client.StringKey<?>>
- Enclosing class:
- SubmoduleSubscription
public static class SubmoduleSubscription.Key extends com.google.gwtorm.client.StringKey<Branch.NameKey>
Subscription key- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
submodulePath
protected Branch.NameKey
superProject
Indicates the super project, aka subscriber: the project owner of the gitlinks to the submodules.
-
Constructor Summary
Constructors Modifier Constructor Description protected
Key()
protected
Key(Branch.NameKey superProject, String path)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
get()
Branch.NameKey
getParentKey()
protected void
set(String newValue)
-
-
-
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
-
-
Constructor Detail
-
Key
protected Key()
-
Key
protected Key(Branch.NameKey superProject, String path)
-
-
Method Detail
-
getParentKey
public Branch.NameKey getParentKey()
- Specified by:
getParentKey
in interfacecom.google.gwtorm.client.Key<Branch.NameKey>
- Overrides:
getParentKey
in classcom.google.gwtorm.client.StringKey<Branch.NameKey>
-
get
public String get()
- Specified by:
get
in classcom.google.gwtorm.client.StringKey<Branch.NameKey>
-
set
protected void set(String newValue)
- Specified by:
set
in classcom.google.gwtorm.client.StringKey<Branch.NameKey>
-
-