Class IndexTestItemModel

All Implemented Interfaces:
Serializable

public class IndexTestItemModel extends ItemModel
Generated model class for type IndexTestItem first defined at extension core.
See Also:
  • Field Details

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • COLUMN1

      public static final String COLUMN1
      Generated constant - Attribute key of IndexTestItem.column1 attribute defined at extension core.
      See Also:
    • COLUMN2

      public static final String COLUMN2
      Generated constant - Attribute key of IndexTestItem.column2 attribute defined at extension core.
      See Also:
    • COLUMN3

      public static final String COLUMN3
      Generated constant - Attribute key of IndexTestItem.column3 attribute defined at extension core.
      See Also:
    • COLUMN4

      public static final String COLUMN4
      Generated constant - Attribute key of IndexTestItem.column4 attribute defined at extension core.
      See Also:
    • COLUMN5

      public static final String COLUMN5
      Generated constant - Attribute key of IndexTestItem.column5 attribute defined at extension core.
      See Also:
  • Constructor Details

    • IndexTestItemModel

      public IndexTestItemModel()
      Generated constructor - Default constructor for generic creation.
    • IndexTestItemModel

      public IndexTestItemModel(ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • IndexTestItemModel

      @Deprecated(since="4.1.1", forRemoval=true) public IndexTestItemModel(Short _column1, Short _column2, Short _column3, Short _column4, Short _column5)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - Constructor with all mandatory attributes.
      Parameters:
      _column1 - initial attribute declared by type IndexTestItem at extension core
      _column2 - initial attribute declared by type IndexTestItem at extension core
      _column3 - initial attribute declared by type IndexTestItem at extension core
      _column4 - initial attribute declared by type IndexTestItem at extension core
      _column5 - initial attribute declared by type IndexTestItem at extension core
    • IndexTestItemModel

      @Deprecated(since="4.1.1", forRemoval=true) public IndexTestItemModel(Short _column1, Short _column2, Short _column3, Short _column4, Short _column5, ItemModel _owner)
      Deprecated, for removal: This API element is subject to removal in a future version.
      since 4.1.1 Please use the default constructor without parameters
      Generated constructor - for all mandatory and initial attributes.
      Parameters:
      _column1 - initial attribute declared by type IndexTestItem at extension core
      _column2 - initial attribute declared by type IndexTestItem at extension core
      _column3 - initial attribute declared by type IndexTestItem at extension core
      _column4 - initial attribute declared by type IndexTestItem at extension core
      _column5 - initial attribute declared by type IndexTestItem at extension core
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getColumn1

      @Accessor(qualifier="column1", type=GETTER) public Short getColumn1()
      Generated method - Getter of the IndexTestItem.column1 attribute defined at extension core.
      Returns:
      the column1
    • getColumn2

      @Accessor(qualifier="column2", type=GETTER) public Short getColumn2()
      Generated method - Getter of the IndexTestItem.column2 attribute defined at extension core.
      Returns:
      the column2
    • getColumn3

      @Accessor(qualifier="column3", type=GETTER) public Short getColumn3()
      Generated method - Getter of the IndexTestItem.column3 attribute defined at extension core.
      Returns:
      the column3
    • getColumn4

      @Accessor(qualifier="column4", type=GETTER) public Short getColumn4()
      Generated method - Getter of the IndexTestItem.column4 attribute defined at extension core.
      Returns:
      the column4
    • getColumn5

      @Accessor(qualifier="column5", type=GETTER) public Short getColumn5()
      Generated method - Getter of the IndexTestItem.column5 attribute defined at extension core.
      Returns:
      the column5
    • setColumn1

      @Accessor(qualifier="column1", type=SETTER) public void setColumn1(Short value)
      Generated method - Initial setter of IndexTestItem.column1 attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the column1
    • setColumn2

      @Accessor(qualifier="column2", type=SETTER) public void setColumn2(Short value)
      Generated method - Initial setter of IndexTestItem.column2 attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the column2
    • setColumn3

      @Accessor(qualifier="column3", type=SETTER) public void setColumn3(Short value)
      Generated method - Initial setter of IndexTestItem.column3 attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the column3
    • setColumn4

      @Accessor(qualifier="column4", type=SETTER) public void setColumn4(Short value)
      Generated method - Initial setter of IndexTestItem.column4 attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the column4
    • setColumn5

      @Accessor(qualifier="column5", type=SETTER) public void setColumn5(Short value)
      Generated method - Initial setter of IndexTestItem.column5 attribute defined at extension core. Can only be used at creation of model - before first save.
      Parameters:
      value - the column5