Class ConnectorEntity

  • All Implemented Interfaces:
    java.io.Serializable

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

    Objects of this class are used inside the Planning class

    See Also:
    Planning, Serialized Form
    • Constructor Detail

      • ConnectorEntity

        public ConnectorEntity()
    • Method Detail

      • getIdentifier

        public java.lang.String getIdentifier()
        identifier of the ConnectorEntity
      • setIdentifier

        public void setIdentifier​(java.lang.String identifier)
      • getLabel

        public java.lang.String getLabel()
        label of the ConnectorEntity
      • setLabel

        public void setLabel​(java.lang.String label)
      • getDescription

        public java.lang.String getDescription()
        description of the ConnectorEntity
      • setDescription

        public void setDescription​(java.lang.String description)
      • getInstance

        public java.lang.String getInstance()
        instance of the ConnectorEntity
      • setInstance

        public void setInstance​(java.lang.String instance)