|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.UpdateCommentImpl
public class UpdateCommentImpl
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
|
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 |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private static final long serialVersionUID
protected java.lang.String id
protected java.lang.Long sequenceNumber
protected java.lang.String comment
protected PersonImpl person
protected java.lang.Long timestamp
Constructor Detail |
---|
public UpdateCommentImpl()
Method Detail |
---|
public java.lang.String getId()
UpdateComment
getId
in interface UpdateComment
String
public void setId(java.lang.String value)
UpdateComment
setId
in interface UpdateComment
value
- allowed object is
String
public java.lang.Long getSequenceNumber()
UpdateComment
getSequenceNumber
in interface UpdateComment
String
public void setSequenceNumber(java.lang.Long value)
UpdateComment
setSequenceNumber
in interface UpdateComment
value
- allowed object is
String
public java.lang.String getComment()
UpdateComment
getComment
in interface UpdateComment
String
public void setComment(java.lang.String value)
UpdateComment
setComment
in interface UpdateComment
value
- allowed object is
String
public Person getPerson()
UpdateComment
getPerson
in interface UpdateComment
Person
public void setPerson(Person value)
UpdateComment
setPerson
in interface UpdateComment
value
- allowed object is
Person
public java.lang.Long getTimestamp()
UpdateComment
getTimestamp
in interface UpdateComment
String
public void setTimestamp(java.lang.Long value)
UpdateComment
setTimestamp
in interface UpdateComment
value
- allowed object is
String
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |