Class MyTypedDataConnectorDescriptor

java.lang.Object
test.de.iip_ecosphere.platform.services.MyTypedDataDescriptor
test.de.iip_ecosphere.platform.services.MyTypedDataConnectorDescriptor
All Implemented Interfaces:
de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor, de.iip_ecosphere.platform.services.TypedDataDescriptor

public class MyTypedDataConnectorDescriptor extends MyTypedDataDescriptor implements de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
A simple connector descriptor.
Author:
Holger Eichelberger, SSE
  • Field Details

    • id

      private String id
    • service

      private String service
    • function

      private String function
  • Constructor Details

    • MyTypedDataConnectorDescriptor

      public MyTypedDataConnectorDescriptor(String id, String name, String description, Class<?> type, String service, String function)
      Creates a data descriptor.
      Parameters:
      id - the id
      name - the name
      description - the description
      type - the type
      service - the id of the connected/target service
      function - the associated function
  • Method Details

    • getId

      public String getId()
      Specified by:
      getId in interface de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getService

      public String getService()
      Specified by:
      getService in interface de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor
    • getFunction

      public String getFunction()
      Specified by:
      getFunction in interface de.iip_ecosphere.platform.services.TypedDataConnectorDescriptor