public class

JobImpl

extends Object
implements Job Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.JobImpl

Summary

Constants
long serialVersionUID
Fields
protected CompanyImpl company
protected String id
protected JobPosterImpl jobPoster
protected PositionImpl position
protected SiteJobRequestImpl siteJobRequest
Public Constructors
JobImpl()
Public Methods
Company getCompany()
Gets the value of the company property.
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(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.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Job

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected CompanyImpl company

protected String id

protected JobPosterImpl jobPoster

protected PositionImpl position

protected SiteJobRequestImpl siteJobRequest

Public Constructors

public JobImpl ()

Public Methods

public Company getCompany ()

Gets the value of the company property.

Returns

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public JobPoster getJobPoster ()

Gets the value of the jobPoster property.

Returns

public Position getPosition ()

Gets the value of the position property.

Returns

public SiteJobRequest getSiteJobRequest ()

Gets the value of the siteJobRequest property.

Returns

public void setCompany (Company value)

Sets the value of the company property.

Parameters
value Allowed object is Company

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setJobPoster (JobPoster value)

Sets the value of the jobPoster property.

Parameters
value Allowed object is JobPoster

public void setPosition (Position value)

Sets the value of the position property.

Parameters
value Allowed object is Position

public void setSiteJobRequest (SiteJobRequest value)

Sets the value of the siteJobRequest property.

Parameters
value Allowed object is SiteJobRequest