@Entity public abstract class L3ElementImpl extends BioPAXElementImpl implements Level3Element
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 |
|---|
L3ElementImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addComment(String COMMENT)
A textual comment about this individual.
|
Set<String> |
getComment()
A textual comment about this individual.
|
Set<Provenance> |
getDatasources()
Deprecated.
use getAnnotations() instead
|
Set<String> |
getKeywords()
Deprecated.
use getAnnotations() instead
|
Set<BioSource> |
getOrganisms()
Deprecated.
use getAnnotations() instead
|
Set<Pathway> |
getParentPathways()
Deprecated.
use getAnnotations() instead
|
void |
removeComment(String COMMENT)
A textual comment about this individual.
|
void |
setComment(Set<String> comment) |
equals, equivalenceCode, getAnnotations, getPk, getRDFId, hashCode, isEquivalent, semanticallyEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitequivalenceCode, getAnnotations, getModelInterface, getRDFId, isEquivalent@Field(name="comment",
analyze=YES,
bridge=@FieldBridge(impl=SetStringBridge.class))
public Set<String> getComment()
Level3ElementgetComment in interface Level3Elementpublic void addComment(String COMMENT)
Level3ElementaddComment in interface Level3ElementCOMMENT - A textual comment about this individual.public void removeComment(String COMMENT)
Level3ElementremoveComment in interface Level3ElementCOMMENT - A textual comment about this individual.@Deprecated @Field(name="keyword", store=YES, analyze=YES) @FieldBridge(impl=SetStringBridge.class) public Set<String> getKeywords()
@Deprecated @Field(name="organism", store=YES, analyze=NO) @FieldBridge(impl=OrganismFieldBridge.class) public Set<BioSource> getOrganisms()
@Deprecated @Field(name="dataSource", store=YES, analyze=NO) @FieldBridge(impl=DataSourceFieldBridge.class) public Set<Provenance> getDatasources()
@Deprecated @Field(name="pathway", store=YES, analyze=NO) @FieldBridge(impl=ParentPathwayFieldBridge.class) public Set<Pathway> getParentPathways()
Copyright © 2015 BioPAX. All rights reserved.