Class GeneratedIntegrationObject

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

public abstract class GeneratedIntegrationObject extends GenericItem
Generated class for type IntegrationObject.
See Also:
  • Field Details

  • Constructor Details

    • GeneratedIntegrationObject

      public GeneratedIntegrationObject()
  • Method Details

    • getDefaultAttributeModes

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

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

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

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

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

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

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

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

      public void setItems(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