public interface IActionResult
Modifier and Type | Method and Description |
---|---|
int |
getIdAction()
Get the id action
|
int |
getIdResource()
Get the id resource
|
String |
getMessage()
Get the message
|
String |
getResourceType()
Get the resource type
|
boolean |
isSuccessful()
Check if the action has been executed
|
void |
setIdAction(int nIdAction)
Set the id action
|
void |
setIdResource(int nIdResource)
Set the id resource
|
void |
setMessage(String strMessage)
Set the message
|
void |
setResourceType(String strResourceType)
Set the resource type
|
void |
setSuccessful(boolean bIsSuccessful)
Set true if the action has been executed, false otherwise
|
void setSuccessful(boolean bIsSuccessful)
bIsSuccessful
- true if the action has been executed, false otherwiseboolean isSuccessful()
void setMessage(String strMessage)
strMessage
- the messageString getMessage()
void setIdAction(int nIdAction)
nIdAction
- the id actionint getIdAction()
void setIdResource(int nIdResource)
nIdResource
- the id resourceint getIdResource()
void setResourceType(String strResourceType)
strResourceType
- the resource typeString getResourceType()
Copyright © 2018 City of Paris. All rights reserved.