Class ConnectorEntity

java.lang.Object
com.priint.pubserver.plannerapi.resource.PlannerApiResource
com.priint.pubserver.plannerapi.resource.planning.ConnectorEntity
All Implemented Interfaces:
Serializable

public class ConnectorEntity extends PlannerApiResource implements Serializable
Class representing a Connector Entity

Objects of this class are used inside the Planning class

See Also:
  • Constructor Details

    • ConnectorEntity

      public ConnectorEntity()
  • Method Details

    • getIdentifier

      public String getIdentifier()
      identifier of the ConnectorEntity
    • setIdentifier

      public void setIdentifier(String identifier)
    • getLabel

      public String getLabel()
      label of the ConnectorEntity
    • setLabel

      public void setLabel(String label)
    • getDescription

      public String getDescription()
      description of the ConnectorEntity
    • setDescription

      public void setDescription(String description)
    • getInstance

      public String getInstance()
      instance of the ConnectorEntity
    • setInstance

      public void setInstance(String instance)