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

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

public class SourceImpl
extends java.lang.Object
implements java.io.Serializable, Source

See Also:
Serialized Form

Field Summary
protected  ApplicationImpl application
           
private static long serialVersionUID
           
protected  ServiceProviderImpl serviceProvider
           
 
Constructor Summary
SourceImpl()
           
 
Method Summary
 Application getApplication()
          Gets the value of the application property.
 ServiceProvider getServiceProvider()
          Gets the value of the serviceProvider property.
 void setApplication(Application value)
          Sets the value of the application property.
 void setServiceProvider(ServiceProvider value)
          Sets the value of the serviceProvider 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

serviceProvider

protected ServiceProviderImpl serviceProvider

application

protected ApplicationImpl application
Constructor Detail

SourceImpl

public SourceImpl()
Method Detail

getServiceProvider

public ServiceProvider getServiceProvider()
Description copied from interface: Source
Gets the value of the serviceProvider property.

Specified by:
getServiceProvider in interface Source
Returns:
possible object is ServiceProvider

setServiceProvider

public void setServiceProvider(ServiceProvider value)
Description copied from interface: Source
Sets the value of the serviceProvider property.

Specified by:
setServiceProvider in interface Source
Parameters:
value - allowed object is ServiceProvider

getApplication

public Application getApplication()
Description copied from interface: Source
Gets the value of the application property.

Specified by:
getApplication in interface Source
Returns:
possible object is Application

setApplication

public void setApplication(Application value)
Description copied from interface: Source
Sets the value of the application property.

Specified by:
setApplication in interface Source
Parameters:
value - allowed object is Application