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
_strLog
public void setLog(StringBuffer strLog)
_strLog
strLog
- La nouvelle valeur de la variable _strLog
public int getStatus()
_nStatus
_nStatus
public void setStatus(int nStatus)
_nStatus
nStatus
- La nouvelle valeur de la variable _nStatus
public boolean isRunning()
_bRunning
_bRunning
public void setRunning(boolean bRunning)
_bRunning
bRunning
- La nouvelle valeur de la variable _bRunning
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String getError()
#_nIdError
#_nIdError
public void setError(String strIdError)
#_nIdError
nIdError
- La nouvelle valeur de la variable #_nIdError
public int getErrorType()
public void setErrorType(int _nErrorType)
Copyright © 2020 City of Paris. All rights reserved.