public class

InterviewBeanExpressionHolder

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

Summary

Fields
protected long _candidateIdType
protected String _commentsType
protected String _creatorType
protected String _interviewRoomType
protected String _interviewTypeType
protected ArrayOfParticipantBean _participantsType
protected long _requisitionIdType
protected XMLGregorianCalendar _startDateType
protected Object candidateId
protected Object comments
protected Object creator
protected Object interviewRoom
protected Object interviewType
protected Object participants
protected Object requisitionId
protected Object startDate
Public Constructors
InterviewBeanExpressionHolder()
Public Methods
Object getCandidateId()
Retrieves candidateId
Object getComments()
Retrieves comments
Object getCreator()
Retrieves creator
Object getInterviewRoom()
Retrieves interviewRoom
Object getInterviewType()
Retrieves interviewType
Object getParticipants()
Retrieves participants
Object getRequisitionId()
Retrieves requisitionId
Object getStartDate()
Retrieves startDate
void setCandidateId(Object value)
Sets candidateId
void setComments(Object value)
Sets comments
void setCreator(Object value)
Sets creator
void setInterviewRoom(Object value)
Sets interviewRoom
void setInterviewType(Object value)
Sets interviewType
void setParticipants(Object value)
Sets participants
void setRequisitionId(Object value)
Sets requisitionId
void setStartDate(Object value)
Sets startDate
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long _candidateIdType

protected String _commentsType

protected String _creatorType

protected String _interviewRoomType

protected String _interviewTypeType

protected ArrayOfParticipantBean _participantsType

protected long _requisitionIdType

protected XMLGregorianCalendar _startDateType

protected Object candidateId

protected Object comments

protected Object creator

protected Object interviewRoom

protected Object interviewType

protected Object participants

protected Object requisitionId

protected Object startDate

Public Constructors

public InterviewBeanExpressionHolder ()

Public Methods

public Object getCandidateId ()

Retrieves candidateId

public Object getComments ()

Retrieves comments

public Object getCreator ()

Retrieves creator

public Object getInterviewRoom ()

Retrieves interviewRoom

public Object getInterviewType ()

Retrieves interviewType

public Object getParticipants ()

Retrieves participants

public Object getRequisitionId ()

Retrieves requisitionId

public Object getStartDate ()

Retrieves startDate

public void setCandidateId (Object value)

Sets candidateId

Parameters
value Value to set

public void setComments (Object value)

Sets comments

Parameters
value Value to set

public void setCreator (Object value)

Sets creator

Parameters
value Value to set

public void setInterviewRoom (Object value)

Sets interviewRoom

Parameters
value Value to set

public void setInterviewType (Object value)

Sets interviewType

Parameters
value Value to set

public void setParticipants (Object value)

Sets participants

Parameters
value Value to set

public void setRequisitionId (Object value)

Sets requisitionId

Parameters
value Value to set

public void setStartDate (Object value)

Sets startDate

Parameters
value Value to set