Interface IServiceInfo
- All Known Subinterfaces:
IServiceThing
public interface IServiceInfo
-
Method Summary
Modifier and TypeMethodDescriptionGets the type of this servicevoid
setServiceType
(String type) Sets the service type.
-
Method Details
-
getServiceType
Gets the type of this service- Returns:
- service type string
- Throws:
MetaException
- if thing doesn't exist or DB error
-
setServiceType
Sets the service type. Usually called right after creation.- Parameters:
type
- service type- Throws:
MetaException
- if thing doesn't exist or DB error
-