Class BibliographicReferenceValueObject
java.lang.Object
ubic.gemma.model.common.IdentifiableValueObject<BibliographicReference>
ubic.gemma.model.common.description.BibliographicReferenceValueObject
- All Implemented Interfaces:
Serializable,Identifiable
public class BibliographicReferenceValueObject
extends IdentifiableValueObject<BibliographicReference>
represents a BibliographicReferenceValueObject when this value object is needed in core, the same value object exists
in web
- Author:
- pavlidis
- See Also:
-
Field Summary
Fields inherited from class ubic.gemma.model.common.IdentifiableValueObject
id -
Constructor Summary
ConstructorsConstructorDescriptionRequired when using the class as a spring bean.BibliographicReferenceValueObject(Long id, String abstractText, String authorList, String issue, String pages, String pubAccession, String publication, Date publicationDate, String publisher, String title, String volume, Collection<ExpressionExperimentValueObject> experiments) does not set related experiments field -
Method Summary
Modifier and TypeMethodDescriptionstatic CitationValueObjectstatic Collection<CitationValueObject> does not set related experiments fieldgetIssue()getPages()getTitle()booleanvoidsetAbstractText(String abstractText) voidsetAuthorList(String authorList) voidsetCitation(CitationValueObject citation) voidsetExperiments(Collection<ExpressionExperimentValueObject> experiments) voidvoidvoidsetPubAccession(String pubAccession) voidsetPublication(String publication) voidsetPublicationDate(Date publicationDate) voidsetPublisher(String publisher) voidsetRetracted(boolean retracted) voidvoid
-
Constructor Details
-
BibliographicReferenceValueObject
public BibliographicReferenceValueObject()Required when using the class as a spring bean. -
BibliographicReferenceValueObject
-
BibliographicReferenceValueObject
does not set related experiments field- Parameters:
ref- bib ref
-
BibliographicReferenceValueObject
-
-
Method Details
-
constructCitation
-
constructCitations
public static Collection<CitationValueObject> constructCitations(Collection<BibliographicReference> bibs) -
convert2ValueObjects
public static List<BibliographicReferenceValueObject> convert2ValueObjects(Collection<BibliographicReference> refs) does not set related experiments field- Parameters:
refs- bib refs- Returns:
- bib ref VOs
-
getAbstractText
- Returns:
- the abstractText
-
setAbstractText
- Parameters:
abstractText- the abstractText to set
-
getAuthorList
- Returns:
- the authorList
-
setAuthorList
- Parameters:
authorList- the authorList to set
-
getChemicalsTerms
- Returns:
- the chemicalsTerms
-
getCitation
- Returns:
- the citation
-
setCitation
- Parameters:
citation- the citation to set
-
getExperiments
- Returns:
- the experiments
-
setExperiments
- Parameters:
experiments- the experiments to set
-
getIssue
- Returns:
- the issue
-
setIssue
- Parameters:
issue- the issue to set
-
getMeshTerms
- Returns:
- the meshTerms
-
getPages
- Returns:
- the pages
-
setPages
- Parameters:
pages- the pages to set
-
getPubAccession
- Returns:
- the pubAccession
-
setPubAccession
- Parameters:
pubAccession- the pubAccession to set
-
getPublication
- Returns:
- the publication
-
setPublication
- Parameters:
publication- the publication to set
-
getPublicationDate
- Returns:
- the publicationDate
-
setPublicationDate
- Parameters:
publicationDate- the publicationDate to set
-
getPublisher
- Returns:
- the publisher
-
setPublisher
- Parameters:
publisher- the publisher to set
-
getTitle
- Returns:
- the title
-
setTitle
- Parameters:
title- the title to set
-
getVolume
- Returns:
- the volume
-
setVolume
- Parameters:
volume- the volume to set
-
isRetracted
public boolean isRetracted() -
setRetracted
public void setRetracted(boolean retracted)
-