public class ToolsCouplingDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
code |
protected String |
comment |
protected Set<String> |
equipementsIds |
protected Set<String> |
equipementsKeys |
protected Double |
flow |
protected Collection<RefInterventionAgrosystTravailEDI> |
mainsActions |
protected boolean |
manualIntervention |
protected MaterielTransportUnit |
materielTransportUnit |
protected String |
toolsCouplingName |
protected String |
topiaId |
protected String |
tractorId |
protected String |
tractorKey |
protected Double |
transitVolume |
protected Integer |
workforce |
protected Double |
workRate |
protected MaterielWorkRateUnit |
workRateUnit |
| Constructor and Description |
|---|
ToolsCouplingDto() |
protected String topiaId
protected String code
protected String toolsCouplingName
protected String tractorId
protected String tractorKey
protected Double flow
protected Integer workforce
protected String comment
protected Double workRate
protected MaterielWorkRateUnit workRateUnit
protected MaterielTransportUnit materielTransportUnit
protected boolean manualIntervention
protected Double transitVolume
protected Collection<RefInterventionAgrosystTravailEDI> mainsActions
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getCode()
public void setCode(String code)
public String getTractorId()
public void setTractorId(String tractorId)
public String getTractorKey()
public void setTractorKey(String tractorKey)
public Double getFlow()
public void setFlow(Double flow)
public Integer getWorkforce()
public void setWorkforce(Integer workforce)
public String getComment()
public void setComment(String comment)
public String getToolsCouplingName()
public void setToolsCouplingName(String toolsCouplingName)
public Collection<RefInterventionAgrosystTravailEDI> getMainsActions()
public void setMainsActions(Collection<RefInterventionAgrosystTravailEDI> mainsActions)
public Double getWorkRate()
public void setWorkRate(Double workRate)
public MaterielWorkRateUnit getWorkRateUnit()
public void setWorkRateUnit(MaterielWorkRateUnit workRateUnit)
public MaterielTransportUnit getMaterielTransportUnit()
public void setMaterielTransportUnit(MaterielTransportUnit materielTransportUnit)
public boolean isManualIntervention()
public void setManualIntervention(boolean manualIntervention)
public Double getTransitVolume()
public void setTransitVolume(Double transitVolume)
Copyright © 2013–2015 Inra. All rights reserved.