public class

QuestionCategoryImpl

extends Object
implements QuestionCategory Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.QuestionCategoryImpl

Summary

Constants
long serialVersionUID
Fields
protected String code
protected Long key
protected String name
Public Constructors
QuestionCategoryImpl()
Public Methods
String getCode()
Gets the value of the code property.
Long getKey()
Gets the value of the key property.
String getName()
Gets the value of the name property.
void setCode(String value)
Sets the value of the code property.
void setKey(Long value)
Sets the value of the key 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.QuestionCategory

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String code

protected Long key

protected String name

Public Constructors

public QuestionCategoryImpl ()

Public Methods

public String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

public Long getKey ()

Gets the value of the key property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public void setCode (String value)

Sets the value of the code property.

Parameters
value Allowed object is String

public void setKey (Long value)

Sets the value of the key property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String