public class FormSubmit extends Object
Constructor and Description |
---|
FormSubmit() |
Modifier and Type | Method and Description |
---|---|
Timestamp |
getDateResponse()
return the response date
|
Form |
getForm() |
int |
getIdFormSubmit()
return the id of form resonse
|
String |
getIp() |
List<Response> |
getListResponse() |
void |
setDateResponse(Timestamp dateResponse)
set the response date
|
void |
setForm(Form form)
set the form associate to the response
|
void |
setIdFormSubmit(int idFormResponse)
set the id of form resonse
|
void |
setIp(String ip)
set the ip adress of the response
|
void |
setListResponse(List<Response> listResponse)
set the list of response associate to the form submit
|
public Form getForm()
public void setForm(Form form)
form
- the form associate to the responsepublic int getIdFormSubmit()
public void setIdFormSubmit(int idFormResponse)
idFormResponse
- the id of form resonsepublic String getIp()
public void setIp(String ip)
ip
- the ip adress of the responsepublic Timestamp getDateResponse()
public void setDateResponse(Timestamp dateResponse)
dateResponse
- the response datepublic List<Response> getListResponse()
Copyright © 2017 City of Paris. All rights reserved.