com.google.code.linkedinapi.schema.impl
Class JobImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.impl.JobImpl
All Implemented Interfaces:
Job, SchemaEntity, java.io.Serializable

public class JobImpl
extends java.lang.Object
implements java.io.Serializable, Job

See Also:
Serialized Form

Field Summary
protected  CompanyImpl company
           
protected  java.lang.String id
           
protected  JobPosterImpl jobPoster
           
protected  PositionImpl position
           
private static long serialVersionUID
           
protected  SiteJobRequestImpl siteJobRequest
           
 
Constructor Summary
JobImpl()
           
 
Method Summary
 Company getCompany()
          Gets the value of the company property.
 java.lang.String getId()
          Gets the value of the id property.
 JobPoster getJobPoster()
          Gets the value of the jobPoster property.
 Position getPosition()
          Gets the value of the position property.
 SiteJobRequest getSiteJobRequest()
          Gets the value of the siteJobRequest property.
 void setCompany(Company value)
          Sets the value of the company property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setJobPoster(JobPoster value)
          Sets the value of the jobPoster property.
 void setPosition(Position value)
          Sets the value of the position property.
 void setSiteJobRequest(SiteJobRequest value)
          Sets the value of the siteJobRequest property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

id

protected java.lang.String id

position

protected PositionImpl position

company

protected CompanyImpl company

jobPoster

protected JobPosterImpl jobPoster

siteJobRequest

protected SiteJobRequestImpl siteJobRequest
Constructor Detail

JobImpl

public JobImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: Job
Gets the value of the id property.

Specified by:
getId in interface Job
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: Job
Sets the value of the id property.

Specified by:
setId in interface Job
Parameters:
value - allowed object is String

getPosition

public Position getPosition()
Description copied from interface: Job
Gets the value of the position property.

Specified by:
getPosition in interface Job
Returns:
possible object is Position

setPosition

public void setPosition(Position value)
Description copied from interface: Job
Sets the value of the position property.

Specified by:
setPosition in interface Job
Parameters:
value - allowed object is Position

getCompany

public Company getCompany()
Description copied from interface: Job
Gets the value of the company property.

Specified by:
getCompany in interface Job
Returns:
possible object is Company

setCompany

public void setCompany(Company value)
Description copied from interface: Job
Sets the value of the company property.

Specified by:
setCompany in interface Job
Parameters:
value - allowed object is Company

getJobPoster

public JobPoster getJobPoster()
Description copied from interface: Job
Gets the value of the jobPoster property.

Specified by:
getJobPoster in interface Job
Returns:
possible object is JobPoster

setJobPoster

public void setJobPoster(JobPoster value)
Description copied from interface: Job
Sets the value of the jobPoster property.

Specified by:
setJobPoster in interface Job
Parameters:
value - allowed object is JobPoster

getSiteJobRequest

public SiteJobRequest getSiteJobRequest()
Description copied from interface: Job
Gets the value of the siteJobRequest property.

Specified by:
getSiteJobRequest in interface Job
Returns:
possible object is SiteJobRequest

setSiteJobRequest

public void setSiteJobRequest(SiteJobRequest value)
Description copied from interface: Job
Sets the value of the siteJobRequest property.

Specified by:
setSiteJobRequest in interface Job
Parameters:
value - allowed object is SiteJobRequest