public class BrAPISeedLot extends Object
| Constructor and Description |
|---|
BrAPISeedLot() |
| Modifier and Type | Method and Description |
|---|---|
BrAPISeedLot |
addContentMixtureItem(BrAPISeedLotContentMixture contentMixtureItem) |
BrAPISeedLot |
addExternalReferencesItem(BrAPIExternalReference externalReferencesItem) |
BrAPISeedLot |
additionalInfo(com.google.gson.JsonObject additionalInfo) |
BrAPISeedLot |
amount(BigDecimal amount) |
BrAPISeedLot |
contentMixture(List<BrAPISeedLotContentMixture> contentMixture) |
BrAPISeedLot |
createdDate(OffsetDateTime createdDate) |
boolean |
equals(Object o) |
BrAPISeedLot |
externalReferences(List<BrAPIExternalReference> externalReferences) |
BrAPISeedLot |
germplasmDbId(String germplasmDbId)
Deprecated.
|
com.google.gson.JsonObject |
getAdditionalInfo()
A free space containing any additional information related to a particular
object.
|
BigDecimal |
getAmount()
The current balance of the amount of material in a BrAPISeedLot.
|
List<BrAPISeedLotContentMixture> |
getContentMixture()
The mixture of germplasm present in the seed lot.
|
OffsetDateTime |
getCreatedDate()
The time stamp for when this seed lot was created
|
List<BrAPIExternalReference> |
getExternalReferences()
An array of external reference ids.
|
String |
getGermplasmDbId()
Deprecated.
|
OffsetDateTime |
getLastUpdated()
The timestamp for the last update to this Seed Lot (including transactions)
|
String |
getLocationDbId()
The unique identifier for a Location
|
String |
getLocationName()
A human readable name for a location
|
String |
getProgramDbId()
The unique DbId of the breeding program this Seed Lot belongs to
|
String |
getProgramName()
The human readable name of the breeding program this Seed Lot belongs to
|
String |
getSeedLotDbId()
Unique DbId for the Seed Lot
|
String |
getSeedLotDescription()
A general description of this Seed Lot
|
String |
getSeedLotName()
A human readable name for this Seed Lot
|
String |
getSourceCollection()
The description of the source where this material was originally collected
(wild, nursery, etc)
|
String |
getStorageLocation()
Description the storage location
|
String |
getUnits()
A description of the things being counted in a BrAPISeedLot (seeds, bulbs,
kg, tree, etc)
|
int |
hashCode() |
BrAPISeedLot |
lastUpdated(OffsetDateTime lastUpdated) |
BrAPISeedLot |
locationDbId(String locationDbId) |
BrAPISeedLot |
locationName(String locationName) |
BrAPISeedLot |
programDbId(String programDbId) |
BrAPISeedLot |
programName(String programName) |
BrAPISeedLot |
putAdditionalInfoItem(String key,
Object additionalInfoItem) |
BrAPISeedLot |
seedLotDbId(String seedLotDbId) |
BrAPISeedLot |
seedLotDescription(String seedLotDescription) |
BrAPISeedLot |
seedLotName(String seedLotName) |
void |
setAdditionalInfo(com.google.gson.JsonObject additionalInfo) |
void |
setAmount(BigDecimal amount) |
void |
setContentMixture(List<BrAPISeedLotContentMixture> contentMixture) |
void |
setCreatedDate(OffsetDateTime createdDate) |
void |
setExternalReferences(List<BrAPIExternalReference> externalReferences) |
void |
setGermplasmDbId(String germplasmDbId)
Deprecated.
|
void |
setLastUpdated(OffsetDateTime lastUpdated) |
void |
setLocationDbId(String locationDbId) |
void |
setLocationName(String locationName) |
void |
setProgramDbId(String programDbId) |
void |
setProgramName(String programName) |
void |
setSeedLotDbId(String seedLotDbId) |
void |
setSeedLotDescription(String seedLotDescription) |
void |
setSeedLotName(String seedLotName) |
void |
setSourceCollection(String sourceCollection) |
void |
setStorageLocation(String storageLocation) |
void |
setUnits(String units) |
BrAPISeedLot |
sourceCollection(String sourceCollection) |
BrAPISeedLot |
storageLocation(String storageLocation) |
String |
toString() |
BrAPISeedLot |
units(String units) |
public BrAPISeedLot additionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPISeedLot putAdditionalInfoItem(String key, Object additionalInfoItem)
public com.google.gson.JsonObject getAdditionalInfo()
public void setAdditionalInfo(com.google.gson.JsonObject additionalInfo)
public BrAPISeedLot amount(BigDecimal amount)
public BigDecimal getAmount()
public void setAmount(BigDecimal amount)
public BrAPISeedLot contentMixture(List<BrAPISeedLotContentMixture> contentMixture)
public BrAPISeedLot addContentMixtureItem(BrAPISeedLotContentMixture contentMixtureItem)
public List<BrAPISeedLotContentMixture> getContentMixture()
public void setContentMixture(List<BrAPISeedLotContentMixture> contentMixture)
public BrAPISeedLot createdDate(OffsetDateTime createdDate)
public OffsetDateTime getCreatedDate()
public void setCreatedDate(OffsetDateTime createdDate)
public BrAPISeedLot externalReferences(List<BrAPIExternalReference> externalReferences)
public BrAPISeedLot addExternalReferencesItem(BrAPIExternalReference externalReferencesItem)
public List<BrAPIExternalReference> getExternalReferences()
public void setExternalReferences(List<BrAPIExternalReference> externalReferences)
@Deprecated public BrAPISeedLot germplasmDbId(String germplasmDbId)
@Deprecated public String getGermplasmDbId()
@Deprecated public void setGermplasmDbId(String germplasmDbId)
public BrAPISeedLot lastUpdated(OffsetDateTime lastUpdated)
public OffsetDateTime getLastUpdated()
public void setLastUpdated(OffsetDateTime lastUpdated)
public BrAPISeedLot locationDbId(String locationDbId)
public String getLocationDbId()
public void setLocationDbId(String locationDbId)
public BrAPISeedLot locationName(String locationName)
public String getLocationName()
public void setLocationName(String locationName)
public BrAPISeedLot programDbId(String programDbId)
public String getProgramDbId()
public void setProgramDbId(String programDbId)
public BrAPISeedLot programName(String programName)
public String getProgramName()
public void setProgramName(String programName)
public BrAPISeedLot seedLotDbId(String seedLotDbId)
public String getSeedLotDbId()
public void setSeedLotDbId(String seedLotDbId)
public BrAPISeedLot seedLotDescription(String seedLotDescription)
public String getSeedLotDescription()
public void setSeedLotDescription(String seedLotDescription)
public BrAPISeedLot seedLotName(String seedLotName)
public String getSeedLotName()
public void setSeedLotName(String seedLotName)
public BrAPISeedLot sourceCollection(String sourceCollection)
public String getSourceCollection()
public void setSourceCollection(String sourceCollection)
public BrAPISeedLot storageLocation(String storageLocation)
public String getStorageLocation()
public void setStorageLocation(String storageLocation)
public BrAPISeedLot units(String units)
public String getUnits()
public void setUnits(String units)
Copyright © 2023. All rights reserved.