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

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

public class RecipientImpl
extends java.lang.Object
implements java.io.Serializable, Recipient

See Also:
Serialized Form

Field Summary
protected  PersonImpl person
           
private static long serialVersionUID
           
 
Constructor Summary
RecipientImpl()
           
 
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

RecipientImpl

public RecipientImpl()
Method Detail

getPerson

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

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

setPerson

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

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