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

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

public class Response
extends java.lang.Object

class Response


Constructor Summary
Response()
           
 
Method Summary
 IEntry getEntry()
           
 Field getField()
          get the field associate to the response
 java.lang.String getFileExtension()
           
 java.lang.String getFileName()
          the file name if the response value is a file
 FormSubmit getFormSubmit()
           
 int getIdResponse()
           
 java.lang.String getToStringValueResponse()
          return the string value response
 byte[] getValueResponse()
           
 void setEntry(IEntry entry)
          set the question associate to the response
 void setField(Field field)
          set the field associate to the response
 void setFileExtension(java.lang.String fileExtension)
          set the file extension if the response value is a file
 void setFileName(java.lang.String fileName)
          the file name if the response value is a file
 void setFormSubmit(FormSubmit formSubmit)
          the form submit of the response
 void setIdResponse(int idResponse)
          set the id of the response
 void setToStringValueResponse(java.lang.String strValueResponse)
          set the string value response
 void setValueResponse(byte[] valueResponse)
          set the value of the response
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Response

public Response()
Method Detail

getFormSubmit

public FormSubmit getFormSubmit()
Returns:
the form submit of the response

setFormSubmit

public void setFormSubmit(FormSubmit formSubmit)
the form submit of the response

Parameters:
formSubmit - the form submit of the response

getEntry

public IEntry getEntry()
Returns:
the question associate to the response

setEntry

public void setEntry(IEntry entry)
set the question associate to the response

Parameters:
entry - the question associate to the response

getIdResponse

public int getIdResponse()
Returns:
the id of the response

setIdResponse

public void setIdResponse(int idResponse)
set the id of the response

Parameters:
idResponse - the id of the response

getValueResponse

public byte[] getValueResponse()
Returns:
the value of the response

setValueResponse

public void setValueResponse(byte[] valueResponse)
set the value of the response

Parameters:
valueResponse - the value of the response

getField

public Field getField()
get the field associate to the response

Returns:
the field associate to the response

setField

public void setField(Field field)
set the field associate to the response

Parameters:
field - field

getToStringValueResponse

public java.lang.String getToStringValueResponse()
return the string value response

Returns:
the string value of the response

setToStringValueResponse

public void setToStringValueResponse(java.lang.String strValueResponse)
set the string value response

Parameters:
strValueResponse - the string value of the response

getFileExtension

public java.lang.String getFileExtension()
Returns:
the file extension if the response value is a file

setFileExtension

public void setFileExtension(java.lang.String fileExtension)
set the file extension if the response value is a file

Parameters:
fileExtension - the file extension if the response value is a file

getFileName

public java.lang.String getFileName()
the file name if the response value is a file

Returns:
the file name if the response value is a file

setFileName

public void setFileName(java.lang.String fileName)
the file name if the response value is a file

Parameters:
fileName - the file name if the response value is a file


Copyright © 2012 Mairie de Paris. All Rights Reserved.