com.google.code.linkedinapi.schema.impl
Class SourceImpl
java.lang.Object
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
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
serviceProvider
protected ServiceProviderImpl serviceProvider
application
protected ApplicationImpl application
SourceImpl
public SourceImpl()
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