public class DBReferenceInfo extends Qualifier
UniprotProxySequenceReader
is used
to load a protein sequenceConstructor and Description |
---|
DBReferenceInfo(String database,
String id)
The source database and id
|
Modifier and Type | Method and Description |
---|---|
void |
addProperty(String type,
String value)
Add a property and type to associate with this DBReferenceInfo
|
String |
getDatabase() |
String |
getId() |
LinkedHashMap<String,String> |
getProperties()
Get the properties
|
void |
setDatabase(String database) |
void |
setId(String id) |
void |
setProperties(LinkedHashMap<String,String> properties) |
String |
toString() |
getName, getValue, needsQuotes, setName, setNeedsQuotes, setValue
public DBReferenceInfo(String database, String id)
database
- id
- public void addProperty(String type, String value)
type
- value
- public LinkedHashMap<String,String> getProperties()
public void setProperties(LinkedHashMap<String,String> properties)
properties
- the properties to setpublic String getDatabase()
public void setDatabase(String database)
database
- the database to setCopyright © 2000–2019 BioJava. All rights reserved.