public class

NewPositionImpl

extends Object
implements NewPosition Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.NewPositionImpl

Summary

Constants
long serialVersionUID
Fields
protected CompanyImpl company
protected String title
Public Constructors
NewPositionImpl()
Public Methods
Company getCompany()
Gets the value of the company property.
String getTitle()
Gets the value of the title property.
void setCompany(Company value)
Sets the value of the company property.
void setTitle(String value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.NewPosition

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected CompanyImpl company

protected String title

Public Constructors

public NewPositionImpl ()

Public Methods

public Company getCompany ()

Gets the value of the company property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public void setCompany (Company value)

Sets the value of the company property.

Parameters
value Allowed object is Company

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String