Class BibliographicReference
java.lang.Object
ubic.gemma.model.common.AbstractIdentifiable
ubic.gemma.model.common.AbstractDescribable
ubic.gemma.model.common.description.BibliographicReference
- All Implemented Interfaces:
Describable,Identifiable
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanImportant note: Two objects with the same class and non-null ID must be considered equal.Deprecated.Deprecated.getId()getIssue()getName()Obtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.getPages()getTitle()voidsetAbstractText(String abstractText) voidsetAnnotatedAbstract(String annotatedAbstract) Deprecated.voidsetAnnotations(Set<Characteristic> annotations) Deprecated.voidsetAuthorList(String authorList) voidsetChemicals(Set<Compound> chemicals) voidsetCitation(String citation) voidvoidsetFullTextUri(String fullTextUri) voidvoidsetKeywords(Set<Keyword> keywords) voidsetMeshTerms(Set<MedicalSubjectHeading> meshTerms) voidvoidsetPubAccession(DatabaseEntry pubAccession) voidsetPublication(String publication) voidsetPublicationDate(Date publicationDate) voidsetPublisher(String publisher) voidsetRetracted(Boolean retracted) voidvoidMethods inherited from class ubic.gemma.model.common.AbstractDescribable
getDescription, hashCode, setDescription, setName, toStringMethods inherited from class ubic.gemma.model.common.AbstractIdentifiable
setId
-
Constructor Details
-
BibliographicReference
public BibliographicReference()
-
-
Method Details
-
getId
- Specified by:
getIdin interfaceIdentifiable- Overrides:
getIdin classAbstractIdentifiable
-
equals
Description copied from class:AbstractIdentifiableImportant note: Two objects with the same class and non-null ID must be considered equal. If one or both IDs are nulls, the rest of the state can be used to determine equality.- Specified by:
equalsin classAbstractIdentifiable
-
getName
Description copied from interface:DescribableObtain the name of an object is a possibly ambiguous human-readable identifier that need not be an external database reference.- Specified by:
getNamein interfaceDescribable- Overrides:
getNamein classAbstractDescribable
-
getAbstractText
-
setAbstractText
-
getAnnotatedAbstract
Deprecated.- Returns:
- A version of the abstract with inserted markup (e.g., abbreviation expansions, part-of-speech)
-
setAnnotatedAbstract
Deprecated. -
getAnnotations
Deprecated. -
setAnnotations
Deprecated. -
getAuthorList
-
setAuthorList
-
getChemicals
-
setChemicals
-
getCitation
- Returns:
- The citation as a pre-composed string
-
setCitation
-
getEditor
-
setEditor
-
getFullTextUri
- Returns:
- URI of the full text on the publisher's web site.
-
setFullTextUri
-
getIssue
-
setIssue
-
getKeywords
-
setKeywords
-
getMeshTerms
-
setMeshTerms
-
getPages
-
setPages
-
getPubAccession
-
setPubAccession
-
getPublication
-
setPublication
-
getPublicationDate
-
setPublicationDate
-
getPublisher
-
setPublisher
-
getTitle
-
setTitle
-
getVolume
-
setVolume
-
getRetracted
- Returns:
- true if article is recorded as retracted
-
setRetracted
- Parameters:
retracted- the retracted to set
-