|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.FormSubmit
public class FormSubmit
class FormResponse
Constructor Summary | |
---|---|
FormSubmit()
|
Method Summary | |
---|---|
java.sql.Timestamp |
getDateResponse()
return the response date |
Form |
getForm()
|
int |
getIdFormSubmit()
return the id of form resonse |
java.lang.String |
getIp()
|
java.util.List<Response> |
getListResponse()
|
void |
setDateResponse(java.sql.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(java.lang.String ip)
set the ip adress of the response |
void |
setListResponse(java.util.List<Response> listResponse)
set the list of response associate to the form submit |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FormSubmit()
Method Detail |
---|
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 java.lang.String getIp()
public void setIp(java.lang.String ip)
ip
- the ip adress of the responsepublic java.sql.Timestamp getDateResponse()
public void setDateResponse(java.sql.Timestamp dateResponse)
dateResponse
- the response datepublic java.util.List<Response> getListResponse()
public void setListResponse(java.util.List<Response> listResponse)
listResponse
- the list of response associate to the form submit
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |