public class

CompanyPersonUpdateImpl

extends Object
implements CompanyPersonUpdate Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.CompanyPersonUpdateImpl

Summary

Constants
long serialVersionUID
Fields
protected ActionImpl action
protected NewPositionImpl newPosition
protected OldPositionImpl oldPosition
protected PersonImpl person
Public Constructors
CompanyPersonUpdateImpl()
Public Methods
Action getAction()
Gets the value of the action property.
NewPosition getNewPosition()
Gets the value of the newPosition property.
OldPosition getOldPosition()
Gets the value of the oldPosition property.
Person getPerson()
Gets the value of the person property.
void setAction(Action value)
Sets the value of the action property.
void setNewPosition(NewPosition value)
Sets the value of the newPosition property.
void setOldPosition(OldPosition value)
Sets the value of the oldPosition property.
void setPerson(Person value)
Sets the value of the person property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.CompanyPersonUpdate

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ActionImpl action

protected NewPositionImpl newPosition

protected OldPositionImpl oldPosition

protected PersonImpl person

Public Constructors

public CompanyPersonUpdateImpl ()

Public Methods

public Action getAction ()

Gets the value of the action property.

Returns

public NewPosition getNewPosition ()

Gets the value of the newPosition property.

Returns

public OldPosition getOldPosition ()

Gets the value of the oldPosition property.

Returns

public Person getPerson ()

Gets the value of the person property.

Returns

public void setAction (Action value)

Sets the value of the action property.

Parameters
value Allowed object is Action

public void setNewPosition (NewPosition value)

Sets the value of the newPosition property.

Parameters
value Allowed object is NewPosition

public void setOldPosition (OldPosition value)

Sets the value of the oldPosition property.

Parameters
value Allowed object is OldPosition

public void setPerson (Person value)

Sets the value of the person property.

Parameters
value Allowed object is Person