org.eclipse.lyo.oslc4j.core.model
Class ServiceProvider
java.lang.Object
org.eclipse.lyo.oslc4j.core.model.AbstractResource
org.eclipse.lyo.oslc4j.core.model.ServiceProvider
- All Implemented Interfaces:
- IExtendedResource, IResource
public class ServiceProvider
- extends AbstractResource
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceProvider
public ServiceProvider()
addService
public void addService(Service srvc)
getCreated
public final Date getCreated()
getDescription
public String getDescription()
getDetails
public URI[] getDetails()
getIdentifier
public final String getIdentifier()
getOauthConfiguration
public OAuthConfiguration getOauthConfiguration()
getPrefixDefinitions
public PrefixDefinition[] getPrefixDefinitions()
getPublisher
public Publisher getPublisher()
getServices
public Service[] getServices()
getTitle
public String getTitle()
setCreated
public final void setCreated(Date created)
setDescription
public void setDescription(String description)
setDetails
public void setDetails(URI[] details)
setIdentifier
public final void setIdentifier(String identifier)
setOauthConfiguration
public void setOauthConfiguration(OAuthConfiguration oauthConfiguration)
setPrefixDefinitions
public void setPrefixDefinitions(PrefixDefinition[] prefixDefinitions)
setPublisher
public void setPublisher(Publisher publisher)
setServices
public void setServices(Service[] services)
setTitle
public void setTitle(String title)
Copyright © 2014. All Rights Reserved.