public class DbXref extends Object implements Comparable<DbXref>
Constructor and Description |
---|
DbXref(FeatureQualifier inFeatureQualifier)
If the qualifier is 'db_xref', this method can be used to generate a DbXref
from the qualifier value.
|
DbXref(String inDB,
String inId) |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(DbXref inObj2) |
boolean |
equals(Object inObj2) |
String |
getDB() |
String |
getDescription() |
String |
getId() |
int |
hashCode() |
DbXref |
setDescription(String inValue) |
String |
toString() |
public DbXref(FeatureQualifier inFeatureQualifier)
RuntimeException
- if the qualifier name is not 'db_xref' or the value
is not formatted as db:idpublic DbXref setDescription(String inValue)
public String getDescription()
public int compareTo(DbXref inObj2)
compareTo
in interface Comparable<DbXref>
jataylor@hairyfatguy.com