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