public static class Project.NameKey
extends com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
name |
Modifier | Constructor and Description |
---|---|
protected |
NameKey() |
|
NameKey(java.lang.String n) |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
asStringOrNull(Project.NameKey key) |
boolean |
equals(java.lang.Object b) |
java.lang.String |
get() |
int |
hashCode() |
static Project.NameKey |
parse(java.lang.String str)
Parse a Project.NameKey out of a string representation.
|
protected void |
set(java.lang.String newValue) |
public java.lang.String get()
get
in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
protected void set(java.lang.String newValue)
set
in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
public int hashCode()
hashCode
in interface com.google.gwtorm.client.Key<com.google.gwtorm.client.Key<?>>
hashCode
in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
public boolean equals(java.lang.Object b)
equals
in interface com.google.gwtorm.client.Key<com.google.gwtorm.client.Key<?>>
equals
in class com.google.gwtorm.client.StringKey<com.google.gwtorm.client.Key<?>>
public static Project.NameKey parse(java.lang.String str)
public static java.lang.String asStringOrNull(Project.NameKey key)