public class

BackgroundCheckBean

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

Class Overview

Java class for BackgroundCheckBean complex type.

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

 <complexType name="BackgroundCheckBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="candidateId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="checkerEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="checkerName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="checkerPhone" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="comments" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long candidateId
protected String checkerEmail
protected String checkerName
protected String checkerPhone
protected String comments
protected String creator
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
BackgroundCheckBean()
Public Methods
long getCandidateId()
Gets the value of the candidateId property.
String getCheckerEmail()
Gets the value of the checkerEmail property.
String getCheckerName()
Gets the value of the checkerName property.
String getCheckerPhone()
Gets the value of the checkerPhone property.
String getComments()
Gets the value of the comments property.
String getCreator()
Gets the value of the creator property.
void setCandidateId(long value)
Sets the value of the candidateId property.
void setCheckerEmail(String value)
Sets the value of the checkerEmail property.
void setCheckerName(String value)
Sets the value of the checkerName property.
void setCheckerPhone(String value)
Sets the value of the checkerPhone property.
void setComments(String value)
Sets the value of the comments property.
void setCreator(String value)
Sets the value of the creator property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected long candidateId

protected String checkerEmail

protected String checkerName

protected String checkerPhone

protected String comments

protected String creator

Public Constructors

public BackgroundCheckBean ()

Public Methods

public long getCandidateId ()

Gets the value of the candidateId property.

public String getCheckerEmail ()

Gets the value of the checkerEmail property.

Returns
  • possible object is String

public String getCheckerName ()

Gets the value of the checkerName property.

Returns
  • possible object is String

public String getCheckerPhone ()

Gets the value of the checkerPhone property.

Returns
  • possible object is String

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 void setCandidateId (long value)

Sets the value of the candidateId property.

Parameters
value

public void setCheckerEmail (String value)

Sets the value of the checkerEmail property.

Parameters
value Allowed object is String

public void setCheckerName (String value)

Sets the value of the checkerName property.

Parameters
value Allowed object is String

public void setCheckerPhone (String value)

Sets the value of the checkerPhone property.

Parameters
value Allowed object is String

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