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

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

public class AuthorImpl
extends java.lang.Object
implements java.io.Serializable, Author

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  RelationToViewerImpl relationToViewer
           
private static long serialVersionUID
           
protected  SiteStandardProfileRequestImpl siteStandardProfileRequest
           
 
Constructor Summary
AuthorImpl()
           
 
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.
 RelationToViewer getRelationToViewer()
          Gets the value of the relationToViewer 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 setRelationToViewer(RelationToViewer value)
          Sets the value of the relationToViewer 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

relationToViewer

protected RelationToViewerImpl relationToViewer

apiStandardProfileRequest

protected ApiStandardProfileRequestImpl apiStandardProfileRequest

siteStandardProfileRequest

protected SiteStandardProfileRequestImpl siteStandardProfileRequest
Constructor Detail

AuthorImpl

public AuthorImpl()
Method Detail

getId

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

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

setId

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

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

getFirstName

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

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

setFirstName

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

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

getLastName

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

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

setLastName

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

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

getHeadline

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

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

setHeadline

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

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

getRelationToViewer

public RelationToViewer getRelationToViewer()
Description copied from interface: Author
Gets the value of the relationToViewer property.

Specified by:
getRelationToViewer in interface Author
Returns:
possible object is RelationToViewer

setRelationToViewer

public void setRelationToViewer(RelationToViewer value)
Description copied from interface: Author
Sets the value of the relationToViewer property.

Specified by:
setRelationToViewer in interface Author
Parameters:
value - allowed object is RelationToViewer

getApiStandardProfileRequest

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

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

setApiStandardProfileRequest

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

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

getSiteStandardProfileRequest

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

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

setSiteStandardProfileRequest

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

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