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

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

public class ItemContentImpl
extends java.lang.Object
implements java.io.Serializable, ItemContent

See Also:
Serialized Form

Field Summary
protected  InvitationRequestImpl invitationRequest
           
private static long serialVersionUID
           
 
Constructor Summary
ItemContentImpl()
           
 
Method Summary
 InvitationRequest getInvitationRequest()
          Gets the value of the invitationRequest property.
 void setInvitationRequest(InvitationRequest value)
          Sets the value of the invitationRequest 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

invitationRequest

protected InvitationRequestImpl invitationRequest
Constructor Detail

ItemContentImpl

public ItemContentImpl()
Method Detail

getInvitationRequest

public InvitationRequest getInvitationRequest()
Description copied from interface: ItemContent
Gets the value of the invitationRequest property.

Specified by:
getInvitationRequest in interface ItemContent
Returns:
possible object is InvitationRequest

setInvitationRequest

public void setInvitationRequest(InvitationRequest value)
Description copied from interface: ItemContent
Sets the value of the invitationRequest property.

Specified by:
setInvitationRequest in interface ItemContent
Parameters:
value - allowed object is InvitationRequest