Package psidev.psi.mi.jami.model
Interface Source
-
- All Superinterfaces:
CvTerm
- All Known Subinterfaces:
ExtendedPsiXmlSource
- All Known Implementing Classes:
AbstractXmlSource
,AbstractXmlSource
,AbstractXmlSource
,DefaultSource
,DefaultXmlSource
,DefaultXmlSource
,DefaultXmlSource
,LazySource
,MitabSource
,XmlSource
,XmlSource
,XmlSource
public interface Source extends CvTerm
Source of the data. Can be an institution, organisation, database, etc.- Since:
22/11/12
- Version:
- $Id$
- Author:
- Marine Dumousseau (marine@ebi.ac.uk)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getPostalAddress()
Postal address of the data source.Publication
getPublication()
Bibliographical reference of the data source.String
getUrl()
Public URL of the data source.void
setPostalAddress(String address)
Set the postal addressvoid
setPublication(Publication ref)
Set the bibliographical referencevoid
setUrl(String url)
Set the URL-
Methods inherited from interface psidev.psi.mi.jami.model.CvTerm
getAnnotations, getFullName, getIdentifiers, getMIIdentifier, getMODIdentifier, getPARIdentifier, getShortName, getSynonyms, getXrefs, setFullName, setMIIdentifier, setMODIdentifier, setPARIdentifier, setShortName
-
-
-
-
Method Detail
-
getUrl
String getUrl()
Public URL of the data source. It can be null Ex: www.ebi.ac.uk/intact- Returns:
- the url
-
setUrl
void setUrl(String url)
Set the URL- Parameters:
url
- : URL
-
getPostalAddress
String getPostalAddress()
Postal address of the data source. It can be null Ex: European Bioinformatics Institute; Wellcome Trust Genome Campus; Hinxton, Cambridge; CB10 1SD; United Kingdom- Returns:
- the url
-
setPostalAddress
void setPostalAddress(String address)
Set the postal address- Parameters:
address
- : postal Address
-
getPublication
Publication getPublication()
Bibliographical reference of the data source. It can be null. Ex: 14681455 is the pubmed primary reference for the IntAct database- Returns:
- the bibref
-
setPublication
void setPublication(Publication ref)
Set the bibliographical reference- Parameters:
ref
- : publication reference
-
-