public static class SubmoduleSubscription.Key extends com.google.gwtorm.client.StringKey<Branch.NameKey>
Modifier and Type | Field and Description |
---|---|
protected 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,
String path) |
Modifier and Type | Method and Description |
---|---|
String |
get() |
Branch.NameKey |
getParentKey() |
protected void |
set(String newValue) |
protected Branch.NameKey superProject
protected String submodulePath
protected Key()
protected Key(Branch.NameKey superProject, 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 String get()
get
in class com.google.gwtorm.client.StringKey<Branch.NameKey>
protected void set(String newValue)
set
in class com.google.gwtorm.client.StringKey<Branch.NameKey>