Class GeneratedEndpoint

All Implemented Interfaces:
Serializable, Comparable
Direct Known Subclasses:
Endpoint

public abstract class GeneratedEndpoint extends GenericItem
Generated class for type Endpoint.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedEndpoint

      public GeneratedEndpoint()
  • Method Details

    • getDefaultAttributeModes

      protected Map<String,Item.AttributeMode> getDefaultAttributeModes()
      Overrides:
      getDefaultAttributeModes in class Item
    • getDescription

      public String getDescription(SessionContext ctx)
      Generated method - Getter of the Endpoint.description attribute.
      Returns:
      the description - Short Description
    • getDescription

      public String getDescription()
      Generated method - Getter of the Endpoint.description attribute.
      Returns:
      the description - Short Description
    • setDescription

      public void setDescription(SessionContext ctx, String value)
      Generated method - Setter of the Endpoint.description attribute.
      Parameters:
      value - the description - Short Description
    • setDescription

      public void setDescription(String value)
      Generated method - Setter of the Endpoint.description attribute.
      Parameters:
      value - the description - Short Description
    • getDestinations

      public Collection<AbstractDestination> getDestinations(SessionContext ctx)
      Generated method - Getter of the Endpoint.destinations attribute.
      Returns:
      the destinations - Destinations
    • getDestinations

      public Collection<AbstractDestination> getDestinations()
      Generated method - Getter of the Endpoint.destinations attribute.
      Returns:
      the destinations - Destinations
    • setDestinations

      public void setDestinations(SessionContext ctx, Collection<AbstractDestination> value)
      Generated method - Setter of the Endpoint.destinations attribute.
      Parameters:
      value - the destinations - Destinations
    • setDestinations

      public void setDestinations(Collection<AbstractDestination> value)
      Generated method - Setter of the Endpoint.destinations attribute.
      Parameters:
      value - the destinations - Destinations
    • addToDestinations

      public void addToDestinations(SessionContext ctx, AbstractDestination value)
      Generated method - Adds value to destinations.
      Parameters:
      value - the item to add to destinations - Destinations
    • addToDestinations

      public void addToDestinations(AbstractDestination value)
      Generated method - Adds value to destinations.
      Parameters:
      value - the item to add to destinations - Destinations
    • removeFromDestinations

      public void removeFromDestinations(SessionContext ctx, AbstractDestination value)
      Generated method - Removes value from destinations.
      Parameters:
      value - the item to remove from destinations - Destinations
    • removeFromDestinations

      public void removeFromDestinations(AbstractDestination value)
      Generated method - Removes value from destinations.
      Parameters:
      value - the item to remove from destinations - Destinations
    • getExtensionName

      public String getExtensionName(SessionContext ctx)
      Generated method - Getter of the Endpoint.extensionName attribute.
      Returns:
      the extensionName - Endpoint Extension
    • getExtensionName

      public String getExtensionName()
      Generated method - Getter of the Endpoint.extensionName attribute.
      Returns:
      the extensionName - Endpoint Extension
    • setExtensionName

      public void setExtensionName(SessionContext ctx, String value)
      Generated method - Setter of the Endpoint.extensionName attribute.
      Parameters:
      value - the extensionName - Endpoint Extension
    • setExtensionName

      public void setExtensionName(String value)
      Generated method - Setter of the Endpoint.extensionName attribute.
      Parameters:
      value - the extensionName - Endpoint Extension
    • getId

      public String getId(SessionContext ctx)
      Generated method - Getter of the Endpoint.id attribute.
      Returns:
      the id - Unique Id
    • getId

      public String getId()
      Generated method - Getter of the Endpoint.id attribute.
      Returns:
      the id - Unique Id
    • setId

      protected void setId(SessionContext ctx, String value)
      Generated method - Setter of the Endpoint.id attribute.
      Parameters:
      value - the id - Unique Id
    • setId

      protected void setId(String value)
      Generated method - Setter of the Endpoint.id attribute.
      Parameters:
      value - the id - Unique Id
    • getName

      public String getName(SessionContext ctx)
      Generated method - Getter of the Endpoint.name attribute.
      Returns:
      the name - Human-readable Name
    • getName

      public String getName()
      Generated method - Getter of the Endpoint.name attribute.
      Returns:
      the name - Human-readable Name
    • setName

      public void setName(SessionContext ctx, String value)
      Generated method - Setter of the Endpoint.name attribute.
      Parameters:
      value - the name - Human-readable Name
    • setName

      public void setName(String value)
      Generated method - Setter of the Endpoint.name attribute.
      Parameters:
      value - the name - Human-readable Name
    • getSpecData

      public String getSpecData(SessionContext ctx)
      Generated method - Getter of the Endpoint.specData attribute.
      Returns:
      the specData - Endpoint specification data, in case url is absent
    • getSpecData

      public String getSpecData()
      Generated method - Getter of the Endpoint.specData attribute.
      Returns:
      the specData - Endpoint specification data, in case url is absent
    • setSpecData

      public void setSpecData(SessionContext ctx, String value)
      Generated method - Setter of the Endpoint.specData attribute.
      Parameters:
      value - the specData - Endpoint specification data, in case url is absent
    • setSpecData

      public void setSpecData(String value)
      Generated method - Setter of the Endpoint.specData attribute.
      Parameters:
      value - the specData - Endpoint specification data, in case url is absent
    • getSpecUrl

      public String getSpecUrl(SessionContext ctx)
      Generated method - Getter of the Endpoint.specUrl attribute.
      Returns:
      the specUrl - Endpoint Specification URL
    • getSpecUrl

      public String getSpecUrl()
      Generated method - Getter of the Endpoint.specUrl attribute.
      Returns:
      the specUrl - Endpoint Specification URL
    • setSpecUrl

      public void setSpecUrl(SessionContext ctx, String value)
      Generated method - Setter of the Endpoint.specUrl attribute.
      Parameters:
      value - the specUrl - Endpoint Specification URL
    • setSpecUrl

      public void setSpecUrl(String value)
      Generated method - Setter of the Endpoint.specUrl attribute.
      Parameters:
      value - the specUrl - Endpoint Specification URL
    • getVersion

      public String getVersion(SessionContext ctx)
      Generated method - Getter of the Endpoint.version attribute.
      Returns:
      the version - Endpoint Version
    • getVersion

      public String getVersion()
      Generated method - Getter of the Endpoint.version attribute.
      Returns:
      the version - Endpoint Version
    • setVersion

      protected void setVersion(SessionContext ctx, String value)
      Generated method - Setter of the Endpoint.version attribute.
      Parameters:
      value - the version - Endpoint Version
    • setVersion

      protected void setVersion(String value)
      Generated method - Setter of the Endpoint.version attribute.
      Parameters:
      value - the version - Endpoint Version