public class CommandResult extends Object implements Cloneable, Serializable
| Modifier and Type | Field and Description |
|---|---|
static int |
ERROR_TYPE_INFO |
static int |
ERROR_TYPE_STOP |
static int |
STATUS_ERROR |
static int |
STATUS_OK |
| Constructor and Description |
|---|
CommandResult() |
| Modifier and Type | Method and Description |
|---|---|
Object |
clone() |
String |
getError()
"Getter method" pour la variable
#_nIdError |
int |
getErrorType() |
StringBuffer |
getLog()
"Getter method" pour la variable
_strLog |
Map<String,String> |
getResultInformations() |
int |
getStatus()
"Getter method" pour la variable
_nStatus |
boolean |
isRunning()
"Getter method" pour la variable
_bRunning |
void |
setError(String strIdError)
"Setter method" pour la variable
#_nIdError |
void |
setErrorType(int _nErrorType) |
void |
setLog(StringBuffer strLog)
"Setter method" pour la variable
_strLog |
void |
setResultInformations(Map<String,String> _mResultInformations) |
void |
setRunning(boolean bRunning)
"Setter method" pour la variable
_bRunning |
void |
setStatus(int nStatus)
"Setter method" pour la variable
_nStatus |
public static int STATUS_ERROR
public static int STATUS_OK
public static int ERROR_TYPE_INFO
public static int ERROR_TYPE_STOP
public StringBuffer getLog()
_strLog_strLogpublic void setLog(StringBuffer strLog)
_strLogstrLog - La nouvelle valeur de la variable _strLogpublic int getStatus()
_nStatus_nStatuspublic void setStatus(int nStatus)
_nStatusnStatus - La nouvelle valeur de la variable _nStatuspublic boolean isRunning()
_bRunning_bRunningpublic void setRunning(boolean bRunning)
_bRunningbRunning - La nouvelle valeur de la variable _bRunningpublic Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String getError()
#_nIdError#_nIdErrorpublic void setError(String strIdError)
#_nIdErrornIdError - La nouvelle valeur de la variable #_nIdErrorpublic int getErrorType()
public void setErrorType(int _nErrorType)
Copyright © 2018 City of Paris. All rights reserved.