public class

PublicationAuthorImpl

extends Object
implements PublicationAuthor Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.PublicationAuthorImpl

Summary

Constants
long serialVersionUID
Fields
protected String id
protected String name
protected PersonImpl person
Public Constructors
PublicationAuthorImpl()
Public Methods
String getId()
Gets the value of the id property.
String getName()
Gets the value of the name property.
Person getPerson()
Gets the value of the person property.
void setId(String value)
Sets the value of the id property.
void setName(String value)
Sets the value of the name 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.PublicationAuthor

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String id

protected String name

protected PersonImpl person

Public Constructors

public PublicationAuthorImpl ()

Public Methods

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public Person getPerson ()

Gets the value of the person property.

Returns

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setPerson (Person value)

Sets the value of the person property.

Parameters
value Allowed object is Person