public interface IServiceInfo
Modifier and Type | Method and Description |
---|---|
String |
getServiceType()
Gets the type of this service
|
void |
setServiceType(String type)
Sets the service type.
|
String getServiceType() throws MetaException
MetaException
- if thing doesn't exist or DB errorvoid setServiceType(String type) throws MetaException
type
- service typeMetaException
- if thing doesn't exist or DB error