|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.QuestionImpl
public class QuestionImpl
Field Summary | |
---|---|
protected AnswersImpl |
answers
|
protected AuthorImpl |
author
|
protected java.lang.String |
id
|
protected QuestionCategoriesImpl |
questionCategories
|
private static long |
serialVersionUID
|
protected java.lang.String |
title
|
protected java.lang.String |
webUrl
|
Constructor Summary | |
---|---|
QuestionImpl()
|
Method Summary | |
---|---|
Answers |
getAnswers()
Gets the value of the answers property. |
Author |
getAuthor()
Gets the value of the author property. |
java.lang.String |
getId()
Gets the value of the id property. |
QuestionCategories |
getQuestionCategories()
Gets the value of the questionCategories property. |
java.lang.String |
getTitle()
Gets the value of the title property. |
java.lang.String |
getWebUrl()
Gets the value of the webUrl property. |
void |
setAnswers(Answers value)
Sets the value of the answers 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 |
setQuestionCategories(QuestionCategories value)
Sets the value of the questionCategories property. |
void |
setTitle(java.lang.String value)
Sets the value of the title 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 title
protected AuthorImpl author
protected QuestionCategoriesImpl questionCategories
protected java.lang.String webUrl
protected AnswersImpl answers
Constructor Detail |
---|
public QuestionImpl()
Method Detail |
---|
public java.lang.String getId()
Question
getId
in interface Question
String
public void setId(java.lang.String value)
Question
setId
in interface Question
value
- allowed object is
String
public java.lang.String getTitle()
Question
getTitle
in interface Question
String
public void setTitle(java.lang.String value)
Question
setTitle
in interface Question
value
- allowed object is
String
public Author getAuthor()
Question
getAuthor
in interface Question
Author
public void setAuthor(Author value)
Question
setAuthor
in interface Question
value
- allowed object is
Author
public QuestionCategories getQuestionCategories()
Question
getQuestionCategories
in interface Question
QuestionCategories
public void setQuestionCategories(QuestionCategories value)
Question
setQuestionCategories
in interface Question
value
- allowed object is
QuestionCategories
public java.lang.String getWebUrl()
Question
getWebUrl
in interface Question
String
public void setWebUrl(java.lang.String value)
Question
setWebUrl
in interface Question
value
- allowed object is
String
public Answers getAnswers()
Question
getAnswers
in interface Question
Answers
public void setAnswers(Answers value)
Question
setAnswers
in interface Question
value
- allowed object is
Answers
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |