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

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

public class LikeImpl
extends java.lang.Object
implements java.io.Serializable, Like

See Also:
Serialized Form

Field Summary
protected  PersonImpl person
           
private static long serialVersionUID
           
 
Constructor Summary
LikeImpl()
           
 
Method Summary
 Person getPerson()
          Gets the value of the person property.
 void setPerson(Person value)
          Sets the value of the person 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

person

protected PersonImpl person
Constructor Detail

LikeImpl

public LikeImpl()
Method Detail

getPerson

public Person getPerson()
Description copied from interface: Like
Gets the value of the person property.

Specified by:
getPerson in interface Like
Returns:
possible object is Person

setPerson

public void setPerson(Person value)
Description copied from interface: Like
Sets the value of the person property.

Specified by:
setPerson in interface Like
Parameters:
value - allowed object is Person