public class MaterielDto extends Object implements Serializable
Materiel using struts.| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
protected String |
hashKey
Key that allow the binding of material loaded from a JSP when no topiaId are defined on it.
|
protected boolean |
materielETA |
protected String |
materielTopiaId |
protected MaterielType |
materielType |
protected String |
name |
protected Double |
performance |
protected String |
performanceUnite |
protected String |
topiaId |
protected String |
typeMateriel1 |
protected String |
typeMateriel2 |
protected String |
typeMateriel3 |
protected String |
typeMateriel4 |
protected String |
unite |
protected double |
uniteParAn |
| Constructor and Description |
|---|
MaterielDto() |
protected String topiaId
protected String hashKey
protected String name
protected String description
protected boolean materielETA
protected String materielTopiaId
protected MaterielType materielType
protected String typeMateriel1
protected String typeMateriel2
protected String typeMateriel3
protected String typeMateriel4
protected double uniteParAn
protected String unite
protected String performanceUnite
protected Double performance
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public boolean isMaterielETA()
public void setMaterielETA(boolean materielETA)
public String getMaterielTopiaId()
public void setMaterielTopiaId(String materielTopiaId)
public MaterielType getMaterielType()
public void setMaterielType(MaterielType materielType)
public String getTypeMateriel1()
public void setTypeMateriel1(String typeMateriel1)
public String getTypeMateriel2()
public void setTypeMateriel2(String typeMateriel2)
public String getTypeMateriel3()
public void setTypeMateriel3(String typeMateriel3)
public String getTypeMateriel4()
public void setTypeMateriel4(String typeMateriel4)
public double getUniteParAn()
public void setUniteParAn(double uniteParAn)
public String getUnite()
public void setUnite(String unite)
public String getHashKey()
public void setHashKey(String hashKey)
public String getPerformanceUnite()
public void setPerformanceUnite(String performanceUnite)
public Double getPerformance()
public void setPerformance(Double performance)
Copyright © 2013 Inra. All rights reserved.