com.google.code.linkedinapi.schema.impl
Class LocationImpl
java.lang.Object
com.google.code.linkedinapi.schema.impl.LocationImpl
- All Implemented Interfaces:
- Location, SchemaEntity, java.io.Serializable
public class LocationImpl
- extends java.lang.Object
- implements java.io.Serializable, Location
- See Also:
- Serialized Form
Method Summary |
Country |
getCountry()
Gets the value of the country property. |
java.lang.String |
getName()
Gets the value of the name property. |
void |
setCountry(Country value)
Sets the value of the country property. |
void |
setName(java.lang.String value)
Sets the value of the name property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
name
protected java.lang.String name
country
protected CountryImpl country
LocationImpl
public LocationImpl()
getName
public java.lang.String getName()
- Description copied from interface:
Location
- Gets the value of the name property.
- Specified by:
getName
in interface Location
- Returns:
- possible object is
String
setName
public void setName(java.lang.String value)
- Description copied from interface:
Location
- Sets the value of the name property.
- Specified by:
setName
in interface Location
- Parameters:
value
- allowed object is
String
getCountry
public Country getCountry()
- Description copied from interface:
Location
- Gets the value of the country property.
- Specified by:
getCountry
in interface Location
- Returns:
- possible object is
Country
setCountry
public void setCountry(Country value)
- Description copied from interface:
Location
- Sets the value of the country property.
- Specified by:
setCountry
in interface Location
- Parameters:
value
- allowed object is
Country