public class Identifier extends UntypedData
| Modifier and Type | Field and Description |
|---|---|
static String |
UNKNOWN_ID |
EMPTY, string| Constructor and Description |
|---|
Identifier()
Constructor for Identifier.
|
Identifier(String id)
Constructor for Identifier with specified id.
|
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(UntypedData datatype) |
boolean |
equals(Object obj) |
String |
getID()
Getter for the id.
|
int |
hashCode() |
String |
toString() |
getString, setString, toHTMLpublic static final String UNKNOWN_ID
public Identifier()
public Identifier(String id)
id - the id to set.public int compareTo(UntypedData datatype)
compareTo in interface Comparable<UntypedData>compareTo in class UntypedDatapublic final String getID()
public String toString()
toString in class UntypedDatapublic boolean equals(Object obj)
equals in class UntypedDatapublic int hashCode()
hashCode in class UntypedDataCopyright © 2015 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.