public class JLupinOutputParameter extends Object implements Serializable
JLupinInputParameter.setContextObject(Object)
.Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZER_CLOSE
Field for internal usage.
|
static String |
SERIALIZER_OPEN
Field for internal usage.
|
Constructor and Description |
---|
JLupinOutputParameter()
Default constructor with all fields empty.
|
Modifier and Type | Method and Description |
---|---|
void |
addToMap(Object key,
Object value)
Add value to inner map.
|
Object |
getContextObject()
Get value of field contextObject.
|
Object |
getFromMap(Object key)
Get value from inner map.
|
Map |
getInnerMap()
Get value of field innerMap.
|
JLupinExceptionModel |
getJLupinExceptionModel()
Get value of field jLupinExceptionModel.
|
Object |
getResultObject()
Get value of field resultObject.
|
String |
getSerializerName()
Get value of field serializerName.
|
Object |
getTransactionObject()
Get value of field transactionObject.
|
boolean |
isExecutedServiceError()
Get value of flag executedServiceError.
|
void |
setContextObject(Object contextObject)
Set value for field contextObject.
|
void |
setExecutedServiceError(boolean executedServiceError)
Set value for field executedServiceError.
|
void |
setInnerMap(Map innerMap)
Set value for field innerMap.
|
void |
setJLupinExceptionModel(JLupinExceptionModel jLupinExceptionModel)
Set value for field jLupinExceptionModel.
|
void |
setResultObject(Object resultObject)
Set value for field resultObject.
|
void |
setSerializerName(String serializerName)
Set value for field serializerName.
|
void |
setTransactionObject(Object transactionObject)
Set value for field transactionObject.
|
public static final String SERIALIZER_OPEN
public static final String SERIALIZER_CLOSE
public JLupinOutputParameter()
public void addToMap(Object key, Object value)
key
- keyvalue
- valuepublic Object getFromMap(Object key)
key
- keypublic Object getResultObject()
public void setResultObject(Object resultObject)
resultObject
- resultObjectpublic JLupinExceptionModel getJLupinExceptionModel()
public void setJLupinExceptionModel(JLupinExceptionModel jLupinExceptionModel)
jLupinExceptionModel
- jLupinExceptionModelpublic boolean isExecutedServiceError()
public void setExecutedServiceError(boolean executedServiceError)
executedServiceError
- executedServiceErrorpublic Object getContextObject()
public void setContextObject(Object contextObject)
contextObject
- contextObjectpublic Object getTransactionObject()
public void setTransactionObject(Object transactionObject)
transactionObject
- transactionObjectpublic String getSerializerName()
public void setSerializerName(String serializerName)
serializerName
- serializerNamepublic Map getInnerMap()
public void setInnerMap(Map innerMap)
innerMap
- innerMap