public class

ReferenceBean

extends EntityBean
java.lang.Object
   ↳ org.mule.modules.taleo.model.EntityBean
     ↳ org.mule.modules.taleo.model.ReferenceBean

Class Overview

Java class for ReferenceBean complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="ReferenceBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="candidateId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="employer" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="refEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="refName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="refPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="refTitle" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="relToCandidate" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long candidateId
protected String comments
protected String creator
protected String employer
protected String refEmail
protected String refName
protected String refPhone
protected String refTitle
protected String relToCandidate
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
ReferenceBean()
Public Methods
long getCandidateId()
Gets the value of the candidateId property.
String getComments()
Gets the value of the comments property.
String getCreator()
Gets the value of the creator property.
String getEmployer()
Gets the value of the employer property.
String getRefEmail()
Gets the value of the refEmail property.
String getRefName()
Gets the value of the refName property.
String getRefPhone()
Gets the value of the refPhone property.
String getRefTitle()
Gets the value of the refTitle property.
String getRelToCandidate()
Gets the value of the relToCandidate property.
void setCandidateId(long value)
Sets the value of the candidateId property.
void setComments(String value)
Sets the value of the comments property.
void setCreator(String value)
Sets the value of the creator property.
void setEmployer(String value)
Sets the value of the employer property.
void setRefEmail(String value)
Sets the value of the refEmail property.
void setRefName(String value)
Sets the value of the refName property.
void setRefPhone(String value)
Sets the value of the refPhone property.
void setRefTitle(String value)
Sets the value of the refTitle property.
void setRelToCandidate(String value)
Sets the value of the relToCandidate property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected long candidateId

protected String comments

protected String creator

protected String employer

protected String refEmail

protected String refName

protected String refPhone

protected String refTitle

protected String relToCandidate

Public Constructors

public ReferenceBean ()

Public Methods

public long getCandidateId ()

Gets the value of the candidateId property.

public String getComments ()

Gets the value of the comments property.

Returns
  • possible object is String

public String getCreator ()

Gets the value of the creator property.

Returns
  • possible object is String

public String getEmployer ()

Gets the value of the employer property.

Returns
  • possible object is String

public String getRefEmail ()

Gets the value of the refEmail property.

Returns
  • possible object is String

public String getRefName ()

Gets the value of the refName property.

Returns
  • possible object is String

public String getRefPhone ()

Gets the value of the refPhone property.

Returns
  • possible object is String

public String getRefTitle ()

Gets the value of the refTitle property.

Returns
  • possible object is String

public String getRelToCandidate ()

Gets the value of the relToCandidate property.

Returns
  • possible object is String

public void setCandidateId (long value)

Sets the value of the candidateId property.

Parameters
value

public void setComments (String value)

Sets the value of the comments property.

Parameters
value Allowed object is String

public void setCreator (String value)

Sets the value of the creator property.

Parameters
value Allowed object is String

public void setEmployer (String value)

Sets the value of the employer property.

Parameters
value Allowed object is String

public void setRefEmail (String value)

Sets the value of the refEmail property.

Parameters
value Allowed object is String

public void setRefName (String value)

Sets the value of the refName property.

Parameters
value Allowed object is String

public void setRefPhone (String value)

Sets the value of the refPhone property.

Parameters
value Allowed object is String

public void setRefTitle (String value)

Sets the value of the refTitle property.

Parameters
value Allowed object is String

public void setRelToCandidate (String value)

Sets the value of the relToCandidate property.

Parameters
value Allowed object is String