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

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

public class UpdateCommentImpl
extends BaseSchemaEntity
implements UpdateComment

See Also:
Serialized Form

Field Summary
protected  java.lang.String comment
           
protected  java.lang.String id
           
protected  PersonImpl person
           
protected  java.lang.Long sequenceNumber
           
private static long serialVersionUID
           
protected  java.lang.Long timestamp
           
 
Fields inherited from class com.google.code.linkedinapi.schema.xpp.BaseSchemaEntity
LOG
 
Constructor Summary
UpdateCommentImpl()
           
 
Method Summary
 java.lang.String getComment()
          Gets the value of the comment property.
 java.lang.String getId()
          Gets the value of the id property.
 Person getPerson()
          Gets the value of the person property.
 java.lang.Long getSequenceNumber()
          Gets the value of the sequenceNumber property.
 java.lang.Long getTimestamp()
          Gets the value of the timestamp property.
 void init(org.xmlpull.v1.XmlPullParser parser)
          Inits the.
 void setComment(java.lang.String value)
          Sets the value of the comment property.
 void setId(java.lang.String value)
          Sets the value of the id property.
 void setPerson(Person value)
          Sets the value of the person property.
 void setSequenceNumber(java.lang.Long value)
          Sets the value of the sequenceNumber property.
 void setTimestamp(java.lang.Long value)
          Sets the value of the timestamp 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

id

protected java.lang.String id

sequenceNumber

protected java.lang.Long sequenceNumber

comment

protected java.lang.String comment

person

protected PersonImpl person

timestamp

protected java.lang.Long timestamp
Constructor Detail

UpdateCommentImpl

public UpdateCommentImpl()
Method Detail

getId

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

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

setId

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

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

getSequenceNumber

public java.lang.Long getSequenceNumber()
Description copied from interface: UpdateComment
Gets the value of the sequenceNumber property.

Specified by:
getSequenceNumber in interface UpdateComment
Returns:
possible object is String

setSequenceNumber

public void setSequenceNumber(java.lang.Long value)
Description copied from interface: UpdateComment
Sets the value of the sequenceNumber property.

Specified by:
setSequenceNumber in interface UpdateComment
Parameters:
value - allowed object is String

getComment

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

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

setComment

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

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

getPerson

public Person getPerson()
Description copied from interface: UpdateComment
Gets the value of the person property.

Specified by:
getPerson in interface UpdateComment
Returns:
possible object is Person

setPerson

public void setPerson(Person value)
Description copied from interface: UpdateComment
Sets the value of the person property.

Specified by:
setPerson in interface UpdateComment
Parameters:
value - allowed object is Person

getTimestamp

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

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

setTimestamp

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

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

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