public class BrAPIBreedingMethod extends Object
| Constructor and Description |
|---|
BrAPIBreedingMethod() |
| Modifier and Type | Method and Description |
|---|---|
BrAPIBreedingMethod |
abbreviation(String abbreviation) |
BrAPIBreedingMethod |
breedingMethodDbId(String breedingMethodDbId) |
BrAPIBreedingMethod |
breedingMethodName(String breedingMethodName) |
BrAPIBreedingMethod |
description(String description) |
boolean |
equals(Object o) |
String |
getAbbreviation()
an abbreviation for the name of this breeding method
|
String |
getBreedingMethodDbId()
the unique identifier for this breeding method
|
String |
getBreedingMethodName()
human readable name of the breeding method
|
String |
getDescription()
human readable description of the breeding method
|
int |
hashCode() |
void |
setAbbreviation(String abbreviation) |
void |
setBreedingMethodDbId(String breedingMethodDbId) |
void |
setBreedingMethodName(String breedingMethodName) |
void |
setDescription(String description) |
String |
toString() |
public BrAPIBreedingMethod abbreviation(String abbreviation)
public String getAbbreviation()
public void setAbbreviation(String abbreviation)
public BrAPIBreedingMethod breedingMethodDbId(String breedingMethodDbId)
public String getBreedingMethodDbId()
public void setBreedingMethodDbId(String breedingMethodDbId)
public BrAPIBreedingMethod breedingMethodName(String breedingMethodName)
public String getBreedingMethodName()
public void setBreedingMethodName(String breedingMethodName)
public BrAPIBreedingMethod description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2023. All rights reserved.