public class

ConfigurableBatchJobExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.neo4j.model.holders.ConfigurableBatchJobExpressionHolder

Summary

Fields
protected Map<String, Object> _bodyEntriesType
protected Integer _idType
protected BatchJob.Method _methodType
protected String _toType
protected Object bodyEntries
protected Object id
protected Object method
protected Object to
Public Constructors
ConfigurableBatchJobExpressionHolder()
Public Methods
Object getBodyEntries()
Retrieves bodyEntries
Object getId()
Retrieves id
Object getMethod()
Retrieves method
Object getTo()
Retrieves to
void setBodyEntries(Object value)
Sets bodyEntries
void setId(Object value)
Sets id
void setMethod(Object value)
Sets method
void setTo(Object value)
Sets to
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Map<String, Object> _bodyEntriesType

protected Integer _idType

protected BatchJob.Method _methodType

protected String _toType

protected Object bodyEntries

protected Object id

protected Object method

protected Object to

Public Constructors

public ConfigurableBatchJobExpressionHolder ()

Public Methods

public Object getBodyEntries ()

Retrieves bodyEntries

public Object getId ()

Retrieves id

public Object getMethod ()

Retrieves method

public Object getTo ()

Retrieves to

public void setBodyEntries (Object value)

Sets bodyEntries

Parameters
value Value to set

public void setId (Object value)

Sets id

Parameters
value Value to set

public void setMethod (Object value)

Sets method

Parameters
value Value to set

public void setTo (Object value)

Sets to

Parameters
value Value to set