com.google.code.linkedinapi.schema.impl
Class PropertyImpl
java.lang.Object
com.google.code.linkedinapi.schema.impl.PropertyImpl
- All Implemented Interfaces:
- Property, SchemaEntity, java.io.Serializable
public class PropertyImpl
- extends java.lang.Object
- implements java.io.Serializable, Property
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getKey()
Gets the value of the key property. |
java.lang.Long |
getValue()
Gets the value of the value property. |
void |
setKey(java.lang.String value)
Sets the value of the key property. |
void |
setValue(java.lang.Long value)
Sets the value of the value property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
value
protected java.lang.Long value
key
protected java.lang.String key
PropertyImpl
public PropertyImpl()
getValue
public java.lang.Long getValue()
- Description copied from interface:
Property
- Gets the value of the value property.
- Specified by:
getValue
in interface Property
- Returns:
- possible object is
String
setValue
public void setValue(java.lang.Long value)
- Description copied from interface:
Property
- Sets the value of the value property.
- Specified by:
setValue
in interface Property
- Parameters:
value
- allowed object is
String
getKey
public java.lang.String getKey()
- Description copied from interface:
Property
- Gets the value of the key property.
- Specified by:
getKey
in interface Property
- Returns:
- possible object is
String
setKey
public void setKey(java.lang.String value)
- Description copied from interface:
Property
- Sets the value of the key property.
- Specified by:
setKey
in interface Property
- Parameters:
value
- allowed object is
String