@Deprecated public class ExperimentInfo extends CommonItemInfo implements Serializable
Modifier and Type | Field and Description |
---|---|
private String |
abstractText
Deprecated.
|
private String |
affiliations
Deprecated.
|
private String |
authors
Deprecated.
|
private String |
experimentDesign
Deprecated.
|
private String |
experimentType
Deprecated.
|
private String |
publication
Deprecated.
|
private Date |
publicationDate
Deprecated.
|
private String |
pubMedId
Deprecated.
|
private static long |
serialVersionUID
Deprecated.
|
private String |
title
Deprecated.
|
Constructor and Description |
---|
ExperimentInfo()
Deprecated.
Creates an info-object with no properties set.
|
Modifier and Type | Method and Description |
---|---|
String |
getAbstractText()
Deprecated.
|
String |
getAffiliations()
Deprecated.
|
String |
getAuthors()
Deprecated.
|
String |
getExperimentDesign()
Deprecated.
|
String |
getExperimentType()
Deprecated.
|
String |
getPublication()
Deprecated.
|
Date |
getPublicationDate()
Deprecated.
|
String |
getPubMedId()
Deprecated.
|
String |
getTitle()
Deprecated.
|
void |
setAbstractText(String abstractText)
Deprecated.
|
void |
setAffiliations(String affiliations)
Deprecated.
|
void |
setAuthors(String authors)
Deprecated.
|
void |
setExperimentDesign(String experimentDesign)
Deprecated.
|
void |
setExperimentType(String experimentType)
Deprecated.
|
void |
setPublication(String publication)
Deprecated.
|
void |
setPublicationDate(Date publicationDate)
Deprecated.
|
void |
setPubMedId(String pubMedId)
Deprecated.
|
void |
setTitle(String title)
Deprecated.
|
getDescription, getName, setDescription, setName
isShared, setShared
getOwnerId, setOwnerId
getId, getVersion, setId, setVersion
private static final long serialVersionUID
private String abstractText
private String affiliations
private String authors
private String experimentDesign
private String experimentType
private String publication
private String title
private Date publicationDate
private String pubMedId
public ExperimentInfo()
public void setAbstractText(String abstractText)
abstractText
- The abstractText to set.public String getAbstractText()
public void setAffiliations(String affiliations)
affiliations
- The affiliations to set.public String getAffiliations()
public void setAuthors(String authors)
authors
- The authors to set.public String getAuthors()
public void setExperimentDesign(String experimentDesign)
experimentDesign
- The experimentDesign to set.public String getExperimentDesign()
public void setExperimentType(String experimentType)
experimentType
- The experimentType to set.public String getExperimentType()
public void setPublication(String publication)
publication
- The publication to set.public String getPublication()
public void setTitle(String title)
title
- The title to set.public String getTitle()
public void setPublicationDate(Date publicationDate)
publicationDate
- The publicationDate to set.public Date getPublicationDate()
public void setPubMedId(String pubMedId)
pubMedId
- The pubMedId to set.public String getPubMedId()