com.google.code.linkedinapi.schema.impl
Class UpdateContentImpl

java.lang.Object
  extended by com.google.code.linkedinapi.schema.impl.UpdateContentImpl
All Implemented Interfaces:
SchemaEntity, UpdateContent, java.io.Serializable

public class UpdateContentImpl
extends java.lang.Object
implements java.io.Serializable, UpdateContent

See Also:
Serialized Form

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

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

person

protected PersonImpl person

job

protected JobImpl job

question

protected QuestionImpl question
Constructor Detail

UpdateContentImpl

public UpdateContentImpl()
Method Detail

getPerson

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

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

setPerson

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

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

getJob

public Job getJob()
Description copied from interface: UpdateContent
Gets the value of the job property.

Specified by:
getJob in interface UpdateContent
Returns:
possible object is Job

setJob

public void setJob(Job value)
Description copied from interface: UpdateContent
Sets the value of the job property.

Specified by:
setJob in interface UpdateContent
Parameters:
value - allowed object is Job

getQuestion

public Question getQuestion()
Description copied from interface: UpdateContent
Gets the value of the question property.

Specified by:
getQuestion in interface UpdateContent
Returns:
possible object is Question

setQuestion

public void setQuestion(Question value)
Description copied from interface: UpdateContent
Sets the value of the question property.

Specified by:
setQuestion in interface UpdateContent
Parameters:
value - allowed object is Question