|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.platform.plugin.services.pluginmgr.servicemgr.ServiceConfig
public class ServiceConfig
Constructor Summary | |
---|---|
ServiceConfig()
|
Method Summary | |
---|---|
java.lang.String |
getDescription()
Returns the localized title for this web service. |
java.util.Collection<java.lang.Class<?>> |
getExtraClasses()
|
java.lang.String |
getId()
Returns the unique id of this web service. |
java.lang.Class<?> |
getServiceClass()
Returns the web service bean class |
java.lang.String |
getServiceType()
|
java.lang.String |
getTitle()
Returns the localized title for this web service. |
boolean |
isEnabled()
Returns the enabled state of this service |
void |
setDescription(java.lang.String description)
|
void |
setEnabled(boolean enabled)
Sets the enabled state of this service |
void |
setExtraClasses(java.util.Collection<java.lang.Class<?>> extraClasses)
|
void |
setId(java.lang.String id)
|
void |
setServiceClass(java.lang.Class<?> serviceClass)
|
void |
setServiceType(java.lang.String serviceType)
|
void |
setTitle(java.lang.String title)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceConfig()
Method Detail |
---|
public java.lang.String getId()
IServiceConfig
getId
in interface IServiceConfig
public void setId(java.lang.String id)
public boolean isEnabled()
IServiceConfig
isEnabled
in interface IServiceConfig
public void setEnabled(boolean enabled)
enabled
- public java.util.Collection<java.lang.Class<?>> getExtraClasses()
getExtraClasses
in interface IServiceConfig
public java.lang.Class<?> getServiceClass()
IServiceConfig
getServiceClass
in interface IServiceConfig
public void setServiceClass(java.lang.Class<?> serviceClass)
public void setExtraClasses(java.util.Collection<java.lang.Class<?>> extraClasses)
public java.lang.String getTitle()
IServiceConfig
getTitle
in interface IServiceConfig
public void setTitle(java.lang.String title)
public java.lang.String getDescription()
IServiceConfig
getDescription
in interface IServiceConfig
public void setDescription(java.lang.String description)
public java.lang.String getServiceType()
getServiceType
in interface IServiceConfig
public void setServiceType(java.lang.String serviceType)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |