com.google.code.linkedinapi.schema.impl
Class CountryImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.impl.CountryImpl
All Implemented Interfaces:
Country, SchemaEntity, java.io.Serializable

public class CountryImpl
extends java.lang.Object
implements java.io.Serializable, Country

See Also:
Serialized Form

Field Summary
protected  java.lang.String code
           
private static long serialVersionUID
           
 
Constructor Summary
CountryImpl()
           
 
Method Summary
 java.lang.String getCode()
          Gets the value of the code property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

code

protected java.lang.String code
Constructor Detail

CountryImpl

public CountryImpl()
Method Detail

getCode

public java.lang.String getCode()
Description copied from interface: Country
Gets the value of the code property.

Specified by:
getCode in interface Country
Returns:
possible object is String

setCode

public void setCode(java.lang.String value)
Description copied from interface: Country
Sets the value of the code property.

Specified by:
setCode in interface Country
Parameters:
value - allowed object is String