public static class SubmoduleSubscription.Key extends com.google.gwtorm.client.StringKey<Branch.NameKey>
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
submodulePath |
protected Branch.NameKey |
superProject
Indicates the super project, aka subscriber: the project owner of the gitlinks to the
submodules.
|
| Modifier | Constructor and Description |
|---|---|
protected |
Key() |
protected |
Key(Branch.NameKey superProject,
java.lang.String path) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
get() |
Branch.NameKey |
getParentKey() |
protected void |
set(java.lang.String newValue) |
protected Branch.NameKey superProject
protected java.lang.String submodulePath
protected Key()
protected Key(Branch.NameKey superProject, java.lang.String path)
public Branch.NameKey getParentKey()
getParentKey in interface com.google.gwtorm.client.Key<Branch.NameKey>getParentKey in class com.google.gwtorm.client.StringKey<Branch.NameKey>public java.lang.String get()
get in class com.google.gwtorm.client.StringKey<Branch.NameKey>protected void set(java.lang.String newValue)
set in class com.google.gwtorm.client.StringKey<Branch.NameKey>