public class ToolsCouplingDto extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected String |
comment |
protected Set<String> |
equipementsIds |
protected Set<String> |
equipementsKeys |
protected Double |
flow |
protected String |
interventionName |
protected InterventionType |
interventionType |
protected String |
topiaId |
protected String |
tractorId |
protected String |
tractorKey |
protected Integer |
workforce |
| Constructor and Description |
|---|
ToolsCouplingDto() |
| Modifier and Type | Method and Description |
|---|---|
String |
getComment() |
Set<String> |
getEquipementsIds() |
Set<String> |
getEquipementsKeys() |
Double |
getFlow() |
String |
getInterventionName() |
InterventionType |
getInterventionType() |
String |
getTopiaId() |
String |
getTractorId() |
String |
getTractorKey() |
Integer |
getWorkforce() |
void |
setComment(String comment) |
void |
setEquipementsIds(Set<String> equipementsIds) |
void |
setEquipementsKeys(Set<String> equipementsKeys) |
void |
setFlow(Double flow) |
void |
setInterventionName(String interventionName) |
void |
setInterventionType(InterventionType interventionType) |
void |
setTopiaId(String topiaId) |
void |
setTractorId(String tractorId) |
void |
setTractorKey(String tractorKey) |
void |
setWorkforce(Integer workforce) |
protected String topiaId
protected String interventionName
protected InterventionType interventionType
protected String tractorId
protected String tractorKey
protected Double flow
protected Integer workforce
protected String comment
public String getTopiaId()
public void setTopiaId(String topiaId)
public String getInterventionName()
public void setInterventionName(String interventionName)
public InterventionType getInterventionType()
public void setInterventionType(InterventionType interventionType)
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)
Copyright © 2013 Inra. All rights reserved.