public class

OfferBean

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

Class Overview

Java class for OfferBean complex type.

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

 <complexType name="OfferBean">
   <complexContent>
     <extension base="{urn:TBEWebAPI}EntityBean">
       <sequence>
         <element name="candidateId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="creator" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="employmentType" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="manager" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="offerFileName" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="payRate" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="requisitionId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime"/>
         <element name="stockOptions" type="{http://www.w3.org/2001/XMLSchema}string"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long candidateId
protected String creator
protected String employmentType
protected XMLGregorianCalendar expirationDate
protected String manager
protected String offerFileName
protected String payRate
protected long requisitionId
protected XMLGregorianCalendar startDate
protected String stockOptions
protected String title
[Expand]
Inherited Fields
From class org.mule.modules.taleo.model.EntityBean
Public Constructors
OfferBean()
Public Methods
long getCandidateId()
Gets the value of the candidateId property.
String getCreator()
Gets the value of the creator property.
String getEmploymentType()
Gets the value of the employmentType property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
String getManager()
Gets the value of the manager property.
String getOfferFileName()
Gets the value of the offerFileName property.
String getPayRate()
Gets the value of the payRate property.
long getRequisitionId()
Gets the value of the requisitionId property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
String getStockOptions()
Gets the value of the stockOptions property.
String getTitle()
Gets the value of the title property.
void setCandidateId(long value)
Sets the value of the candidateId property.
void setCreator(String value)
Sets the value of the creator property.
void setEmploymentType(String value)
Sets the value of the employmentType property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setManager(String value)
Sets the value of the manager property.
void setOfferFileName(String value)
Sets the value of the offerFileName property.
void setPayRate(String value)
Sets the value of the payRate property.
void setRequisitionId(long value)
Sets the value of the requisitionId property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setStockOptions(String value)
Sets the value of the stockOptions property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class org.mule.modules.taleo.model.EntityBean
From class java.lang.Object

Fields

protected long candidateId

protected String creator

protected String employmentType

protected XMLGregorianCalendar expirationDate

protected String manager

protected String offerFileName

protected String payRate

protected long requisitionId

protected XMLGregorianCalendar startDate

protected String stockOptions

protected String title

Public Constructors

public OfferBean ()

Public Methods

public long getCandidateId ()

Gets the value of the candidateId property.

public String getCreator ()

Gets the value of the creator property.

Returns
  • possible object is String

public String getEmploymentType ()

Gets the value of the employmentType property.

Returns
  • possible object is String

public XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getManager ()

Gets the value of the manager property.

Returns
  • possible object is String

public String getOfferFileName ()

Gets the value of the offerFileName property.

Returns
  • possible object is String

public String getPayRate ()

Gets the value of the payRate property.

Returns
  • possible object is String

public long getRequisitionId ()

Gets the value of the requisitionId property.

public XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public String getStockOptions ()

Gets the value of the stockOptions property.

Returns
  • possible object is String

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setCandidateId (long value)

Sets the value of the candidateId property.

Parameters
value

public void setCreator (String value)

Sets the value of the creator property.

Parameters
value Allowed object is String

public void setEmploymentType (String value)

Sets the value of the employmentType property.

Parameters
value Allowed object is String

public void setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setManager (String value)

Sets the value of the manager property.

Parameters
value Allowed object is String

public void setOfferFileName (String value)

Sets the value of the offerFileName property.

Parameters
value Allowed object is String

public void setPayRate (String value)

Sets the value of the payRate property.

Parameters
value Allowed object is String

public void setRequisitionId (long value)

Sets the value of the requisitionId property.

Parameters
value

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStockOptions (String value)

Sets the value of the stockOptions property.

Parameters
value Allowed object is String

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String