public class GroundImportDto extends CroppingPlanEntryDto
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected String |
domainId |
protected String |
id |
protected double |
importance |
protected String |
name |
protected String |
refSolArvalisId |
protected Boolean |
validated |
__PARANAMER_DATA, affected, code, color, sellingPrice, species, topiaId, type, typeImporterValue| Constructor and Description |
|---|
GroundImportDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
String |
getDomainId() |
String |
getId() |
double |
getImportance() |
String |
getName() |
String |
getRefSolArvalisId() |
Boolean |
getValidated() |
void |
setComment(String comment) |
void |
setDomainId(String domainId) |
void |
setId(String id) |
void |
setImportance(double importance) |
void |
setName(String name) |
void |
setRefSolArvalisId(String refSolArvalisId) |
void |
setValidated(Boolean validated) |
addSpecies, equals, getCode, getColor, getSellingPrice, getSpecies, getTopiaId, getType, getTypeImporterValue, hashCode, isAffected, isIntermediate, isValidated, setAffected, setCode, setColor, setSellingPrice, setSpecies, setTopiaId, setType, setTypeImporterValue, setValidatedprotected String id
protected String domainId
protected String refSolArvalisId
protected Boolean validated
protected String name
protected double importance
protected String comment
public String getId()
public void setId(String id)
public String getDomainId()
public void setDomainId(String domainId)
public String getRefSolArvalisId()
public void setRefSolArvalisId(String refSolArvalisId)
public double getImportance()
public void setImportance(double importance)
public Boolean getValidated()
public void setValidated(Boolean validated)
public String getName()
getName in class CroppingPlanEntryDtopublic void setName(String name)
setName in class CroppingPlanEntryDtopublic String getComment()
public void setComment(String comment)
Copyright © 2013–2015 Inra. All rights reserved.