|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.AnswerImpl
public class AnswerImpl
Field Summary | |
---|---|
protected AuthorImpl |
author
|
protected java.lang.String |
id
|
private static long |
serialVersionUID
|
protected java.lang.String |
webUrl
|
Constructor Summary | |
---|---|
AnswerImpl()
|
Method Summary | |
---|---|
Author |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getId()
Gets the value of the id property. |
java.lang.String |
getWebUrl()
Gets the value of the webUrl property. |
void |
setAuthor(Author value)
Sets the value of the author property. |
void |
setId(java.lang.String value)
Sets the value of the id property. |
void |
setWebUrl(java.lang.String value)
Sets the value of the webUrl 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.String webUrl
protected AuthorImpl author
Constructor Detail |
---|
public AnswerImpl()
Method Detail |
---|
public java.lang.String getId()
Answer
getId
in interface Answer
String
public void setId(java.lang.String value)
Answer
setId
in interface Answer
value
- allowed object is
String
public java.lang.String getWebUrl()
Answer
getWebUrl
in interface Answer
String
public void setWebUrl(java.lang.String value)
Answer
setWebUrl
in interface Answer
value
- allowed object is
String
public Author getAuthor()
Answer
getAuthor
in interface Answer
Author
public void setAuthor(Author value)
Answer
setAuthor
in interface Answer
value
- allowed object is
Author
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |