public class CroppingPlanSpeciesDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected Boolean |
affected |
protected String |
code |
protected String |
profil_vegetatif_BBCH |
protected String |
speciesDestination |
protected String |
speciesEspece |
protected String |
speciesId |
protected String |
speciesQualifiant |
protected String |
speciesTypeSaisonnier |
protected String |
topiaId |
protected boolean |
validated |
protected String |
varietyId |
protected String |
varietyLibelle |
| Constructor and Description |
|---|
CroppingPlanSpeciesDto() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Boolean |
getAffected() |
String |
getCode() |
String |
getProfil_vegetatif_BBCH() |
String |
getSpeciesDestination() |
String |
getSpeciesEspece() |
String |
getSpeciesId() |
String |
getSpeciesQualifiant() |
String |
getSpeciesTypeSaisonnier() |
String |
getTopiaId() |
String |
getVarietyId() |
String |
getVarietyLibelle() |
int |
hashCode() |
boolean |
isValidated() |
void |
setAffected(Boolean affected) |
void |
setCode(String code) |
void |
setProfil_vegetatif_BBCH(String profil_vegetatif_BBCH) |
void |
setSpeciesDestination(String speciesDestination) |
void |
setSpeciesEspece(String speciesEspece) |
void |
setSpeciesId(String speciesId) |
void |
setSpeciesQualifiant(String speciesQualifiant) |
void |
setSpeciesTypeSaisonnier(String speciesTypeSaisonnier) |
void |
setTopiaId(String topiaId) |
void |
setValidated(boolean validated) |
void |
setVarietyId(String varietyId) |
void |
setVarietyLibelle(String varietyLibelle) |
protected String topiaId
protected String code
protected boolean validated
protected Boolean affected
protected String speciesId
protected String speciesEspece
protected String speciesQualifiant
protected String speciesTypeSaisonnier
protected String speciesDestination
protected String varietyId
protected String varietyLibelle
protected String profil_vegetatif_BBCH
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getCode()
public void setCode(String code)
public boolean isValidated()
public void setValidated(boolean validated)
public String getSpeciesId()
public void setSpeciesId(String speciesId)
public String getSpeciesEspece()
public void setSpeciesEspece(String speciesEspece)
public String getSpeciesQualifiant()
public void setSpeciesQualifiant(String speciesQualifiant)
public String getSpeciesTypeSaisonnier()
public void setSpeciesTypeSaisonnier(String speciesTypeSaisonnier)
public String getSpeciesDestination()
public void setSpeciesDestination(String speciesDestination)
public String getVarietyId()
public void setVarietyId(String varietyId)
public String getVarietyLibelle()
public void setVarietyLibelle(String varietyLibelle)
public String getProfil_vegetatif_BBCH()
public void setProfil_vegetatif_BBCH(String profil_vegetatif_BBCH)
public Boolean getAffected()
public void setAffected(Boolean affected)
Copyright © 2013–2015 Inra. All rights reserved.