Class GeneratedAbstractIntegrationObjectItemAttribute

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

public abstract class GeneratedAbstractIntegrationObjectItemAttribute extends GenericItem
Generated class for type AbstractIntegrationObjectItemAttribute.
See Also:
  • Field Details

    • ATTRIBUTENAME

      public static final String ATTRIBUTENAME
      Qualifier of the AbstractIntegrationObjectItemAttribute.attributeName attribute
      See Also:
    • AUTOCREATE

      public static final String AUTOCREATE
      Qualifier of the AbstractIntegrationObjectItemAttribute.autoCreate attribute
      See Also:
    • RETURNINTEGRATIONOBJECTITEM

      public static final String RETURNINTEGRATIONOBJECTITEM
      Qualifier of the AbstractIntegrationObjectItemAttribute.returnIntegrationObjectItem attribute
      See Also:
    • DEFAULT_INITIAL_ATTRIBUTES

      protected static final Map<String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
  • Constructor Details

    • GeneratedAbstractIntegrationObjectItemAttribute

      public GeneratedAbstractIntegrationObjectItemAttribute()
  • Method Details

    • getDefaultAttributeModes

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

      public String getAttributeName(SessionContext ctx)
      Generated method - Getter of the AbstractIntegrationObjectItemAttribute.attributeName attribute.
      Returns:
      the attributeName
    • getAttributeName

      public String getAttributeName()
      Generated method - Getter of the AbstractIntegrationObjectItemAttribute.attributeName attribute.
      Returns:
      the attributeName
    • setAttributeName

      public void setAttributeName(SessionContext ctx, String value)
      Generated method - Setter of the AbstractIntegrationObjectItemAttribute.attributeName attribute.
      Parameters:
      value - the attributeName
    • setAttributeName

      public void setAttributeName(String value)
      Generated method - Setter of the AbstractIntegrationObjectItemAttribute.attributeName attribute.
      Parameters:
      value - the attributeName
    • isAutoCreate

      public Boolean isAutoCreate(SessionContext ctx)
      Generated method - Getter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
      Returns:
      the autoCreate
    • isAutoCreate

      public Boolean isAutoCreate()
      Generated method - Getter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
      Returns:
      the autoCreate
    • isAutoCreateAsPrimitive

      public boolean isAutoCreateAsPrimitive(SessionContext ctx)
      Generated method - Getter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
      Returns:
      the autoCreate
    • isAutoCreateAsPrimitive

      public boolean isAutoCreateAsPrimitive()
      Generated method - Getter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
      Returns:
      the autoCreate
    • setAutoCreate

      public void setAutoCreate(SessionContext ctx, Boolean value)
      Generated method - Setter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
      Parameters:
      value - the autoCreate
    • setAutoCreate

      public void setAutoCreate(Boolean value)
      Generated method - Setter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
      Parameters:
      value - the autoCreate
    • setAutoCreate

      public void setAutoCreate(SessionContext ctx, boolean value)
      Generated method - Setter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
      Parameters:
      value - the autoCreate
    • setAutoCreate

      public void setAutoCreate(boolean value)
      Generated method - Setter of the AbstractIntegrationObjectItemAttribute.autoCreate attribute.
      Parameters:
      value - the autoCreate
    • getReturnIntegrationObjectItem

      public IntegrationObjectItem getReturnIntegrationObjectItem(SessionContext ctx)
      Generated method - Getter of the AbstractIntegrationObjectItemAttribute.returnIntegrationObjectItem attribute.
      Returns:
      the returnIntegrationObjectItem
    • getReturnIntegrationObjectItem

      public IntegrationObjectItem getReturnIntegrationObjectItem()
      Generated method - Getter of the AbstractIntegrationObjectItemAttribute.returnIntegrationObjectItem attribute.
      Returns:
      the returnIntegrationObjectItem
    • setReturnIntegrationObjectItem

      public void setReturnIntegrationObjectItem(SessionContext ctx, IntegrationObjectItem value)
      Generated method - Setter of the AbstractIntegrationObjectItemAttribute.returnIntegrationObjectItem attribute.
      Parameters:
      value - the returnIntegrationObjectItem
    • setReturnIntegrationObjectItem

      public void setReturnIntegrationObjectItem(IntegrationObjectItem value)
      Generated method - Setter of the AbstractIntegrationObjectItemAttribute.returnIntegrationObjectItem attribute.
      Parameters:
      value - the returnIntegrationObjectItem