org.springframework.social.linkedin.api
Class Location

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

public class Location
extends java.lang.Object
implements java.io.Serializable

Model class representing a location.

See Also:
Serialized Form

Constructor Summary
Location(java.lang.String country, java.lang.String name)
           
 
Method Summary
 java.lang.String getCountry()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Location

public Location(java.lang.String country,
                java.lang.String name)
Method Detail

getCountry

public java.lang.String getCountry()

getName

public java.lang.String getName()