|
||||||||||
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 |
File |
getFile()
Get file |
java.lang.String |
getFileExtension()
Deprecated. the file is now stored in class File |
java.lang.String |
getFileName()
Deprecated. the file name is now stored in class File |
FormSubmit |
getFormSubmit()
|
int |
getIdResponse()
|
java.lang.String |
getResponseValue()
Get the response value |
java.lang.String |
getToStringValueResponse()
return the string value response |
byte[] |
getValueResponse()
Deprecated. The response is now in String and not in byte |
void |
setEntry(IEntry entry)
set the question associate to the response |
void |
setField(Field field)
set the field associate to the response |
void |
setFile(File file)
Set file |
void |
setFileExtension(java.lang.String fileExtension)
Deprecated. the file is now stored in class File |
void |
setFileName(java.lang.String fileName)
Deprecated. the file name is now stored in class File |
void |
setFormSubmit(FormSubmit formSubmit)
the form submit of the response |
void |
setIdResponse(int idResponse)
set the id of the response |
void |
setResponseValue(java.lang.String strResponseValue)
Set the response value |
void |
setToStringValueResponse(java.lang.String strValueResponse)
set the string value response |
void |
setValueResponse(byte[] valueResponse)
Deprecated. The response is now in String and not in byte |
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 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 void setFile(File file)
file
- the filepublic File getFile()
public void setResponseValue(java.lang.String strResponseValue)
strResponseValue
- the response valuepublic java.lang.String getResponseValue()
public byte[] getValueResponse()
File}
public void setValueResponse(byte[] valueResponse)
valueResponse
- the value of the responseFile}
public void setFileName(java.lang.String fileName)
fileName
- the file name if the response value is a fileFile}
public java.lang.String getFileExtension()
File}
public void setFileExtension(java.lang.String fileExtension)
fileExtension
- the file extension if the response value is a fileFile}
public java.lang.String getFileName()
File}
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |