public class BrAPIGenomeMap extends Object
| Constructor and Description |
|---|
BrAPIGenomeMap() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIGenomeMap |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
BrAPIGenomeMap |
comments(String comments) |
BrAPIGenomeMap |
commonCropName(String commonCropName) |
BrAPIGenomeMap |
documentationURL(String documentationURL) |
boolean |
equals(Object o) |
com.google.gson.JsonObject |
getAdditionalInfo()
Additional arbitrary info
|
String |
getComments()
Additional comments
|
String |
getCommonCropName()
The common name of the crop
|
String |
getDocumentationURL()
A URL to the human readable documentation of this object
|
Integer |
getLinkageGroupCount()
The number of linkage groups present in this genomic map
|
String |
getMapDbId()
The ID which uniquely identifies this genomic map
|
String |
getMapName()
A human readable name for this genomic map
|
String |
getMapPUI()
The DOI or other permanent identifier for this genomic map
|
Integer |
getMarkerCount()
The number of markers present in this genomic map
|
@Valid OffsetDateTime |
getPublishedDate()
The date this genome was published
|
String |
getScientificName()
Full scientific binomial format name.
|
String |
getType()
The type of map this represents, usually \"Genetic\"
|
String |
getUnit()
The units used to describe the data in this map
|
int |
hashCode() |
BrAPIGenomeMap |
linkageGroupCount(Integer linkageGroupCount) |
BrAPIGenomeMap |
mapDbId(String mapDbId) |
BrAPIGenomeMap |
mapName(String mapName) |
BrAPIGenomeMap |
mapPUI(String mapPUI) |
BrAPIGenomeMap |
markerCount(Integer markerCount) |
BrAPIGenomeMap |
publishedDate(OffsetDateTime publishedDate) |
BrAPIGenomeMap |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
BrAPIGenomeMap |
scientificName(String scientificName) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setComments(String comments) |
void |
setCommonCropName(String commonCropName) |
void |
setDocumentationURL(String documentationURL) |
void |
setLinkageGroupCount(Integer linkageGroupCount) |
void |
setMapDbId(String mapDbId) |
void |
setMapName(String mapName) |
void |
setMapPUI(String mapPUI) |
void |
setMarkerCount(Integer markerCount) |
void |
setPublishedDate(OffsetDateTime publishedDate) |
void |
setScientificName(String scientificName) |
void |
setType(String type) |
void |
setUnit(String unit) |
String |
toString() |
BrAPIGenomeMap |
type(String type) |
BrAPIGenomeMap |
unit(String unit) |
public BrAPIGenomeMap additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIGenomeMap putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPIGenomeMap comments(String comments)
public String getComments()
public void setComments(String comments)
public BrAPIGenomeMap commonCropName(String commonCropName)
public String getCommonCropName()
public void setCommonCropName(String commonCropName)
public BrAPIGenomeMap documentationURL(String documentationURL)
public String getDocumentationURL()
public void setDocumentationURL(String documentationURL)
public BrAPIGenomeMap linkageGroupCount(Integer linkageGroupCount)
public Integer getLinkageGroupCount()
public void setLinkageGroupCount(Integer linkageGroupCount)
public BrAPIGenomeMap mapDbId(String mapDbId)
public String getMapDbId()
public void setMapDbId(String mapDbId)
public BrAPIGenomeMap mapName(String mapName)
public String getMapName()
public void setMapName(String mapName)
public BrAPIGenomeMap mapPUI(String mapPUI)
public String getMapPUI()
public void setMapPUI(String mapPUI)
public BrAPIGenomeMap markerCount(Integer markerCount)
public Integer getMarkerCount()
public void setMarkerCount(Integer markerCount)
public BrAPIGenomeMap publishedDate(OffsetDateTime publishedDate)
@Valid public @Valid OffsetDateTime getPublishedDate()
public void setPublishedDate(OffsetDateTime publishedDate)
public BrAPIGenomeMap scientificName(String scientificName)
public String getScientificName()
public void setScientificName(String scientificName)
public BrAPIGenomeMap type(String type)
public String getType()
public void setType(String type)
public BrAPIGenomeMap unit(String unit)
public String getUnit()
public void setUnit(String unit)
Copyright © 2023. All rights reserved.