public class

LocationImpl

extends Object
implements Location Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.LocationImpl

Summary

Constants
long serialVersionUID
Fields
protected CountryImpl country
protected String name
Public Constructors
LocationImpl()
Public Methods
Country getCountry()
Gets the value of the country property.
String getName()
Gets the value of the name property.
void setCountry(Country value)
Sets the value of the country property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Location

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected CountryImpl country

protected String name

Public Constructors

public LocationImpl ()

Public Methods

public Country getCountry ()

Gets the value of the country property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setCountry (Country value)

Sets the value of the country property.

Parameters
value Allowed object is Country

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String