Class TestItemType3Model

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class TestItemType3Model extends TestItemType2Model
Generated model class for type TestItemType3 first defined at extension core.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String XXX
      Generated constant - Attribute key of TestItemType3.xxx attribute defined at extension core.
      See Also:
    • PROP

      public static final String PROP
      Generated constant - Attribute key of TestItemType3.prop attribute defined at extension core.
      See Also:
    • PROP2

      public static final String PROP2
      Generated constant - Attribute key of TestItemType3.prop2 attribute defined at extension core.
      See Also:
    • PROP3

      public static final String PROP3
      Generated constant - Attribute key of TestItemType3.prop3 attribute defined at extension core.
      See Also:
    • ITEMTYPETWO

      public static final String ITEMTYPETWO
      Generated constant - Attribute key of TestItemType3.itemTypeTwo attribute defined at extension core.
      See Also:
    • ITEMSTYPETWO

      public static final String ITEMSTYPETWO
      Generated constant - Attribute key of TestItemType3.itemsTypeTwo attribute defined at extension core.
      See Also:
  • Constructor Details

    • TestItemType3Model

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

      public TestItemType3Model(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
      Generated constructor - Default constructor for creation with existing context
      Parameters:
      ctx - the model context to be injected, must not be null
    • TestItemType3Model

      @Deprecated(since="4.1.1", forRemoval=true) public TestItemType3Model(TestItemType2Model _itemTypeTwo, Collection<TestItemType2Model> _itemsTypeTwo)
      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:
      _itemTypeTwo - initial attribute declared by type TestItemType3 at extension core
      _itemsTypeTwo - initial attribute declared by type TestItemType3 at extension core
    • TestItemType3Model

      @Deprecated(since="4.1.1", forRemoval=true) public TestItemType3Model(TestItemType2Model _itemTypeTwo, Collection<TestItemType2Model> _itemsTypeTwo, 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:
      _itemTypeTwo - initial attribute declared by type TestItemType3 at extension core
      _itemsTypeTwo - initial attribute declared by type TestItemType3 at extension core
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getItemsTypeTwo

      @Accessor(qualifier="itemsTypeTwo", type=GETTER) public Collection<TestItemType2Model> getItemsTypeTwo()
      Generated method - Getter of the TestItemType3.itemsTypeTwo attribute defined at extension core. Consider using FlexibleSearchService::searchRelation for pagination support of large result sets.
      Returns:
      the itemsTypeTwo
    • getItemTypeTwo

      @Accessor(qualifier="itemTypeTwo", type=GETTER) public TestItemType2Model getItemTypeTwo()
      Generated method - Getter of the TestItemType3.itemTypeTwo attribute defined at extension core.
      Returns:
      the itemTypeTwo
    • getProp

      @Accessor(qualifier="prop", type=GETTER) public String getProp()
      Generated method - Getter of the TestItemType3.prop attribute defined at extension core.
      Returns:
      the prop
    • getProp2

      @Accessor(qualifier="prop2", type=GETTER) public String getProp2()
      Generated method - Getter of the TestItemType3.prop2 attribute defined at extension core.
      Returns:
      the prop2
    • getProp2

      @Accessor(qualifier="prop2", type=GETTER) public String getProp2(Locale loc)
      Generated method - Getter of the TestItemType3.prop2 attribute defined at extension core.
      Parameters:
      loc - the value localization key
      Returns:
      the prop2
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • getProp3

      @Accessor(qualifier="prop3", type=GETTER) public String getProp3()
      Generated method - Getter of the TestItemType3.prop3 attribute defined at extension core.
      Returns:
      the prop3
    • getXxx

      @Accessor(qualifier="xxx", type=GETTER) public String getXxx()
      Generated method - Getter of the TestItemType3.xxx attribute defined at extension core.
      Returns:
      the xxx
    • setItemsTypeTwo

      @Accessor(qualifier="itemsTypeTwo", type=SETTER) public void setItemsTypeTwo(Collection<TestItemType2Model> value)
      Generated method - Setter of TestItemType3.itemsTypeTwo attribute defined at extension core.
      Parameters:
      value - the itemsTypeTwo
    • setItemTypeTwo

      @Accessor(qualifier="itemTypeTwo", type=SETTER) public void setItemTypeTwo(TestItemType2Model value)
      Generated method - Setter of TestItemType3.itemTypeTwo attribute defined at extension core.
      Parameters:
      value - the itemTypeTwo
    • setProp

      @Accessor(qualifier="prop", type=SETTER) public void setProp(String value)
      Generated method - Setter of TestItemType3.prop attribute defined at extension core.
      Parameters:
      value - the prop
    • setProp2

      @Accessor(qualifier="prop2", type=SETTER) public void setProp2(String value)
      Generated method - Setter of TestItemType3.prop2 attribute defined at extension core.
      Parameters:
      value - the prop2
    • setProp2

      @Accessor(qualifier="prop2", type=SETTER) public void setProp2(String value, Locale loc)
      Generated method - Setter of TestItemType3.prop2 attribute defined at extension core.
      Parameters:
      value - the prop2
      loc - the value localization key
      Throws:
      IllegalArgumentException - if localization key cannot be mapped to data language
    • setProp3

      @Accessor(qualifier="prop3", type=SETTER) public void setProp3(String value)
      Generated method - Setter of TestItemType3.prop3 attribute defined at extension core.
      Parameters:
      value - the prop3
    • setXxx

      @Accessor(qualifier="xxx", type=SETTER) public void setXxx(String value)
      Generated method - Setter of TestItemType3.xxx attribute defined at extension core.
      Parameters:
      value - the xxx