Class TestIntegrationItem2Model

All Implemented Interfaces:
Serializable

public class TestIntegrationItem2Model extends TestItemType2Model
Generated model class for type TestIntegrationItem2 first defined at extension odata2webservicesfeaturetests.

An item type to simulate various kinds of relationships, i.e. one-to-many (master/detail), one-to-one, etc., between the TestIntegrationItem and TestIntegrationItemDetail.

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 TestIntegrationItem2.code attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • REQUIREDNAME

      public static final String REQUIREDNAME
      Generated constant - Attribute key of TestIntegrationItem2.requiredName attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • OPTIONALSIMPLEATTR

      public static final String OPTIONALSIMPLEATTR
      Generated constant - Attribute key of TestIntegrationItem2.optionalSimpleAttr attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • REQUIREDSTRINGMAP

      public static final String REQUIREDSTRINGMAP
      Generated constant - Attribute key of TestIntegrationItem2.requiredStringMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • BIGDECIMALMAP

      public static final String BIGDECIMALMAP
      Generated constant - Attribute key of TestIntegrationItem2.bigDecimalMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • BIGINTEGERMAP

      public static final String BIGINTEGERMAP
      Generated constant - Attribute key of TestIntegrationItem2.bigIntegerMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • BOOLEANMAP

      public static final String BOOLEANMAP
      Generated constant - Attribute key of TestIntegrationItem2.booleanMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • BYTEMAP

      public static final String BYTEMAP
      Generated constant - Attribute key of TestIntegrationItem2.byteMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • CHARACTERMAP

      public static final String CHARACTERMAP
      Generated constant - Attribute key of TestIntegrationItem2.characterMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • DATEMAP

      public static final String DATEMAP
      Generated constant - Attribute key of TestIntegrationItem2.dateMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • DOUBLEMAP

      public static final String DOUBLEMAP
      Generated constant - Attribute key of TestIntegrationItem2.doubleMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • FLOATMAP

      public static final String FLOATMAP
      Generated constant - Attribute key of TestIntegrationItem2.floatMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • INTEGERMAP

      public static final String INTEGERMAP
      Generated constant - Attribute key of TestIntegrationItem2.integerMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • LONGMAP

      public static final String LONGMAP
      Generated constant - Attribute key of TestIntegrationItem2.longMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • SHORTMAP

      public static final String SHORTMAP
      Generated constant - Attribute key of TestIntegrationItem2.shortMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • BIGDECIMAL2STRINGMAP

      public static final String BIGDECIMAL2STRINGMAP
      Generated constant - Attribute key of TestIntegrationItem2.bigDecimal2StringMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
    • CHARACTER2DATEMAP

      public static final String CHARACTER2DATEMAP
      Generated constant - Attribute key of TestIntegrationItem2.character2DateMap attribute defined at extension odata2webservicesfeaturetests.
      See Also:
  • Constructor Details

    • TestIntegrationItem2Model

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public TestIntegrationItem2Model(String _code, String _requiredName, Map<String,String> _requiredStringMap)
      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 TestIntegrationItem2 at extension odata2webservicesfeaturetests
      _requiredName - initial attribute declared by type TestIntegrationItem2 at extension odata2webservicesfeaturetests
      _requiredStringMap - initial attribute declared by type TestIntegrationItem2 at extension odata2webservicesfeaturetests
    • TestIntegrationItem2Model

      @Deprecated(since="4.1.1", forRemoval=true) public TestIntegrationItem2Model(String _code, ItemModel _owner, String _requiredName, Map<String,String> _requiredStringMap)
      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 TestIntegrationItem2 at extension odata2webservicesfeaturetests
      _owner - initial attribute declared by type Item at extension core
      _requiredName - initial attribute declared by type TestIntegrationItem2 at extension odata2webservicesfeaturetests
      _requiredStringMap - initial attribute declared by type TestIntegrationItem2 at extension odata2webservicesfeaturetests
  • Method Details

    • getBigDecimal2StringMap

      @Accessor(qualifier="bigDecimal2StringMap", type=GETTER) public Map<BigDecimal,String> getBigDecimal2StringMap()
      Generated method - Getter of the TestIntegrationItem2.bigDecimal2StringMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the bigDecimal2StringMap
    • getBigDecimalMap

      @Accessor(qualifier="bigDecimalMap", type=GETTER) public Map<BigDecimal,BigDecimal> getBigDecimalMap()
      Generated method - Getter of the TestIntegrationItem2.bigDecimalMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the bigDecimalMap
    • getBigIntegerMap

      @Accessor(qualifier="bigIntegerMap", type=GETTER) public Map<BigInteger,BigInteger> getBigIntegerMap()
      Generated method - Getter of the TestIntegrationItem2.bigIntegerMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the bigIntegerMap
    • getBooleanMap

      @Accessor(qualifier="booleanMap", type=GETTER) public Map<Boolean,Boolean> getBooleanMap()
      Generated method - Getter of the TestIntegrationItem2.booleanMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the booleanMap
    • getByteMap

      @Accessor(qualifier="byteMap", type=GETTER) public Map<Byte,Byte> getByteMap()
      Generated method - Getter of the TestIntegrationItem2.byteMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the byteMap
    • getCharacter2DateMap

      @Accessor(qualifier="character2DateMap", type=GETTER) public Map<Character,Date> getCharacter2DateMap()
      Generated method - Getter of the TestIntegrationItem2.character2DateMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the character2DateMap
    • getCharacterMap

      @Accessor(qualifier="characterMap", type=GETTER) public Map<Character,Character> getCharacterMap()
      Generated method - Getter of the TestIntegrationItem2.characterMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the characterMap
    • getCode

      @Accessor(qualifier="code", type=GETTER) public String getCode()
      Generated method - Getter of the TestIntegrationItem2.code attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the code - Unique identifier of this test item.
    • getDateMap

      @Accessor(qualifier="dateMap", type=GETTER) public Map<Date,Date> getDateMap()
      Generated method - Getter of the TestIntegrationItem2.dateMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the dateMap
    • getDoubleMap

      @Accessor(qualifier="doubleMap", type=GETTER) public Map<Double,Double> getDoubleMap()
      Generated method - Getter of the TestIntegrationItem2.doubleMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the doubleMap
    • getFloatMap

      @Accessor(qualifier="floatMap", type=GETTER) public Map<Float,Float> getFloatMap()
      Generated method - Getter of the TestIntegrationItem2.floatMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the floatMap
    • getIntegerMap

      @Accessor(qualifier="integerMap", type=GETTER) public Map<Integer,Integer> getIntegerMap()
      Generated method - Getter of the TestIntegrationItem2.integerMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the integerMap
    • getLongMap

      @Accessor(qualifier="longMap", type=GETTER) public Map<Long,Long> getLongMap()
      Generated method - Getter of the TestIntegrationItem2.longMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the longMap
    • getOptionalSimpleAttr

      @Accessor(qualifier="optionalSimpleAttr", type=GETTER) public String getOptionalSimpleAttr()
      Generated method - Getter of the TestIntegrationItem2.optionalSimpleAttr attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the optionalSimpleAttr
    • getRequiredName

      @Accessor(qualifier="requiredName", type=GETTER) public String getRequiredName()
      Generated method - Getter of the TestIntegrationItem2.requiredName attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the requiredName
    • getRequiredStringMap

      @Accessor(qualifier="requiredStringMap", type=GETTER) public Map<String,String> getRequiredStringMap()
      Generated method - Getter of the TestIntegrationItem2.requiredStringMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the requiredStringMap
    • getShortMap

      @Accessor(qualifier="shortMap", type=GETTER) public Map<Short,Short> getShortMap()
      Generated method - Getter of the TestIntegrationItem2.shortMap attribute defined at extension odata2webservicesfeaturetests.
      Returns:
      the shortMap
    • setBigDecimal2StringMap

      @Accessor(qualifier="bigDecimal2StringMap", type=SETTER) public void setBigDecimal2StringMap(Map<BigDecimal,String> value)
      Generated method - Setter of TestIntegrationItem2.bigDecimal2StringMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the bigDecimal2StringMap
    • setBigDecimalMap

      @Accessor(qualifier="bigDecimalMap", type=SETTER) public void setBigDecimalMap(Map<BigDecimal,BigDecimal> value)
      Generated method - Setter of TestIntegrationItem2.bigDecimalMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the bigDecimalMap
    • setBigIntegerMap

      @Accessor(qualifier="bigIntegerMap", type=SETTER) public void setBigIntegerMap(Map<BigInteger,BigInteger> value)
      Generated method - Setter of TestIntegrationItem2.bigIntegerMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the bigIntegerMap
    • setBooleanMap

      @Accessor(qualifier="booleanMap", type=SETTER) public void setBooleanMap(Map<Boolean,Boolean> value)
      Generated method - Setter of TestIntegrationItem2.booleanMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the booleanMap
    • setByteMap

      @Accessor(qualifier="byteMap", type=SETTER) public void setByteMap(Map<Byte,Byte> value)
      Generated method - Setter of TestIntegrationItem2.byteMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the byteMap
    • setCharacter2DateMap

      @Accessor(qualifier="character2DateMap", type=SETTER) public void setCharacter2DateMap(Map<Character,Date> value)
      Generated method - Setter of TestIntegrationItem2.character2DateMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the character2DateMap
    • setCharacterMap

      @Accessor(qualifier="characterMap", type=SETTER) public void setCharacterMap(Map<Character,Character> value)
      Generated method - Setter of TestIntegrationItem2.characterMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the characterMap
    • setCode

      @Accessor(qualifier="code", type=SETTER) public void setCode(String value)
      Generated method - Setter of TestIntegrationItem2.code attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the code - Unique identifier of this test item.
    • setDateMap

      @Accessor(qualifier="dateMap", type=SETTER) public void setDateMap(Map<Date,Date> value)
      Generated method - Setter of TestIntegrationItem2.dateMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the dateMap
    • setDoubleMap

      @Accessor(qualifier="doubleMap", type=SETTER) public void setDoubleMap(Map<Double,Double> value)
      Generated method - Setter of TestIntegrationItem2.doubleMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the doubleMap
    • setFloatMap

      @Accessor(qualifier="floatMap", type=SETTER) public void setFloatMap(Map<Float,Float> value)
      Generated method - Setter of TestIntegrationItem2.floatMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the floatMap
    • setIntegerMap

      @Accessor(qualifier="integerMap", type=SETTER) public void setIntegerMap(Map<Integer,Integer> value)
      Generated method - Setter of TestIntegrationItem2.integerMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the integerMap
    • setLongMap

      @Accessor(qualifier="longMap", type=SETTER) public void setLongMap(Map<Long,Long> value)
      Generated method - Setter of TestIntegrationItem2.longMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the longMap
    • setOptionalSimpleAttr

      @Accessor(qualifier="optionalSimpleAttr", type=SETTER) public void setOptionalSimpleAttr(String value)
      Generated method - Setter of TestIntegrationItem2.optionalSimpleAttr attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the optionalSimpleAttr
    • setRequiredName

      @Accessor(qualifier="requiredName", type=SETTER) public void setRequiredName(String value)
      Generated method - Setter of TestIntegrationItem2.requiredName attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the requiredName
    • setRequiredStringMap

      @Accessor(qualifier="requiredStringMap", type=SETTER) public void setRequiredStringMap(Map<String,String> value)
      Generated method - Setter of TestIntegrationItem2.requiredStringMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the requiredStringMap
    • setShortMap

      @Accessor(qualifier="shortMap", type=SETTER) public void setShortMap(Map<Short,Short> value)
      Generated method - Setter of TestIntegrationItem2.shortMap attribute defined at extension odata2webservicesfeaturetests.
      Parameters:
      value - the shortMap