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

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

public class RecommendeeImpl
extends java.lang.Object
implements java.io.Serializable, Recommendee

See Also:
Serialized Form

Field Summary
protected  ApiStandardProfileRequestImpl apiStandardProfileRequest
           
protected  java.lang.String firstName
           
protected  java.lang.String headline
           
protected  java.lang.String id
           
protected  java.lang.String lastName
           
protected  java.lang.String pictureUrl
           
private static long serialVersionUID
           
protected  SiteStandardProfileRequestImpl siteStandardProfileRequest
           
 
Constructor Summary
RecommendeeImpl()
           
 
Method Summary
 ApiStandardProfileRequest getApiStandardProfileRequest()
          Gets the value of the apiStandardProfileRequest property.
 java.lang.String getFirstName()
          Gets the value of the firstName property.
 java.lang.String getHeadline()
          Gets the value of the headline property.
 java.lang.String getId()
          Gets the value of the id property.
 java.lang.String getLastName()
          Gets the value of the lastName property.
 java.lang.String getPictureUrl()
          Gets the value of the pictureUrl property.
 SiteStandardProfileRequest getSiteStandardProfileRequest()
          Gets the value of the siteStandardProfileRequest property.
 void setApiStandardProfileRequest(ApiStandardProfileRequest value)
          Sets the value of the apiStandardProfileRequest property.
 void setFirstName(java.lang.String value)
          Sets the value of the firstName property.
 void setHeadline(java.lang.String value)
          Sets the value of the headline property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setLastName(java.lang.String value)
          Sets the value of the lastName property.
 void setPictureUrl(java.lang.String value)
          Sets the value of the pictureUrl property.
 void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
          Sets the value of the siteStandardProfileRequest 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

id

protected java.lang.String id

firstName

protected java.lang.String firstName

lastName

protected java.lang.String lastName

headline

protected java.lang.String headline

pictureUrl

protected java.lang.String pictureUrl

apiStandardProfileRequest

protected ApiStandardProfileRequestImpl apiStandardProfileRequest

siteStandardProfileRequest

protected SiteStandardProfileRequestImpl siteStandardProfileRequest
Constructor Detail

RecommendeeImpl

public RecommendeeImpl()
Method Detail

getId

public java.lang.String getId()
Description copied from interface: Recommendee
Gets the value of the id property.

Specified by:
getId in interface Recommendee
Returns:
possible object is String

setId

public void setId(java.lang.String value)
Description copied from interface: Recommendee
Sets the value of the id property.

Specified by:
setId in interface Recommendee
Parameters:
value - allowed object is String

getFirstName

public java.lang.String getFirstName()
Description copied from interface: Recommendee
Gets the value of the firstName property.

Specified by:
getFirstName in interface Recommendee
Returns:
possible object is String

setFirstName

public void setFirstName(java.lang.String value)
Description copied from interface: Recommendee
Sets the value of the firstName property.

Specified by:
setFirstName in interface Recommendee
Parameters:
value - allowed object is String

getLastName

public java.lang.String getLastName()
Description copied from interface: Recommendee
Gets the value of the lastName property.

Specified by:
getLastName in interface Recommendee
Returns:
possible object is String

setLastName

public void setLastName(java.lang.String value)
Description copied from interface: Recommendee
Sets the value of the lastName property.

Specified by:
setLastName in interface Recommendee
Parameters:
value - allowed object is String

getHeadline

public java.lang.String getHeadline()
Description copied from interface: Recommendee
Gets the value of the headline property.

Specified by:
getHeadline in interface Recommendee
Returns:
possible object is String

setHeadline

public void setHeadline(java.lang.String value)
Description copied from interface: Recommendee
Sets the value of the headline property.

Specified by:
setHeadline in interface Recommendee
Parameters:
value - allowed object is String

getPictureUrl

public java.lang.String getPictureUrl()
Description copied from interface: Recommendee
Gets the value of the pictureUrl property.

Specified by:
getPictureUrl in interface Recommendee
Returns:
possible object is String

setPictureUrl

public void setPictureUrl(java.lang.String value)
Description copied from interface: Recommendee
Sets the value of the pictureUrl property.

Specified by:
setPictureUrl in interface Recommendee
Parameters:
value - allowed object is String

getApiStandardProfileRequest

public ApiStandardProfileRequest getApiStandardProfileRequest()
Description copied from interface: Recommendee
Gets the value of the apiStandardProfileRequest property.

Specified by:
getApiStandardProfileRequest in interface Recommendee
Returns:
possible object is ApiStandardProfileRequest

setApiStandardProfileRequest

public void setApiStandardProfileRequest(ApiStandardProfileRequest value)
Description copied from interface: Recommendee
Sets the value of the apiStandardProfileRequest property.

Specified by:
setApiStandardProfileRequest in interface Recommendee
Parameters:
value - allowed object is ApiStandardProfileRequest

getSiteStandardProfileRequest

public SiteStandardProfileRequest getSiteStandardProfileRequest()
Description copied from interface: Recommendee
Gets the value of the siteStandardProfileRequest property.

Specified by:
getSiteStandardProfileRequest in interface Recommendee
Returns:
possible object is SiteStandardProfileRequest

setSiteStandardProfileRequest

public void setSiteStandardProfileRequest(SiteStandardProfileRequest value)
Description copied from interface: Recommendee
Sets the value of the siteStandardProfileRequest property.

Specified by:
setSiteStandardProfileRequest in interface Recommendee
Parameters:
value - allowed object is SiteStandardProfileRequest