|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.serializing.StiSerializedObject
com.stimulsoft.base.services.StiService
public abstract class StiService
Describes an asbtract class that serves for services realization.
Field Summary |
---|
Fields inherited from interface com.stimulsoft.base.serializing.interfaceobject.IStiSerializableRef |
---|
REFERENCE_EMPTY, REFERENCE_REPORT |
Constructor Summary | |
---|---|
StiService()
|
Method Summary | |
---|---|
java.lang.Object |
clone()
Creates a new object that is a copy of the current instance. |
StiRepositoryItems |
getProperties()
|
java.lang.String |
getServiceCategory()
Gets a service category. |
boolean |
getServiceEnabled()
Gets or sets the value whether a service is enabled or not. |
java.lang.String |
getServiceInfo()
Gets a service description. |
java.lang.String |
getServiceName()
Gets a service name. |
abstract java.lang.Class<?> |
getServiceType()
Gets a service type. |
boolean |
isPropertyPresent(java.lang.Object key)
|
java.lang.Object |
MemberwiseClone()
|
void |
packService()
|
StiRepositoryItems |
properties()
|
void |
setProperties(StiRepositoryItems value)
|
void |
setServiceEnabled(boolean value)
|
Methods inherited from class com.stimulsoft.base.serializing.StiSerializedObject |
---|
cleanReference, getReference, setReference |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiService()
Method Detail |
---|
public abstract java.lang.Class<?> getServiceType()
public java.lang.Object clone()
clone
in class java.lang.Object
public final boolean isPropertyPresent(java.lang.Object key)
public final StiRepositoryItems properties()
public final StiRepositoryItems getProperties()
public final void setProperties(StiRepositoryItems value)
public void packService()
public java.lang.String getServiceCategory()
public java.lang.String getServiceName()
public java.lang.String getServiceInfo()
public final boolean getServiceEnabled()
public final void setServiceEnabled(boolean value)
public java.lang.Object MemberwiseClone()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |