public class

ProficiencyImpl

extends Object
implements Proficiency Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.ProficiencyImpl

Summary

Constants
long serialVersionUID
Fields
protected ProficiencyLevelType level
protected String name
Public Constructors
ProficiencyImpl()
Public Methods
ProficiencyLevelType getLevel()
Gets the value of the level property.
String getName()
Gets the value of the name property.
void setLevel(ProficiencyLevelType value)
Sets the value of the level property.
void setName(String value)
Sets the value of the name property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Proficiency

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected ProficiencyLevelType level

protected String name

Public Constructors

public ProficiencyImpl ()

Public Methods

public ProficiencyLevelType getLevel ()

Gets the value of the level property.

Returns

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setLevel (ProficiencyLevelType value)

Sets the value of the level property.

Parameters
value Allowed object is ProficiencyLevelType

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String