public class

TransitionExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.module.servicesource.model.opportunity.holders.TransitionExpressionHolder

Summary

Fields
protected String _changeDateType
protected String _fromStateType
protected Long _timeGapType
protected String _toStateType
protected Object changeDate
protected Object fromState
protected Object timeGap
protected Object toState
Public Constructors
TransitionExpressionHolder()
Public Methods
Object getChangeDate()
Retrieves changeDate
Object getFromState()
Retrieves fromState
Object getTimeGap()
Retrieves timeGap
Object getToState()
Retrieves toState
void setChangeDate(Object value)
Sets changeDate
void setFromState(Object value)
Sets fromState
void setTimeGap(Object value)
Sets timeGap
void setToState(Object value)
Sets toState
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _changeDateType

protected String _fromStateType

protected Long _timeGapType

protected String _toStateType

protected Object changeDate

protected Object fromState

protected Object timeGap

protected Object toState

Public Constructors

public TransitionExpressionHolder ()

Public Methods

public Object getChangeDate ()

Retrieves changeDate

public Object getFromState ()

Retrieves fromState

public Object getTimeGap ()

Retrieves timeGap

public Object getToState ()

Retrieves toState

public void setChangeDate (Object value)

Sets changeDate

Parameters
value Value to set

public void setFromState (Object value)

Sets fromState

Parameters
value Value to set

public void setTimeGap (Object value)

Sets timeGap

Parameters
value Value to set

public void setToState (Object value)

Sets toState

Parameters
value Value to set