public abstract class StiService extends StiSerializedObject implements java.lang.Cloneable
| Modifier and Type | Field and Description |
|---|---|
protected StiRepositoryItems |
properties |
REFERENCE_EMPTY, REFERENCE_REPORT| Constructor and Description |
|---|
StiService() |
| Modifier and Type | Method and Description |
|---|---|
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) |
cleanReference, getReference, setReferenceprotected StiRepositoryItems properties
public abstract java.lang.Class<?> getServiceType()
public java.lang.Object clone()
clone in class java.lang.Objectpublic 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()
Copyright © 2020 Stimulsoft. All Rights Reserved.