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 String |
topiaId |
protected String |
typeMateriel1 |
protected String |
typeMateriel2 |
protected String |
typeMateriel3 |
protected String |
typeMateriel4 |
protected String |
unite |
protected double |
uniteParAn |
| Constructor and Description |
|---|
MaterielDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription() |
String |
getHashKey() |
String |
getMaterielTopiaId() |
MaterielType |
getMaterielType() |
String |
getName() |
String |
getTopiaId() |
String |
getTypeMateriel1() |
String |
getTypeMateriel2() |
String |
getTypeMateriel3() |
String |
getTypeMateriel4() |
String |
getUnite() |
double |
getUniteParAn() |
boolean |
isMaterielETA() |
void |
setDescription(String description) |
void |
setHashKey(String hashKey) |
void |
setMaterielETA(boolean materielETA) |
void |
setMaterielTopiaId(String materielTopiaId) |
void |
setMaterielType(MaterielType materielType) |
void |
setName(String name) |
void |
setTopiaId(String topiaId) |
void |
setTypeMateriel1(String typeMateriel1) |
void |
setTypeMateriel2(String typeMateriel2) |
void |
setTypeMateriel3(String typeMateriel3) |
void |
setTypeMateriel4(String typeMateriel4) |
void |
setUnite(String unite) |
void |
setUniteParAn(double uniteParAn) |
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
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)
Copyright © 2013 Inra. All rights reserved.