com.google.code.linkedinapi.schema.xpp
Class UpdateImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
      extended by com.google.code.linkedinapi.schema.xpp.UpdateImpl
All Implemented Interfaces:
SchemaEntity, Update, java.io.Serializable

public class UpdateImpl
extends BaseSchemaEntity
implements Update

See Also:
Serialized Form

Field Summary
protected  boolean isCommentable
           
protected  boolean isLikable
           
protected  boolean isLiked
           
protected  LikesImpl likes
           
protected  java.lang.Long numLikes
           
private static long serialVersionUID
           
protected  java.lang.Long timestamp
           
protected  UpdateCommentsImpl updateComments
           
protected  UpdateContentImpl updateContent
           
protected  java.lang.String updateKey
           
protected  NetworkUpdateReturnType updateType
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
UpdateImpl()
           
 
Method Summary
 Likes getLikes()
          Gets the value of the likes property.
 java.lang.Long getNumLikes()
          Gets the value of the numLikes property.
 java.lang.Long getTimestamp()
          Gets the value of the timestamp property.
 UpdateComments getUpdateComments()
          Gets the value of the updateComments property.
 UpdateContent getUpdateContent()
          Gets the value of the updateContent property.
 java.lang.String getUpdateKey()
          Gets the value of the updateKey property.
 NetworkUpdateReturnType getUpdateType()
          Gets the value of the updateType property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 boolean isIsCommentable()
          Gets the value of the isCommentable property.
 boolean isIsLikable()
          Gets the value of the isLikable property.
 boolean isIsLiked()
          Gets the value of the isLiked property.
 void setIsCommentable(boolean value)
          Sets the value of the isCommentable property.
 void setIsLikable(boolean value)
          Sets the value of the isLikable property.
 void setIsLiked(boolean value)
          Sets the value of the isLiked property.
 void setLikes(Likes value)
          Sets the value of the likes property.
 void setNumLikes(java.lang.Long value)
          Sets the value of the numLikes property.
 void setTimestamp(java.lang.Long value)
          Sets the value of the timestamp property.
 void setUpdateComments(UpdateComments value)
          Sets the value of the updateComments property.
 void setUpdateContent(UpdateContent value)
          Sets the value of the updateContent property.
 void setUpdateKey(java.lang.String value)
          Sets the value of the updateKey property.
 void setUpdateType(NetworkUpdateReturnType value)
          Sets the value of the updateType property.
 void toXml(org.xmlpull.v1.XmlSerializer serializer)
          To xml.
 
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

timestamp

protected java.lang.Long timestamp

updateKey

protected java.lang.String updateKey

updateType

protected NetworkUpdateReturnType updateType

updateContent

protected UpdateContentImpl updateContent

isCommentable

protected boolean isCommentable

isLikable

protected boolean isLikable

isLiked

protected boolean isLiked

numLikes

protected java.lang.Long numLikes

updateComments

protected UpdateCommentsImpl updateComments

likes

protected LikesImpl likes
Constructor Detail

UpdateImpl

public UpdateImpl()
Method Detail

getTimestamp

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

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

setTimestamp

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

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

getUpdateKey

public java.lang.String getUpdateKey()
Description copied from interface: Update
Gets the value of the updateKey property.

Specified by:
getUpdateKey in interface Update
Returns:
possible object is String

setUpdateKey

public void setUpdateKey(java.lang.String value)
Description copied from interface: Update
Sets the value of the updateKey property.

Specified by:
setUpdateKey in interface Update
Parameters:
value - allowed object is String

getUpdateType

public NetworkUpdateReturnType getUpdateType()
Description copied from interface: Update
Gets the value of the updateType property.

Specified by:
getUpdateType in interface Update
Returns:
possible object is NetworkUpdateReturnType

setUpdateType

public void setUpdateType(NetworkUpdateReturnType value)
Description copied from interface: Update
Sets the value of the updateType property.

Specified by:
setUpdateType in interface Update
Parameters:
value - allowed object is NetworkUpdateReturnType

getUpdateContent

public UpdateContent getUpdateContent()
Description copied from interface: Update
Gets the value of the updateContent property.

Specified by:
getUpdateContent in interface Update
Returns:
possible object is UpdateContent

setUpdateContent

public void setUpdateContent(UpdateContent value)
Description copied from interface: Update
Sets the value of the updateContent property.

Specified by:
setUpdateContent in interface Update
Parameters:
value - allowed object is UpdateContent

isIsCommentable

public boolean isIsCommentable()
Description copied from interface: Update
Gets the value of the isCommentable property.

Specified by:
isIsCommentable in interface Update

setIsCommentable

public void setIsCommentable(boolean value)
Description copied from interface: Update
Sets the value of the isCommentable property.

Specified by:
setIsCommentable in interface Update

isIsLikable

public boolean isIsLikable()
Description copied from interface: Update
Gets the value of the isLikable property.

Specified by:
isIsLikable in interface Update

setIsLikable

public void setIsLikable(boolean value)
Description copied from interface: Update
Sets the value of the isLikable property.

Specified by:
setIsLikable in interface Update

isIsLiked

public boolean isIsLiked()
Description copied from interface: Update
Gets the value of the isLiked property.

Specified by:
isIsLiked in interface Update

setIsLiked

public void setIsLiked(boolean value)
Description copied from interface: Update
Sets the value of the isLiked property.

Specified by:
setIsLiked in interface Update

getNumLikes

public java.lang.Long getNumLikes()
Description copied from interface: Update
Gets the value of the numLikes property.

Specified by:
getNumLikes in interface Update
Returns:
possible object is String

setNumLikes

public void setNumLikes(java.lang.Long value)
Description copied from interface: Update
Sets the value of the numLikes property.

Specified by:
setNumLikes in interface Update
Parameters:
value - allowed object is String

getUpdateComments

public UpdateComments getUpdateComments()
Description copied from interface: Update
Gets the value of the updateComments property.

Specified by:
getUpdateComments in interface Update
Returns:
possible object is UpdateComments

setUpdateComments

public void setUpdateComments(UpdateComments value)
Description copied from interface: Update
Sets the value of the updateComments property.

Specified by:
setUpdateComments in interface Update
Parameters:
value - allowed object is UpdateComments

getLikes

public Likes getLikes()
Description copied from interface: Update
Gets the value of the likes property.

Specified by:
getLikes in interface Update
Returns:
possible object is Likes

setLikes

public void setLikes(Likes value)
Description copied from interface: Update
Sets the value of the likes property.

Specified by:
setLikes in interface Update
Parameters:
value - allowed object is Likes

init

public void init(org.xmlpull.v1.XmlPullParser parser)
          throws java.io.IOException,
                 org.xmlpull.v1.XmlPullParserException
Description copied from class: BaseSchemaEntity
Inits the.

Specified by:
init in class BaseSchemaEntity
Parameters:
parser - the element
Throws:
java.io.IOException - TODO
org.xmlpull.v1.XmlPullParserException - TODO

toXml

public void toXml(org.xmlpull.v1.XmlSerializer serializer)
           throws java.io.IOException
Description copied from class: BaseSchemaEntity
To xml.

Specified by:
toXml in class BaseSchemaEntity
Parameters:
serializer - the document
Throws:
java.io.IOException - TODO