public class MaterielDto extends Object implements Serializable
Materiel using struts.| Modifier and Type | Field and Description |
|---|---|
protected String |
description |
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 |
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 |
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 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)
Copyright © 2013 Inra. All rights reserved.