public class

ContactLogBeanExpressionHolder

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

Summary

Fields
protected String _commentsType
protected XMLGregorianCalendar _contactDateType
protected XMLGregorianCalendar _creationDateType
protected String _creatorType
protected long _entityIdType
protected String _entityTypeType
protected long _idType
protected XMLGregorianCalendar _lastUpdatedType
protected String _subjectType
protected int _typeNoType
protected Object comments
protected Object contactDate
protected Object creationDate
protected Object creator
protected Object entityId
protected Object entityType
protected Object id
protected Object lastUpdated
protected Object subject
protected Object typeNo
Public Constructors
ContactLogBeanExpressionHolder()
Public Methods
Object getComments()
Retrieves comments
Object getContactDate()
Retrieves contactDate
Object getCreationDate()
Retrieves creationDate
Object getCreator()
Retrieves creator
Object getEntityId()
Retrieves entityId
Object getEntityType()
Retrieves entityType
Object getId()
Retrieves id
Object getLastUpdated()
Retrieves lastUpdated
Object getSubject()
Retrieves subject
Object getTypeNo()
Retrieves typeNo
void setComments(Object value)
Sets comments
void setContactDate(Object value)
Sets contactDate
void setCreationDate(Object value)
Sets creationDate
void setCreator(Object value)
Sets creator
void setEntityId(Object value)
Sets entityId
void setEntityType(Object value)
Sets entityType
void setId(Object value)
Sets id
void setLastUpdated(Object value)
Sets lastUpdated
void setSubject(Object value)
Sets subject
void setTypeNo(Object value)
Sets typeNo
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String _commentsType

protected XMLGregorianCalendar _contactDateType

protected XMLGregorianCalendar _creationDateType

protected String _creatorType

protected long _entityIdType

protected String _entityTypeType

protected long _idType

protected XMLGregorianCalendar _lastUpdatedType

protected String _subjectType

protected int _typeNoType

protected Object comments

protected Object contactDate

protected Object creationDate

protected Object creator

protected Object entityId

protected Object entityType

protected Object id

protected Object lastUpdated

protected Object subject

protected Object typeNo

Public Constructors

public ContactLogBeanExpressionHolder ()

Public Methods

public Object getComments ()

Retrieves comments

public Object getContactDate ()

Retrieves contactDate

public Object getCreationDate ()

Retrieves creationDate

public Object getCreator ()

Retrieves creator

public Object getEntityId ()

Retrieves entityId

public Object getEntityType ()

Retrieves entityType

public Object getId ()

Retrieves id

public Object getLastUpdated ()

Retrieves lastUpdated

public Object getSubject ()

Retrieves subject

public Object getTypeNo ()

Retrieves typeNo

public void setComments (Object value)

Sets comments

Parameters
value Value to set

public void setContactDate (Object value)

Sets contactDate

Parameters
value Value to set

public void setCreationDate (Object value)

Sets creationDate

Parameters
value Value to set

public void setCreator (Object value)

Sets creator

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

Sets id

Parameters
value Value to set

public void setLastUpdated (Object value)

Sets lastUpdated

Parameters
value Value to set

public void setSubject (Object value)

Sets subject

Parameters
value Value to set

public void setTypeNo (Object value)

Sets typeNo

Parameters
value Value to set