|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectfr.paris.lutece.plugins.form.business.Response
public class Response
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 |
---|
public Response()
Method Detail |
---|
public FormSubmit getFormSubmit()
public void setFormSubmit(FormSubmit formSubmit)
formSubmit
- the form submit of the responsepublic IEntry getEntry()
public void setEntry(IEntry entry)
entry
- the question associate to the responsepublic int getIdResponse()
public void setIdResponse(int idResponse)
idResponse
- the id of the responsepublic byte[] getValueResponse()
public void setValueResponse(byte[] valueResponse)
valueResponse
- the value of the responsepublic Field getField()
public void setField(Field field)
field
- fieldpublic java.lang.String getToStringValueResponse()
public void setToStringValueResponse(java.lang.String strValueResponse)
strValueResponse
- the string value of the responsepublic java.lang.String getFileExtension()
public void setFileExtension(java.lang.String fileExtension)
fileExtension
- the file extension if the response value is a filepublic java.lang.String getFileName()
public void setFileName(java.lang.String fileName)
fileName
- the file name if the response value is a file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |