public static class Branch.NameKey extends com.google.gwtorm.client.StringKey<Project.NameKey>
Modifier and Type | Field and Description |
---|---|
protected String |
branchName |
protected Project.NameKey |
projectName |
Modifier | Constructor and Description |
---|---|
protected |
NameKey() |
|
NameKey(Project.NameKey proj,
String branchName) |
|
NameKey(String proj,
String branchName) |
Modifier and Type | Method and Description |
---|---|
String |
get() |
Project.NameKey |
getParentKey() |
String |
getShortName() |
protected void |
set(String newValue) |
protected Project.NameKey projectName
protected String branchName
protected NameKey()
public NameKey(Project.NameKey proj, String branchName)
public String get()
get
in class com.google.gwtorm.client.StringKey<Project.NameKey>
protected void set(String newValue)
set
in class com.google.gwtorm.client.StringKey<Project.NameKey>
public Project.NameKey getParentKey()
getParentKey
in interface com.google.gwtorm.client.Key<Project.NameKey>
getParentKey
in class com.google.gwtorm.client.StringKey<Project.NameKey>
public String getShortName()