public class PracticedToolsCouplingImportDto extends Object
| Modifier and Type | Field and Description |
|---|---|
protected PracticedInterventionDto |
interventionDto |
protected String |
interventionId |
protected String |
toolsCouplingCode |
| Constructor and Description |
|---|
PracticedToolsCouplingImportDto() |
| Modifier and Type | Method and Description |
|---|---|
PracticedInterventionDto |
getInterventionDto() |
String |
getInterventionId() |
String |
getToolsCouplingCode() |
void |
setInterventionDto(PracticedInterventionDto interventionDto) |
void |
setInterventionId(String interventionId) |
void |
setToolsCouplingCode(String toolsCouplingCode) |
protected String interventionId
protected String toolsCouplingCode
protected PracticedInterventionDto interventionDto
public String getInterventionId()
public void setInterventionId(String interventionId)
public String getToolsCouplingCode()
public void setToolsCouplingCode(String toolsCouplingCode)
public PracticedInterventionDto getInterventionDto()
public void setInterventionDto(PracticedInterventionDto interventionDto)
Copyright © 2013–2015 Inra. All rights reserved.