fr.paris.lutece.plugins.form.business
Class FormSubmit

java.lang.Object
  extended by fr.paris.lutece.plugins.form.business.FormSubmit

public class FormSubmit
extends java.lang.Object

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

FormSubmit

public FormSubmit()
Method Detail

getForm

public Form getForm()
Returns:
the form associate to the response

setForm

public void setForm(Form form)
set the form associate to the response

Parameters:
form - the form associate to the response

getIdFormSubmit

public int getIdFormSubmit()
return the id of form resonse

Returns:
the id of form resonse

setIdFormSubmit

public void setIdFormSubmit(int idFormResponse)
set the id of form resonse

Parameters:
idFormResponse - the id of form resonse

getIp

public java.lang.String getIp()
Returns:
the ip adress of the response

setIp

public void setIp(java.lang.String ip)
set the ip adress of the response

Parameters:
ip - the ip adress of the response

getDateResponse

public java.sql.Timestamp getDateResponse()
return the response date

Returns:
the response date

setDateResponse

public void setDateResponse(java.sql.Timestamp dateResponse)
set the response date

Parameters:
dateResponse - the response date

getListResponse

public java.util.List<Response> getListResponse()
Returns:
the list of response associate to the form submit

setListResponse

public void setListResponse(java.util.List<Response> listResponse)
set the list of response associate to the form submit

Parameters:
listResponse - the list of response associate to the form submit


Copyright © 2008 Mairie de Paris. All Rights Reserved.