public class DefaultPersistInfo
extends java.lang.Object
implements jadex.bridge.modelinfo.IPersistInfo
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<java.lang.String,java.lang.Object> |
arguments
The arguments.
|
protected java.lang.String |
config
The application configuration.
|
protected jadex.bridge.service.types.cms.IComponentDescription |
desc
The component description.
|
protected java.lang.String |
modelfilename
File name of the model.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
properties
The properties.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
results
The results.
|
Constructor and Description |
---|
DefaultPersistInfo()
Empty constructor for bean compatibility.
|
DefaultPersistInfo(jadex.bridge.IInternalAccess interpreter)
Creates the state info object.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getArguments()
Gets the arguments.
|
jadex.bridge.service.types.cms.IComponentDescription |
getComponentDescription()
Get the component description.
|
java.lang.String |
getConfig()
Gets the config.
|
java.lang.String |
getModelFileName()
Gets the model file name.
|
java.util.Map<java.lang.String,java.lang.Object> |
getProperties()
Gets the properties.
|
java.util.Map<java.lang.String,java.lang.Object> |
getResults()
Gets the results.
|
void |
setArguments(java.util.Map<java.lang.String,java.lang.Object> arguments)
Sets the arguments.
|
void |
setComponentDescription(jadex.bridge.service.types.cms.IComponentDescription desc)
Set the component description.
|
void |
setConfig(java.lang.String config)
Sets the config.
|
void |
setModelFileName(java.lang.String modelfilename)
Sets the model file name.
|
void |
setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
Sets the properties.
|
void |
setResults(java.util.Map<java.lang.String,java.lang.Object> results)
Sets the results.
|
protected java.lang.String modelfilename
protected jadex.bridge.service.types.cms.IComponentDescription desc
protected java.lang.String config
protected java.util.Map<java.lang.String,java.lang.Object> arguments
protected java.util.Map<java.lang.String,java.lang.Object> results
protected java.util.Map<java.lang.String,java.lang.Object> properties
public DefaultPersistInfo()
public DefaultPersistInfo(jadex.bridge.IInternalAccess interpreter)
public java.lang.String getModelFileName()
getModelFileName
in interface jadex.bridge.modelinfo.IPersistInfo
public void setModelFileName(java.lang.String modelfilename)
modelfilename
- The model file name to set.public jadex.bridge.service.types.cms.IComponentDescription getComponentDescription()
getComponentDescription
in interface jadex.bridge.modelinfo.IPersistInfo
public void setComponentDescription(jadex.bridge.service.types.cms.IComponentDescription desc)
desc
- The component descriptionpublic java.lang.String getConfig()
public void setConfig(java.lang.String config)
config
- The config to set.public java.util.Map<java.lang.String,java.lang.Object> getArguments()
public void setArguments(java.util.Map<java.lang.String,java.lang.Object> arguments)
arguments
- The arguments to set.public java.util.Map<java.lang.String,java.lang.Object> getResults()
public void setResults(java.util.Map<java.lang.String,java.lang.Object> results)
results
- The results to set.public java.util.Map<java.lang.String,java.lang.Object> getProperties()
public void setProperties(java.util.Map<java.lang.String,java.lang.Object> properties)
properties
- The properties to set.