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

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

public class CurrentShareImpl
extends java.lang.Object
implements java.io.Serializable, CurrentShare

See Also:
Serialized Form

Field Summary
protected  AuthorImpl author
           
protected  java.lang.String comment
           
protected  ContentImpl content
           
protected  java.lang.String id
           
private static long serialVersionUID
           
protected  SourceImpl source
           
protected  java.lang.Long timestamp
           
protected  VisibilityImpl visibility
           
 
Constructor Summary
CurrentShareImpl()
           
 
Method Summary
 Author getAuthor()
          Gets the value of the author 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.
 Source getSource()
          Gets the value of the source property.
 java.lang.Long getTimestamp()
          Gets the value of the timestamp property.
 Visibility getVisibility()
          Gets the value of the visibility property.
 void setAuthor(Author value)
          Sets the value of the author 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 setSource(Source value)
          Sets the value of the source property.
 void setTimestamp(java.lang.Long value)
          Sets the value of the timestamp 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

id

protected java.lang.String id

timestamp

protected java.lang.Long timestamp

comment

protected java.lang.String comment

content

protected ContentImpl content

visibility

protected VisibilityImpl visibility

source

protected SourceImpl source

author

protected AuthorImpl author
Constructor Detail

CurrentShareImpl

public CurrentShareImpl()
Method Detail

getId

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

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

setId

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

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

getTimestamp

public java.lang.Long getTimestamp()
Description copied from interface: CurrentShare
Gets the value of the timestamp property.

Specified by:
getTimestamp in interface CurrentShare
Returns:
possible object is String

setTimestamp

public void setTimestamp(java.lang.Long value)
Description copied from interface: CurrentShare
Sets the value of the timestamp property.

Specified by:
setTimestamp in interface CurrentShare
Parameters:
value - allowed object is String

getComment

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

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

setComment

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

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

getContent

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

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

setContent

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

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

getVisibility

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

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

setVisibility

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

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

getSource

public Source getSource()
Description copied from interface: CurrentShare
Gets the value of the source property.

Specified by:
getSource in interface CurrentShare
Returns:
possible object is Source

setSource

public void setSource(Source value)
Description copied from interface: CurrentShare
Sets the value of the source property.

Specified by:
setSource in interface CurrentShare
Parameters:
value - allowed object is Source

getAuthor

public Author getAuthor()
Description copied from interface: CurrentShare
Gets the value of the author property.

Specified by:
getAuthor in interface CurrentShare
Returns:
possible object is Author

setAuthor

public void setAuthor(Author value)
Description copied from interface: CurrentShare
Sets the value of the author property.

Specified by:
setAuthor in interface CurrentShare
Parameters:
value - allowed object is Author