public class

CalendarEventBeanExpressionHolder

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

Summary

Fields
protected String _creatorType
protected String _descriptionType
protected long _durationType
protected long _entityIdType
protected String _entityTypeType
protected boolean _isPrivateType
protected String _locationType
protected ArrayOfParticipantBean _participantsType
protected XMLGregorianCalendar _startDateType
protected String _subjectType
protected Object creator
protected Object description
protected Object duration
protected Object entityId
protected Object entityType
protected Object isPrivate
protected Object location
protected Object participants
protected Object startDate
protected Object subject
Public Constructors
CalendarEventBeanExpressionHolder()
Public Methods
Object getCreator()
Retrieves creator
Object getDescription()
Retrieves description
Object getDuration()
Retrieves duration
Object getEntityId()
Retrieves entityId
Object getEntityType()
Retrieves entityType
Object getIsPrivate()
Retrieves isPrivate
Object getLocation()
Retrieves location
Object getParticipants()
Retrieves participants
Object getStartDate()
Retrieves startDate
Object getSubject()
Retrieves subject
void setCreator(Object value)
Sets creator
void setDescription(Object value)
Sets description
void setDuration(Object value)
Sets duration
void setEntityId(Object value)
Sets entityId
void setEntityType(Object value)
Sets entityType
void setIsPrivate(Object value)
Sets isPrivate
void setLocation(Object value)
Sets location
void setParticipants(Object value)
Sets participants
void setStartDate(Object value)
Sets startDate
void setSubject(Object value)
Sets subject
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _creatorType

protected String _descriptionType

protected long _durationType

protected long _entityIdType

protected String _entityTypeType

protected boolean _isPrivateType

protected String _locationType

protected ArrayOfParticipantBean _participantsType

protected XMLGregorianCalendar _startDateType

protected String _subjectType

protected Object creator

protected Object description

protected Object duration

protected Object entityId

protected Object entityType

protected Object isPrivate

protected Object location

protected Object participants

protected Object startDate

protected Object subject

Public Constructors

public CalendarEventBeanExpressionHolder ()

Public Methods

public Object getCreator ()

Retrieves creator

public Object getDescription ()

Retrieves description

public Object getDuration ()

Retrieves duration

public Object getEntityId ()

Retrieves entityId

public Object getEntityType ()

Retrieves entityType

public Object getIsPrivate ()

Retrieves isPrivate

public Object getLocation ()

Retrieves location

public Object getParticipants ()

Retrieves participants

public Object getStartDate ()

Retrieves startDate

public Object getSubject ()

Retrieves subject

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

Sets duration

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

Sets isPrivate

Parameters
value Value to set

public void setLocation (Object value)

Sets location

Parameters
value Value to set

public void setParticipants (Object value)

Sets participants

Parameters
value Value to set

public void setStartDate (Object value)

Sets startDate

Parameters
value Value to set

public void setSubject (Object value)

Sets subject

Parameters
value Value to set