public class

EducationImpl

extends Object
implements Education Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.EducationImpl

Summary

Constants
long serialVersionUID
Fields
protected String activities
protected String degree
protected EndDateImpl endDate
protected String fieldOfStudy
protected String id
protected String notes
protected String schoolName
protected StartDateImpl startDate
Public Constructors
EducationImpl()
Public Methods
String getActivities()
Gets the value of the activities property.
String getDegree()
Gets the value of the degree property.
EndDate getEndDate()
Gets the value of the endDate property.
String getFieldOfStudy()
Gets the value of the fieldOfStudy property.
String getId()
Gets the value of the id property.
String getNotes()
Gets the value of the notes property.
String getSchoolName()
Gets the value of the schoolName property.
StartDate getStartDate()
Gets the value of the startDate property.
void setActivities(String value)
Sets the value of the activities property.
void setDegree(String value)
Sets the value of the degree property.
void setEndDate(EndDate value)
Sets the value of the endDate property.
void setFieldOfStudy(String value)
Sets the value of the fieldOfStudy property.
void setId(String value)
Sets the value of the id property.
void setNotes(String value)
Sets the value of the notes property.
void setSchoolName(String value)
Sets the value of the schoolName property.
void setStartDate(StartDate value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Education

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String activities

protected String degree

protected EndDateImpl endDate

protected String fieldOfStudy

protected String id

protected String notes

protected String schoolName

protected StartDateImpl startDate

Public Constructors

public EducationImpl ()

Public Methods

public String getActivities ()

Gets the value of the activities property.

Returns
  • possible object is String

public String getDegree ()

Gets the value of the degree property.

Returns
  • possible object is String

public EndDate getEndDate ()

Gets the value of the endDate property.

Returns

public String getFieldOfStudy ()

Gets the value of the fieldOfStudy property.

Returns
  • possible object is String

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public String getNotes ()

Gets the value of the notes property.

Returns
  • possible object is String

public String getSchoolName ()

Gets the value of the schoolName property.

Returns
  • possible object is String

public StartDate getStartDate ()

Gets the value of the startDate property.

Returns

public void setActivities (String value)

Sets the value of the activities property.

Parameters
value Allowed object is String

public void setDegree (String value)

Sets the value of the degree property.

Parameters
value Allowed object is String

public void setEndDate (EndDate value)

Sets the value of the endDate property.

Parameters
value Allowed object is EndDate

public void setFieldOfStudy (String value)

Sets the value of the fieldOfStudy property.

Parameters
value Allowed object is String

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setNotes (String value)

Sets the value of the notes property.

Parameters
value Allowed object is String

public void setSchoolName (String value)

Sets the value of the schoolName property.

Parameters
value Allowed object is String

public void setStartDate (StartDate value)

Sets the value of the startDate property.

Parameters
value Allowed object is StartDate