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

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

public class MailboxItemImpl
extends java.lang.Object
implements java.io.Serializable, MailboxItem

See Also:
Serialized Form

Field Summary
protected  java.lang.String body
           
protected  ItemContentImpl itemContent
           
protected  RecipientsImpl recipients
           
private static long serialVersionUID
           
protected  java.lang.String subject
           
 
Constructor Summary
MailboxItemImpl()
           
 
Method Summary
 java.lang.String getBody()
          Gets the value of the body property.
 ItemContent getItemContent()
          Gets the value of the itemContent property.
 Recipients getRecipients()
          Gets the value of the recipients property.
 java.lang.String getSubject()
          Gets the value of the subject property.
 void setBody(java.lang.String value)
          Sets the value of the body property.
 void setItemContent(ItemContent value)
          Sets the value of the itemContent property.
 void setRecipients(Recipients value)
          Sets the value of the recipients property.
 void setSubject(java.lang.String value)
          Sets the value of the subject 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

recipients

protected RecipientsImpl recipients

subject

protected java.lang.String subject

body

protected java.lang.String body

itemContent

protected ItemContentImpl itemContent
Constructor Detail

MailboxItemImpl

public MailboxItemImpl()
Method Detail

getRecipients

public Recipients getRecipients()
Description copied from interface: MailboxItem
Gets the value of the recipients property.

Specified by:
getRecipients in interface MailboxItem
Returns:
possible object is Recipients

setRecipients

public void setRecipients(Recipients value)
Description copied from interface: MailboxItem
Sets the value of the recipients property.

Specified by:
setRecipients in interface MailboxItem
Parameters:
value - allowed object is Recipients

getSubject

public java.lang.String getSubject()
Description copied from interface: MailboxItem
Gets the value of the subject property.

Specified by:
getSubject in interface MailboxItem
Returns:
possible object is String

setSubject

public void setSubject(java.lang.String value)
Description copied from interface: MailboxItem
Sets the value of the subject property.

Specified by:
setSubject in interface MailboxItem
Parameters:
value - allowed object is String

getBody

public java.lang.String getBody()
Description copied from interface: MailboxItem
Gets the value of the body property.

Specified by:
getBody in interface MailboxItem
Returns:
possible object is String

setBody

public void setBody(java.lang.String value)
Description copied from interface: MailboxItem
Sets the value of the body property.

Specified by:
setBody in interface MailboxItem
Parameters:
value - allowed object is String

getItemContent

public ItemContent getItemContent()
Description copied from interface: MailboxItem
Gets the value of the itemContent property.

Specified by:
getItemContent in interface MailboxItem
Returns:
possible object is ItemContent

setItemContent

public void setItemContent(ItemContent value)
Description copied from interface: MailboxItem
Sets the value of the itemContent property.

Specified by:
setItemContent in interface MailboxItem
Parameters:
value - allowed object is ItemContent