Class Branch.NameKey
- java.lang.Object
-
- com.google.gwtorm.client.StringKey<Project.NameKey>
-
- com.google.gerrit.reviewdb.client.Branch.NameKey
-
- All Implemented Interfaces:
com.google.gwtorm.client.Key<Project.NameKey>
,Serializable
,Comparable<com.google.gwtorm.client.StringKey<?>>
- Enclosing class:
- Branch
public static class Branch.NameKey extends com.google.gwtorm.client.StringKey<Project.NameKey>
Branch name key- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected String
branchName
protected Project.NameKey
projectName
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
branch()
String
get()
Project.NameKey
getParentKey()
String
getShortName()
Project.NameKey
project()
protected void
set(String newValue)
-
-
-
Field Detail
-
projectName
protected Project.NameKey projectName
-
branchName
protected String branchName
-
-
Constructor Detail
-
NameKey
protected NameKey()
-
NameKey
public NameKey(Project.NameKey proj, String branchName)
-
-
Method Detail
-
get
public String get()
- Specified by:
get
in classcom.google.gwtorm.client.StringKey<Project.NameKey>
-
branch
public String branch()
-
set
protected void set(String newValue)
- Specified by:
set
in classcom.google.gwtorm.client.StringKey<Project.NameKey>
-
getParentKey
public Project.NameKey getParentKey()
- Specified by:
getParentKey
in interfacecom.google.gwtorm.client.Key<Project.NameKey>
- Overrides:
getParentKey
in classcom.google.gwtorm.client.StringKey<Project.NameKey>
-
project
public Project.NameKey project()
-
getShortName
public String getShortName()
-
-