@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen") public class SMTAMaterial extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
JSON_PROPERTY_ANCESTRY |
static String |
JSON_PROPERTY_CROP |
static String |
JSON_PROPERTY_PUD |
static String |
JSON_PROPERTY_SAMPLE_I_D |
| Constructor and Description |
|---|
SMTAMaterial() |
| Modifier and Type | Method and Description |
|---|---|
SMTAMaterial |
ancestry(String ancestry) |
SMTAMaterial |
crop(String crop) |
boolean |
equals(Object o) |
String |
getAncestry()
Ancestry information as crop: sampleID1,sampleID2...
|
String |
getCrop()
Crop code as per table in General notes below.
|
SMTAMaterialUnderDevelopment |
getPud()
Get pud
|
String |
getSampleID()
Sample ID, must be unique within the same SMTA.
|
int |
hashCode() |
SMTAMaterial |
pud(SMTAMaterialUnderDevelopment pud) |
SMTAMaterial |
sampleID(String sampleID) |
void |
setAncestry(String ancestry) |
void |
setCrop(String crop) |
void |
setPud(SMTAMaterialUnderDevelopment pud) |
void |
setSampleID(String sampleID) |
String |
toString() |
public static final String JSON_PROPERTY_CROP
public static final String JSON_PROPERTY_SAMPLE_I_D
public static final String JSON_PROPERTY_PUD
public static final String JSON_PROPERTY_ANCESTRY
public SMTAMaterial crop(String crop)
@Nullable public String getCrop()
public void setCrop(String crop)
public SMTAMaterial sampleID(String sampleID)
@Nullable public String getSampleID()
public void setSampleID(String sampleID)
public SMTAMaterial pud(SMTAMaterialUnderDevelopment pud)
@Nullable public SMTAMaterialUnderDevelopment getPud()
public void setPud(SMTAMaterialUnderDevelopment pud)
public SMTAMaterial ancestry(String ancestry)
@Nullable public String getAncestry()
public void setAncestry(String ancestry)
Copyright © 2025 Global Crop Diversity Trust. All rights reserved.