com.dice
Class DiceCandidate

java.lang.Object
  extended by com.dice.DiceCandidate

public class DiceCandidate
extends java.lang.Object

$RCSfile: DiceCandidate.html,v $
$Author: duket $
$Date: 2010/12/14 16:48:42 $

Original Author: duke _DOT_ takle _AT_ dice _DOT_ com
Date: February, 2010


Field Summary
protected  java.lang.String country
          The country of residence for the candidate
protected  java.lang.String documentKey
          A unique 32 byte identifier for each Dice candidate.
protected  java.lang.String email
          Email address that can be used to contact the candidate
protected  java.lang.String firstName
          First name of the candidate
protected  java.lang.String lastName
          Last name of the candidate
protected  java.lang.String municipality
          The city of residence for the candidate
protected  java.lang.String position
          The postion title desired by the candidate
protected  java.lang.String region
          The region or state of residence for the candidate
protected  java.lang.String resumeText
          The HTML representation of the candidate's resume.
protected  java.lang.String resumeURL
          This is a URL that can be used with the auth token to download the original resume of the candidate (e.g.
protected  java.lang.String score
          Not used at this time
protected  java.lang.String skill
          A list of skills listed by the candidate
protected  java.lang.String submittedDate
          The submission date of the profile and resume
 
Constructor Summary
DiceCandidate()
           
 
Method Summary
 java.lang.String getCountry()
           
 java.lang.String getDocumentKey()
           
 java.lang.String getEmail()
           
 java.lang.String getFirstName()
           
 java.lang.String getLastName()
           
 java.lang.String getMunicipality()
           
 java.lang.String getPosition()
           
 java.lang.String getRegion()
           
 java.lang.String getResumeText()
           
 java.lang.String getResumeURL()
           
 java.lang.String getScore()
           
 java.lang.String getSkill()
           
 java.lang.String getSubmittedDate()
           
 void setCountry(java.lang.String country)
           
 void setDocumentKey(java.lang.String documentKey)
           
 void setEmail(java.lang.String email)
           
 void setFirstName(java.lang.String firstName)
           
 void setLastName(java.lang.String lastName)
           
 void setMunicipality(java.lang.String municipality)
           
 void setPosition(java.lang.String position)
           
 void setRegion(java.lang.String region)
           
 void setResumeText(java.lang.String resumeText)
           
 void setResumeURL(java.lang.String resumeURL)
           
 void setScore(java.lang.String score)
           
 void setSkill(java.lang.String skill)
           
 void setSubmittedDate(java.lang.String submittedDate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

documentKey

protected java.lang.String documentKey
A unique 32 byte identifier for each Dice candidate. It can be used to obtain the resume view from the service.


firstName

protected java.lang.String firstName
First name of the candidate


lastName

protected java.lang.String lastName
Last name of the candidate


country

protected java.lang.String country
The country of residence for the candidate


region

protected java.lang.String region
The region or state of residence for the candidate


municipality

protected java.lang.String municipality
The city of residence for the candidate


position

protected java.lang.String position
The postion title desired by the candidate


score

protected java.lang.String score
Not used at this time


skill

protected java.lang.String skill
A list of skills listed by the candidate


submittedDate

protected java.lang.String submittedDate
The submission date of the profile and resume


email

protected java.lang.String email
Email address that can be used to contact the candidate


resumeURL

protected java.lang.String resumeURL
This is a URL that can be used with the auth token to download the original resume of the candidate (e.g. Microsoft Word document). Note: this is only populated with a call to the #viewCandidate() method and if the candidate uploaded a resume for their current profile.


resumeText

protected java.lang.String resumeText
The HTML representation of the candidate's resume. Note: this is only populated with a call to #viewCandidate()

Constructor Detail

DiceCandidate

public DiceCandidate()
Method Detail

getResumeText

public java.lang.String getResumeText()

setResumeText

public void setResumeText(java.lang.String resumeText)

getCountry

public java.lang.String getCountry()

setCountry

public void setCountry(java.lang.String country)

getDocumentKey

public java.lang.String getDocumentKey()

setDocumentKey

public void setDocumentKey(java.lang.String documentKey)

getFirstName

public java.lang.String getFirstName()

setFirstName

public void setFirstName(java.lang.String firstName)

getLastName

public java.lang.String getLastName()

setLastName

public void setLastName(java.lang.String lastName)

getMunicipality

public java.lang.String getMunicipality()

setMunicipality

public void setMunicipality(java.lang.String municipality)

getPosition

public java.lang.String getPosition()

setPosition

public void setPosition(java.lang.String position)

getRegion

public java.lang.String getRegion()

setRegion

public void setRegion(java.lang.String region)

getScore

public java.lang.String getScore()

setScore

public void setScore(java.lang.String score)

getSkill

public java.lang.String getSkill()

setSkill

public void setSkill(java.lang.String skill)

getSubmittedDate

public java.lang.String getSubmittedDate()

setSubmittedDate

public void setSubmittedDate(java.lang.String submittedDate)

getEmail

public java.lang.String getEmail()

setEmail

public void setEmail(java.lang.String email)

getResumeURL

public java.lang.String getResumeURL()

setResumeURL

public void setResumeURL(java.lang.String resumeURL)