public class BrAPISeedLotContentMixture extends Object
| Constructor and Description |
|---|
BrAPISeedLotContentMixture() |
| Modifier and Type | Method and Description |
|---|---|
BrAPISeedLotContentMixture |
crossDbId(String crossDbId) |
BrAPISeedLotContentMixture |
crossName(String crossName) |
boolean |
equals(Object o) |
BrAPISeedLotContentMixture |
germplasmDbId(String germplasmDbId) |
BrAPISeedLotContentMixture |
germplasmName(String germplasmName) |
String |
getCrossDbId()
The unique DbId for a cross contained in this seed lot
|
String |
getCrossName()
The human readable name for a cross contained in this seed lot
|
String |
getGermplasmDbId()
The unique DbId of the Germplasm contained in this Seed Lot
|
String |
getGermplasmName()
The human readable name of the Germplasm contained in this Seed Lot
|
Integer |
getMixturePercentage()
The percentage of the given germplasm in the seed lot mixture.
|
int |
hashCode() |
BrAPISeedLotContentMixture |
mixturePercentage(Integer mixturePercentage) |
void |
setCrossDbId(String crossDbId) |
void |
setCrossName(String crossName) |
void |
setGermplasmDbId(String germplasmDbId) |
void |
setGermplasmName(String germplasmName) |
void |
setMixturePercentage(Integer mixturePercentage) |
String |
toString() |
public BrAPISeedLotContentMixture crossDbId(String crossDbId)
public String getCrossDbId()
public void setCrossDbId(String crossDbId)
public BrAPISeedLotContentMixture crossName(String crossName)
public String getCrossName()
public void setCrossName(String crossName)
public BrAPISeedLotContentMixture germplasmDbId(String germplasmDbId)
public String getGermplasmDbId()
public void setGermplasmDbId(String germplasmDbId)
public BrAPISeedLotContentMixture germplasmName(String germplasmName)
public String getGermplasmName()
public void setGermplasmName(String germplasmName)
public BrAPISeedLotContentMixture mixturePercentage(Integer mixturePercentage)
public Integer getMixturePercentage()
public void setMixturePercentage(Integer mixturePercentage)
Copyright © 2023. All rights reserved.