public class

FlexRollingEntityBeanExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.holders.FlexRollingEntityBeanExpressionHolder

Summary

Fields
protected long _entityIdType
protected String _entityTypeType
protected String _subTypeType
protected Object entityId
protected Object entityType
protected Object subType
Public Constructors
FlexRollingEntityBeanExpressionHolder()
Public Methods
Object getEntityId()
Retrieves entityId
Object getEntityType()
Retrieves entityType
Object getSubType()
Retrieves subType
void setEntityId(Object value)
Sets entityId
void setEntityType(Object value)
Sets entityType
void setSubType(Object value)
Sets subType
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long _entityIdType

protected String _entityTypeType

protected String _subTypeType

protected Object entityId

protected Object entityType

protected Object subType

Public Constructors

public FlexRollingEntityBeanExpressionHolder ()

Public Methods

public Object getEntityId ()

Retrieves entityId

public Object getEntityType ()

Retrieves entityType

public Object getSubType ()

Retrieves subType

public void setEntityId (Object value)

Sets entityId

Parameters
value Value to set

public void setEntityType (Object value)

Sets entityType

Parameters
value Value to set

public void setSubType (Object value)

Sets subType

Parameters
value Value to set