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

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

public class ServiceProviderImpl
extends java.lang.Object
implements java.io.Serializable, ServiceProvider

See Also:
Serialized Form

Field Summary
protected  java.lang.String name
           
private static long serialVersionUID
           
 
Constructor Summary
ServiceProviderImpl()
           
 
Method Summary
 java.lang.String getName()
          Gets the value of the name 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

name

protected java.lang.String name
Constructor Detail

ServiceProviderImpl

public ServiceProviderImpl()
Method Detail

getName

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

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

setName

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

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