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

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

public class ShareImpl
extends java.lang.Object
implements java.io.Serializable, Share

See Also:
Serialized Form

Field Summary
protected  AttributionImpl attribution
           
protected  java.lang.String comment
           
protected  ContentImpl content
           
protected  java.lang.String id
           
private static long serialVersionUID
           
protected  VisibilityImpl visibility
           
 
Constructor Summary
ShareImpl()
           
 
Method Summary
 Attribution getAttribution()
          Gets the value of the attribution property.
 java.lang.String getComment()
          Gets the value of the comment property.
 Content getContent()
          Gets the value of the content property.
 java.lang.String getId()
          Gets the value of the id property.
 Visibility getVisibility()
          Gets the value of the visibility property.
 void setAttribution(Attribution value)
          Sets the value of the attribution property.
 void setComment(java.lang.String value)
          Sets the value of the comment property.
 void setContent(Content value)
          Sets the value of the content property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setVisibility(Visibility value)
          Sets the value of the visibility 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

content

protected ContentImpl content

visibility

protected VisibilityImpl visibility

comment

protected java.lang.String comment

attribution

protected AttributionImpl attribution

id

protected java.lang.String id
Constructor Detail

ShareImpl

public ShareImpl()
Method Detail

getContent

public Content getContent()
Description copied from interface: Share
Gets the value of the content property.

Specified by:
getContent in interface Share
Returns:
possible object is Content

setContent

public void setContent(Content value)
Description copied from interface: Share
Sets the value of the content property.

Specified by:
setContent in interface Share
Parameters:
value - allowed object is Content

getVisibility

public Visibility getVisibility()
Description copied from interface: Share
Gets the value of the visibility property.

Specified by:
getVisibility in interface Share
Returns:
possible object is Visibility

setVisibility

public void setVisibility(Visibility value)
Description copied from interface: Share
Sets the value of the visibility property.

Specified by:
setVisibility in interface Share
Parameters:
value - allowed object is Visibility

getComment

public java.lang.String getComment()
Description copied from interface: Share
Gets the value of the comment property.

Specified by:
getComment in interface Share
Returns:
possible object is String

setComment

public void setComment(java.lang.String value)
Description copied from interface: Share
Sets the value of the comment property.

Specified by:
setComment in interface Share
Parameters:
value - allowed object is String

getAttribution

public Attribution getAttribution()
Description copied from interface: Share
Gets the value of the attribution property.

Specified by:
getAttribution in interface Share
Returns:
possible object is Attribution

setAttribution

public void setAttribution(Attribution value)
Description copied from interface: Share
Sets the value of the attribution property.

Specified by:
setAttribution in interface Share
Parameters:
value - allowed object is Attribution

getId

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

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

setId

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

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