public class

TaskBeanExpressionHolder

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

Summary

Fields
protected ArrayOfParticipantBean _assignedToType
protected String _creatorType
protected String _descriptionType
protected XMLGregorianCalendar _dueDateType
protected long _entityIdType
protected String _entityTypeType
protected String _priorityType
protected String _subjectType
protected Object assignedTo
protected Object creator
protected Object description
protected Object dueDate
protected Object entityId
protected Object entityType
protected Object priority
protected Object subject
Public Constructors
TaskBeanExpressionHolder()
Public Methods
Object getAssignedTo()
Retrieves assignedTo
Object getCreator()
Retrieves creator
Object getDescription()
Retrieves description
Object getDueDate()
Retrieves dueDate
Object getEntityId()
Retrieves entityId
Object getEntityType()
Retrieves entityType
Object getPriority()
Retrieves priority
Object getSubject()
Retrieves subject
void setAssignedTo(Object value)
Sets assignedTo
void setCreator(Object value)
Sets creator
void setDescription(Object value)
Sets description
void setDueDate(Object value)
Sets dueDate
void setEntityId(Object value)
Sets entityId
void setEntityType(Object value)
Sets entityType
void setPriority(Object value)
Sets priority
void setSubject(Object value)
Sets subject
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ArrayOfParticipantBean _assignedToType

protected String _creatorType

protected String _descriptionType

protected XMLGregorianCalendar _dueDateType

protected long _entityIdType

protected String _entityTypeType

protected String _priorityType

protected String _subjectType

protected Object assignedTo

protected Object creator

protected Object description

protected Object dueDate

protected Object entityId

protected Object entityType

protected Object priority

protected Object subject

Public Constructors

public TaskBeanExpressionHolder ()

Public Methods

public Object getAssignedTo ()

Retrieves assignedTo

public Object getCreator ()

Retrieves creator

public Object getDescription ()

Retrieves description

public Object getDueDate ()

Retrieves dueDate

public Object getEntityId ()

Retrieves entityId

public Object getEntityType ()

Retrieves entityType

public Object getPriority ()

Retrieves priority

public Object getSubject ()

Retrieves subject

public void setAssignedTo (Object value)

Sets assignedTo

Parameters
value Value to set

public void setCreator (Object value)

Sets creator

Parameters
value Value to set

public void setDescription (Object value)

Sets description

Parameters
value Value to set

public void setDueDate (Object value)

Sets dueDate

Parameters
value Value to set

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 setPriority (Object value)

Sets priority

Parameters
value Value to set

public void setSubject (Object value)

Sets subject

Parameters
value Value to set