public class

OldPositionImpl

extends Object
implements OldPosition Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.OldPositionImpl

Summary

Constants
long serialVersionUID
Fields
protected CompanyImpl company
protected String title
Public Constructors
OldPositionImpl()
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.OldPosition

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected CompanyImpl company

protected String title

Public Constructors

public OldPositionImpl ()

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