Interface IServiceInfo

All Known Subinterfaces:
IServiceThing

public interface IServiceInfo
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the type of this service
    void
    Sets the service type.
  • Method Details

    • getServiceType

      String getServiceType() throws MetaException
      Gets the type of this service
      Returns:
      service type string
      Throws:
      MetaException - if thing doesn't exist or DB error
    • setServiceType

      void setServiceType(String type) throws MetaException
      Sets the service type. Usually called right after creation.
      Parameters:
      type - service type
      Throws:
      MetaException - if thing doesn't exist or DB error