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

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

public class QuestionCategoryImpl
extends java.lang.Object
implements java.io.Serializable, QuestionCategory

See Also:
Serialized Form

Field Summary
protected  java.lang.String code
           
protected  java.lang.Long key
           
protected  java.lang.String name
           
private static long serialVersionUID
           
 
Constructor Summary
QuestionCategoryImpl()
           
 
Method Summary
 java.lang.String getCode()
          Gets the value of the code property.
 java.lang.Long getKey()
          Gets the value of the key property.
 java.lang.String getName()
          Gets the value of the name property.
 void setCode(java.lang.String value)
          Sets the value of the code property.
 void setKey(java.lang.Long value)
          Sets the value of the key property.
 void setName(java.lang.String value)
          Sets the value of the name 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

code

protected java.lang.String code

name

protected java.lang.String name

key

protected java.lang.Long key
Constructor Detail

QuestionCategoryImpl

public QuestionCategoryImpl()
Method Detail

getCode

public java.lang.String getCode()
Description copied from interface: QuestionCategory
Gets the value of the code property.

Specified by:
getCode in interface QuestionCategory
Returns:
possible object is String

setCode

public void setCode(java.lang.String value)
Description copied from interface: QuestionCategory
Sets the value of the code property.

Specified by:
setCode in interface QuestionCategory
Parameters:
value - allowed object is String

getName

public java.lang.String getName()
Description copied from interface: QuestionCategory
Gets the value of the name property.

Specified by:
getName in interface QuestionCategory
Returns:
possible object is String

setName

public void setName(java.lang.String value)
Description copied from interface: QuestionCategory
Sets the value of the name property.

Specified by:
setName in interface QuestionCategory
Parameters:
value - allowed object is String

getKey

public java.lang.Long getKey()
Description copied from interface: QuestionCategory
Gets the value of the key property.

Specified by:
getKey in interface QuestionCategory
Returns:
possible object is String

setKey

public void setKey(java.lang.Long value)
Description copied from interface: QuestionCategory
Sets the value of the key property.

Specified by:
setKey in interface QuestionCategory
Parameters:
value - allowed object is String