public class

PropertyImpl

extends Object
implements Property Serializable
java.lang.Object
   ↳ com.google.code.linkedinapi.schema.impl.PropertyImpl

Summary

Constants
long serialVersionUID
Fields
protected String key
protected Long value
Public Constructors
PropertyImpl()
Public Methods
String getKey()
Gets the value of the key property.
Long getValue()
Gets the value of the value property.
void setKey(String value)
Sets the value of the key property.
void setValue(Long value)
Sets the value of the value property.
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.google.code.linkedinapi.schema.Property

Constants

private static final long serialVersionUID

Constant Value: 2461660169443089969 (0x222992e1b5621e31)

Fields

protected String key

protected Long value

Public Constructors

public PropertyImpl ()

Public Methods

public String getKey ()

Gets the value of the key property.

Returns
  • possible object is String

public Long getValue ()

Gets the value of the value property.

Returns
  • possible object is String

public void setKey (String value)

Sets the value of the key property.

Parameters
value Allowed object is String

public void setValue (Long value)

Sets the value of the value property.

Parameters
value Allowed object is String