|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.code.linkedinapi.schema.impl.UpdateContentImpl
public class UpdateContentImpl
Field Summary | |
---|---|
protected JobImpl |
job
|
protected PersonImpl |
person
|
protected QuestionImpl |
question
|
private static long |
serialVersionUID
|
Constructor Summary | |
---|---|
UpdateContentImpl()
|
Method Summary | |
---|---|
Job |
getJob()
Gets the value of the job property. |
Person |
getPerson()
Gets the value of the person property. |
Question |
getQuestion()
Gets the value of the question property. |
void |
setJob(Job value)
Sets the value of the job property. |
void |
setPerson(Person value)
Sets the value of the person property. |
void |
setQuestion(Question value)
Sets the value of the question 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 PersonImpl person
protected JobImpl job
protected QuestionImpl question
Constructor Detail |
---|
public UpdateContentImpl()
Method Detail |
---|
public Person getPerson()
UpdateContent
getPerson
in interface UpdateContent
Person
public void setPerson(Person value)
UpdateContent
setPerson
in interface UpdateContent
value
- allowed object is
Person
public Job getJob()
UpdateContent
getJob
in interface UpdateContent
Job
public void setJob(Job value)
UpdateContent
setJob
in interface UpdateContent
value
- allowed object is
Job
public Question getQuestion()
UpdateContent
getQuestion
in interface UpdateContent
Question
public void setQuestion(Question value)
UpdateContent
setQuestion
in interface UpdateContent
value
- allowed object is
Question
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |