Class TestItemType3Model

  • All Implemented Interfaces:
    java.io.Serializable

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

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • XXX

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

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

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

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

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

        public static final java.lang.String ITEMSTYPETWO
        Generated constant - Attribute key of TestItemType3.itemsTypeTwo attribute defined at extension core.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TestItemType3Model

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

        public TestItemType3Model​(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,
                                  java.util.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,
                                  java.util.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 Detail

      • getItemsTypeTwo

        @Accessor(qualifier="itemsTypeTwo",
                  type=GETTER)
        public java.util.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 java.lang.String getProp()
        Generated method - Getter of the TestItemType3.prop attribute defined at extension core.
        Returns:
        the prop
      • getProp2

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

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

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

        @Accessor(qualifier="xxx",
                  type=GETTER)
        public java.lang.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​(java.util.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​(java.lang.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​(java.lang.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​(java.lang.String value,
                             java.util.Locale loc)
        Generated method - Setter of TestItemType3.prop2 attribute defined at extension core.
        Parameters:
        value - the prop2
        loc - the value localization key
        Throws:
        java.lang.IllegalArgumentException - if localization key cannot be mapped to data language
      • setProp3

        @Accessor(qualifier="prop3",
                  type=SETTER)
        public void setProp3​(java.lang.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​(java.lang.String value)
        Generated method - Setter of TestItemType3.xxx attribute defined at extension core.
        Parameters:
        value - the xxx