public class DNAFeature extends Object implements IDataTransferModel
Constructor and Description |
---|
DNAFeature() |
Modifier and Type | Method and Description |
---|---|
void |
addNote(DNAFeatureNote dnaFeatureNote) |
String |
getAnnotationType() |
Curation |
getCuration() |
List<Long> |
getEntries() |
long |
getId() |
String |
getIdentifier() |
List<DNAFeatureLocation> |
getLocations() |
String |
getName() |
List<DNAFeatureNote> |
getNotes() |
String |
getSequence() |
int |
getStrand() |
String |
getType() |
String |
getUri() |
void |
setAnnotationType(String annotationType) |
void |
setCuration(Curation curation) |
void |
setId(long id) |
void |
setIdentifier(String identifier) |
void |
setLocations(List<DNAFeatureLocation> locations) |
void |
setName(String name) |
void |
setNotes(List<DNAFeatureNote> notes) |
void |
setSequence(String sequence) |
void |
setStrand(int strand) |
void |
setType(String type) |
void |
setUri(String uri) |
public long getId()
public void setId(long id)
public String getType()
public void setType(String type)
public String getName()
public void setName(String name)
public List<DNAFeatureNote> getNotes()
public void setNotes(List<DNAFeatureNote> notes)
public int getStrand()
public void setStrand(int strand)
public void addNote(DNAFeatureNote dnaFeatureNote)
public String getAnnotationType()
public void setAnnotationType(String annotationType)
public void setLocations(List<DNAFeatureLocation> locations)
public List<DNAFeatureLocation> getLocations()
public String getUri()
public void setUri(String uri)
public String getIdentifier()
public void setIdentifier(String identifier)
public String getSequence()
public void setSequence(String sequence)
public Curation getCuration()
public void setCuration(Curation curation)
Copyright © 2017. All rights reserved.