Class TestIntegrationItem3Model

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

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

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

      public static final String REQUIREDITEM
      Generated constant - Attribute key of TestIntegrationItem3.requiredItem attribute defined at extension odata2webservicesfeaturetests.
      See Also:
  • Constructor Details

    • 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(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(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 Details

    • getCode

      @Accessor(qualifier="code", type=GETTER) public 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(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