org.springframework.social.linkedin.api
Class Location

java.lang.Object
  extended by org.springframework.social.linkedin.api.LinkedInObject
      extended by org.springframework.social.linkedin.api.Location
All Implemented Interfaces:
Serializable

public class Location
extends LinkedInObject
implements Serializable

Model class representing a location.

See Also:
Serialized Form

Constructor Summary
Location(String country, String name)
           
 
Method Summary
 String getCountry()
           
 String getName()
           
 
Methods inherited from class org.springframework.social.linkedin.api.LinkedInObject
add, getExtraData
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location(String country,
                String name)
Method Detail

getCountry

public String getCountry()

getName

public String getName()