Class TestIntegrationItem3Model

  • All Implemented Interfaces:
    java.io.Serializable

    public class TestIntegrationItem3Model
    extends TestItemType2Model
    Generated model class for type TestIntegrationItem3 first defined at extension odata2webservicesfeaturetests.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String CODE
        Generated constant - Attribute key of TestIntegrationItem3.code attribute defined at extension odata2webservicesfeaturetests.
        See Also:
        Constant Field Values
      • REQUIREDITEM

        public static final java.lang.String REQUIREDITEM
        Generated constant - Attribute key of TestIntegrationItem3.requiredItem attribute defined at extension odata2webservicesfeaturetests.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TestIntegrationItem3Model

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TestIntegrationItem3Model​(java.lang.String _code,
                                         TestIntegrationItemModel _requiredItem)
        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:
        _code - initial attribute declared by type TestIntegrationItem3 at extension odata2webservicesfeaturetests
        _requiredItem - initial attribute declared by type TestIntegrationItem3 at extension odata2webservicesfeaturetests
      • TestIntegrationItem3Model

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public TestIntegrationItem3Model​(java.lang.String _code,
                                         ItemModel _owner,
                                         TestIntegrationItemModel _requiredItem)
        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:
        _code - initial attribute declared by type TestIntegrationItem3 at extension odata2webservicesfeaturetests
        _owner - initial attribute declared by type Item at extension core
        _requiredItem - initial attribute declared by type TestIntegrationItem3 at extension odata2webservicesfeaturetests
    • Method Detail

      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the TestIntegrationItem3.code attribute defined at extension odata2webservicesfeaturetests.
        Returns:
        the code
      • getRequiredItem

        @Accessor(qualifier="requiredItem",
                  type=GETTER)
        public TestIntegrationItemModel getRequiredItem()
        Generated method - Getter of the TestIntegrationItem3.requiredItem attribute defined at extension odata2webservicesfeaturetests.
        Returns:
        the requiredItem
      • setCode

        @Accessor(qualifier="code",
                  type=SETTER)
        public void setCode​(java.lang.String value)
        Generated method - Setter of TestIntegrationItem3.code attribute defined at extension odata2webservicesfeaturetests.
        Parameters:
        value - the code
      • setRequiredItem

        @Accessor(qualifier="requiredItem",
                  type=SETTER)
        public void setRequiredItem​(TestIntegrationItemModel value)
        Generated method - Setter of TestIntegrationItem3.requiredItem attribute defined at extension odata2webservicesfeaturetests.
        Parameters:
        value - the requiredItem