@Entity @Indexed public class PublicationXrefImpl extends XrefImpl implements PublicationXref
FIELD_AVAILABILITY, FIELD_COMMENT, FIELD_DATASOURCE, FIELD_ECNUMBER, FIELD_KEYWORD, FIELD_NAME, FIELD_ORGANISM, FIELD_PATHWAY, FIELD_SEQUENCE, FIELD_TERM, FIELD_XREFDB, FIELD_XREFID, FILTER_BY_DATASOURCE, FILTER_BY_ORGANISMUNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
PublicationXrefImpl()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addAuthor(String author) |
void |
addSource(String source) |
void |
addUrl(String url) |
Set<String> |
getAuthor() |
Class<? extends PublicationXref> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
Set<String> |
getSource() |
String |
getTitle() |
Set<String> |
getUrl() |
int |
getYear() |
void |
removeAuthor(String author) |
void |
removeSource(String source) |
void |
removeUrl(String url) |
protected boolean |
semanticallyEquivalent(BioPAXElement other) |
void |
setAuthor(Set<String> author) |
void |
setSource(Set<String> source) |
void |
setTitle(String title) |
void |
setUrl(Set<String> url) |
void |
setYear(int year) |
equivalenceCode, getDb, getDbVersion, getId, getIdVersion, getIdx, getXrefOf, setDb, setDbVersion, setId, setIdVersion, setIdx, setXrefOf, toStringaddComment, getComment, getDatasources, getKeywords, getOrganisms, getParentPathways, removeComment, setCommentequals, getAnnotations, getPk, getRDFId, hashCode, isEquivalentclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetDb, getDbVersion, getId, getIdVersion, getXrefOf, setDb, setDbVersion, setId, setIdVersionaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getRDFId, isEquivalentpublic Class<? extends PublicationXref> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.@Field(name="keyword",
store=YES,
analyze=YES)
@Boost(value=1.100000023841858f)
@FieldBridge(impl=SetStringBridge.class)
public Set<String> getAuthor()
getAuthor in interface PublicationXrefpublic void addAuthor(String author)
addAuthor in interface PublicationXrefpublic void removeAuthor(String author)
removeAuthor in interface PublicationXref@Field(name="keyword",
store=YES,
analyze=YES)
@Boost(value=1.100000023841858f)
@FieldBridge(impl=SetStringBridge.class)
public Set<String> getSource()
getSource in interface PublicationXrefpublic void addSource(String source)
addSource in interface PublicationXrefpublic void removeSource(String source)
removeSource in interface PublicationXref@Field(name="keyword",
store=YES,
analyze=YES)
@Boost(value=1.100000023841858f)
public String getTitle()
getTitle in interface PublicationXrefpublic void setTitle(String title)
setTitle in interface PublicationXref@Field(name="keyword",
store=YES,
analyze=YES)
@Boost(value=1.100000023841858f)
@FieldBridge(impl=SetStringBridge.class)
public Set<String> getUrl()
getUrl in interface PublicationXrefpublic void addUrl(String url)
addUrl in interface PublicationXrefpublic void removeUrl(String url)
removeUrl in interface PublicationXref@Field(name="keyword",
store=YES,
analyze=YES)
@Boost(value=1.100000023841858f)
public int getYear()
getYear in interface PublicationXrefpublic void setYear(int year)
setYear in interface PublicationXrefprotected boolean semanticallyEquivalent(BioPAXElement other)
semanticallyEquivalent in class XrefImplCopyright © 2015 BioPAX. All rights reserved.