public class

CandidateInsertResultBean

extends Object
java.lang.Object
   ↳ org.mule.modules.taleo.model.CandidateInsertResultBean

Class Overview

Java class for CandidateInsertResultBean complex type.

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

 <complexType name="CandidateInsertResultBean">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="candidateId" type="{http://www.w3.org/2001/XMLSchema}long"/>
         <element name="dup" type="{http://www.w3.org/2001/XMLSchema}long"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected long candidateId
protected long dup
Public Constructors
CandidateInsertResultBean()
Public Methods
long getCandidateId()
Gets the value of the candidateId property.
long getDup()
Gets the value of the dup property.
void setCandidateId(long value)
Sets the value of the candidateId property.
void setDup(long value)
Sets the value of the dup property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected long candidateId

protected long dup

Public Constructors

public CandidateInsertResultBean ()

Public Methods

public long getCandidateId ()

Gets the value of the candidateId property.

public long getDup ()

Gets the value of the dup property.

public void setCandidateId (long value)

Sets the value of the candidateId property.

Parameters
value

public void setDup (long value)

Sets the value of the dup property.

Parameters
value