Class GeneratedIntegrationObject

    • Constructor Detail

      • GeneratedIntegrationObject

        public GeneratedIntegrationObject()
    • Method Detail

      • getCode

        public java.lang.String getCode​(SessionContext ctx)
        Generated method - Getter of the IntegrationObject.code attribute.
        Returns:
        the code
      • getCode

        public java.lang.String getCode()
        Generated method - Getter of the IntegrationObject.code attribute.
        Returns:
        the code
      • setCode

        public void setCode​(SessionContext ctx,
                            java.lang.String value)
        Generated method - Setter of the IntegrationObject.code attribute.
        Parameters:
        value - the code
      • setCode

        public void setCode​(java.lang.String value)
        Generated method - Setter of the IntegrationObject.code attribute.
        Parameters:
        value - the code
      • getItems

        public java.util.Set<IntegrationObjectItem> getItems​(SessionContext ctx)
        Generated method - Getter of the IntegrationObject.items attribute.
        Returns:
        the items
      • getItems

        public java.util.Set<IntegrationObjectItem> getItems()
        Generated method - Getter of the IntegrationObject.items attribute.
        Returns:
        the items
      • setItems

        public void setItems​(SessionContext ctx,
                             java.util.Set<IntegrationObjectItem> value)
        Generated method - Setter of the IntegrationObject.items attribute.
        Parameters:
        value - the items
      • setItems

        public void setItems​(java.util.Set<IntegrationObjectItem> value)
        Generated method - Setter of the IntegrationObject.items attribute.
        Parameters:
        value - the items
      • addToItems

        public void addToItems​(SessionContext ctx,
                               IntegrationObjectItem value)
        Generated method - Adds value to items.
        Parameters:
        value - the item to add to items
      • addToItems

        public void addToItems​(IntegrationObjectItem value)
        Generated method - Adds value to items.
        Parameters:
        value - the item to add to items
      • removeFromItems

        public void removeFromItems​(SessionContext ctx,
                                    IntegrationObjectItem value)
        Generated method - Removes value from items.
        Parameters:
        value - the item to remove from items
      • removeFromItems

        public void removeFromItems​(IntegrationObjectItem value)
        Generated method - Removes value from items.
        Parameters:
        value - the item to remove from items