public class

SkillImpl

extends Object
implements Skill Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.SkillImpl

Summary

Constants
long serialVersionUID
Fields
protected String id
protected ProficiencyImpl proficiency
protected NameTypeImpl skill
protected YearsImpl years
Public Constructors
SkillImpl()
Public Methods
String getId()
Gets the value of the id property.
Proficiency getProficiency()
Gets the value of the proficiency property.
NameType getSkill()
Gets the value of the skill property.
Years getYears()
Gets the value of the years property.
void setId(String value)
Sets the value of the id property.
void setProficiency(Proficiency value)
Sets the value of the proficiency property.
void setSkill(NameType value)
Sets the value of the skill property.
void setYears(Years value)
Sets the value of the years property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Skill

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String id

protected ProficiencyImpl proficiency

protected NameTypeImpl skill

protected YearsImpl years

Public Constructors

public SkillImpl ()

Public Methods

public String getId ()

Gets the value of the id property.

Returns
  • possible object is String

public Proficiency getProficiency ()

Gets the value of the proficiency property.

Returns

public NameType getSkill ()

Gets the value of the skill property.

Returns

public Years getYears ()

Gets the value of the years property.

Returns
  • possible object is Years

public void setId (String value)

Sets the value of the id property.

Parameters
value Allowed object is String

public void setProficiency (Proficiency value)

Sets the value of the proficiency property.

Parameters
value Allowed object is Proficiency

public void setSkill (NameType value)

Sets the value of the skill property.

Parameters
value Allowed object is NameType

public void setYears (Years value)

Sets the value of the years property.

Parameters
value Allowed object is Years