Class TestItemModel

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
TestItemType2Model

public class TestItemModel extends ItemModel
Generated model class for type TestItem first defined at extension core.
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of TestItem.a attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.b attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.boolean attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.byte attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.character attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.date attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.double attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.float attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.integer attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.long attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.longString attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.primitiveBoolean attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.primitiveByte attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.primitiveChar attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.primitiveDouble attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.primitiveFloat attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.primitiveInteger attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.primitiveLong attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.primitiveShort attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.serializable attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.string attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.testDumpProperty attribute defined at extension core.
    static final String
    Generated constant - Attribute key of TestItem.testProperty0 attribute defined at extension core.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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 - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the TestItem.a attribute defined at extension core.
    Generated method - Getter of the TestItem.b attribute defined at extension core.
    Generated method - Getter of the TestItem.boolean attribute defined at extension core.
    Generated method - Getter of the TestItem.byte attribute defined at extension core.
    Generated method - Getter of the TestItem.character attribute defined at extension core.
    Generated method - Getter of the TestItem.date attribute defined at extension core.
    Generated method - Getter of the TestItem.double attribute defined at extension core.
    Generated method - Getter of the TestItem.float attribute defined at extension core.
    Generated method - Getter of the TestItem.integer attribute defined at extension core.
    Generated method - Getter of the TestItem.long attribute defined at extension core.
    Generated method - Getter of the TestItem.longString attribute defined at extension core.
    Generated method - Getter of the TestItem.primitiveBoolean attribute defined at extension core.
    Generated method - Getter of the TestItem.primitiveByte attribute defined at extension core.
    Generated method - Getter of the TestItem.primitiveChar attribute defined at extension core.
    Generated method - Getter of the TestItem.primitiveDouble attribute defined at extension core.
    Generated method - Getter of the TestItem.primitiveFloat attribute defined at extension core.
    Generated method - Getter of the TestItem.primitiveInteger attribute defined at extension core.
    Generated method - Getter of the TestItem.primitiveLong attribute defined at extension core.
    Generated method - Getter of the TestItem.primitiveShort attribute defined at extension core.
    Generated method - Getter of the TestItem.serializable attribute defined at extension core.
    Generated method - Getter of the TestItem.string attribute defined at extension core.
    Generated method - Getter of the TestItem.testDumpProperty attribute defined at extension core.
    Generated method - Getter of the TestItem.testProperty0 attribute defined at extension core.
    void
    setA(String value)
    Generated method - Setter of TestItem.a attribute defined at extension core.
    void
    setB(String value)
    Generated method - Setter of TestItem.b attribute defined at extension core.
    void
    Generated method - Setter of TestItem.boolean attribute defined at extension core.
    void
    setByte(Byte value)
    Generated method - Setter of TestItem.byte attribute defined at extension core.
    void
    Generated method - Setter of TestItem.character attribute defined at extension core.
    void
    setDate(Date value)
    Generated method - Setter of TestItem.date attribute defined at extension core.
    void
    Generated method - Setter of TestItem.double attribute defined at extension core.
    void
    setFloat(Float value)
    Generated method - Setter of TestItem.float attribute defined at extension core.
    void
    Generated method - Setter of TestItem.integer attribute defined at extension core.
    void
    setLong(Long value)
    Generated method - Setter of TestItem.long attribute defined at extension core.
    void
    Generated method - Setter of TestItem.longString attribute defined at extension core.
    void
    Generated method - Setter of TestItem.primitiveBoolean attribute defined at extension core.
    void
    Generated method - Setter of TestItem.primitiveByte attribute defined at extension core.
    void
    Generated method - Setter of TestItem.primitiveChar attribute defined at extension core.
    void
    Generated method - Setter of TestItem.primitiveDouble attribute defined at extension core.
    void
    Generated method - Setter of TestItem.primitiveFloat attribute defined at extension core.
    void
    Generated method - Setter of TestItem.primitiveInteger attribute defined at extension core.
    void
    Generated method - Setter of TestItem.primitiveLong attribute defined at extension core.
    void
    Generated method - Setter of TestItem.primitiveShort attribute defined at extension core.
    void
    Generated method - Setter of TestItem.serializable attribute defined at extension core.
    void
    Generated method - Setter of TestItem.string attribute defined at extension core.
    void
    Generated method - Setter of TestItem.testDumpProperty attribute defined at extension core.
    void
    Generated method - Setter of TestItem.testProperty0 attribute defined at extension core.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • _TYPECODE

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

      public static final String A
      Generated constant - Attribute key of TestItem.a attribute defined at extension core.
      See Also:
    • B

      public static final String B
      Generated constant - Attribute key of TestItem.b attribute defined at extension core.
      See Also:
    • BOOLEAN

      public static final String BOOLEAN
      Generated constant - Attribute key of TestItem.boolean attribute defined at extension core.
      See Also:
    • BYTE

      public static final String BYTE
      Generated constant - Attribute key of TestItem.byte attribute defined at extension core.
      See Also:
    • CHARACTER

      public static final String CHARACTER
      Generated constant - Attribute key of TestItem.character attribute defined at extension core.
      See Also:
    • DATE

      public static final String DATE
      Generated constant - Attribute key of TestItem.date attribute defined at extension core.
      See Also:
    • DOUBLE

      public static final String DOUBLE
      Generated constant - Attribute key of TestItem.double attribute defined at extension core.
      See Also:
    • FLOAT

      public static final String FLOAT
      Generated constant - Attribute key of TestItem.float attribute defined at extension core.
      See Also:
    • INTEGER

      public static final String INTEGER
      Generated constant - Attribute key of TestItem.integer attribute defined at extension core.
      See Also:
    • LONG

      public static final String LONG
      Generated constant - Attribute key of TestItem.long attribute defined at extension core.
      See Also:
    • PRIMITIVEBOOLEAN

      public static final String PRIMITIVEBOOLEAN
      Generated constant - Attribute key of TestItem.primitiveBoolean attribute defined at extension core.
      See Also:
    • PRIMITIVEBYTE

      public static final String PRIMITIVEBYTE
      Generated constant - Attribute key of TestItem.primitiveByte attribute defined at extension core.
      See Also:
    • PRIMITIVECHAR

      public static final String PRIMITIVECHAR
      Generated constant - Attribute key of TestItem.primitiveChar attribute defined at extension core.
      See Also:
    • PRIMITIVEDOUBLE

      public static final String PRIMITIVEDOUBLE
      Generated constant - Attribute key of TestItem.primitiveDouble attribute defined at extension core.
      See Also:
    • PRIMITIVEFLOAT

      public static final String PRIMITIVEFLOAT
      Generated constant - Attribute key of TestItem.primitiveFloat attribute defined at extension core.
      See Also:
    • PRIMITIVEINTEGER

      public static final String PRIMITIVEINTEGER
      Generated constant - Attribute key of TestItem.primitiveInteger attribute defined at extension core.
      See Also:
    • PRIMITIVELONG

      public static final String PRIMITIVELONG
      Generated constant - Attribute key of TestItem.primitiveLong attribute defined at extension core.
      See Also:
    • PRIMITIVESHORT

      public static final String PRIMITIVESHORT
      Generated constant - Attribute key of TestItem.primitiveShort attribute defined at extension core.
      See Also:
    • SERIALIZABLE

      public static final String SERIALIZABLE
      Generated constant - Attribute key of TestItem.serializable attribute defined at extension core.
      See Also:
    • STRING

      public static final String STRING
      Generated constant - Attribute key of TestItem.string attribute defined at extension core.
      See Also:
    • LONGSTRING

      public static final String LONGSTRING
      Generated constant - Attribute key of TestItem.longString attribute defined at extension core.
      See Also:
    • TESTPROPERTY0

      public static final String TESTPROPERTY0
      Generated constant - Attribute key of TestItem.testProperty0 attribute defined at extension core.
      See Also:
    • TESTDUMPPROPERTY

      public static final String TESTDUMPPROPERTY
      Generated constant - Attribute key of TestItem.testDumpProperty attribute defined at extension core.
      See Also:
  • Constructor Details

    • TestItemModel

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

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

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

    • getA

      @Accessor(qualifier="a", type=GETTER) public String getA()
      Generated method - Getter of the TestItem.a attribute defined at extension core.
      Returns:
      the a
    • getB

      @Accessor(qualifier="b", type=GETTER) public String getB()
      Generated method - Getter of the TestItem.b attribute defined at extension core.
      Returns:
      the b
    • getBoolean

      @Accessor(qualifier="boolean", type=GETTER) public Boolean getBoolean()
      Generated method - Getter of the TestItem.boolean attribute defined at extension core.
      Returns:
      the boolean
    • getByte

      @Accessor(qualifier="byte", type=GETTER) public Byte getByte()
      Generated method - Getter of the TestItem.byte attribute defined at extension core.
      Returns:
      the byte
    • getCharacter

      @Accessor(qualifier="character", type=GETTER) public Character getCharacter()
      Generated method - Getter of the TestItem.character attribute defined at extension core.
      Returns:
      the character
    • getDate

      @Accessor(qualifier="date", type=GETTER) public Date getDate()
      Generated method - Getter of the TestItem.date attribute defined at extension core.
      Returns:
      the date
    • getDouble

      @Accessor(qualifier="double", type=GETTER) public Double getDouble()
      Generated method - Getter of the TestItem.double attribute defined at extension core.
      Returns:
      the double
    • getFloat

      @Accessor(qualifier="float", type=GETTER) public Float getFloat()
      Generated method - Getter of the TestItem.float attribute defined at extension core.
      Returns:
      the float
    • getInteger

      @Accessor(qualifier="integer", type=GETTER) public Integer getInteger()
      Generated method - Getter of the TestItem.integer attribute defined at extension core.
      Returns:
      the integer
    • getLong

      @Accessor(qualifier="long", type=GETTER) public Long getLong()
      Generated method - Getter of the TestItem.long attribute defined at extension core.
      Returns:
      the long
    • getLongString

      @Accessor(qualifier="longString", type=GETTER) public String getLongString()
      Generated method - Getter of the TestItem.longString attribute defined at extension core.
      Returns:
      the longString
    • getPrimitiveBoolean

      @Accessor(qualifier="primitiveBoolean", type=GETTER) public Boolean getPrimitiveBoolean()
      Generated method - Getter of the TestItem.primitiveBoolean attribute defined at extension core.
      Returns:
      the primitiveBoolean
    • getPrimitiveByte

      @Accessor(qualifier="primitiveByte", type=GETTER) public Byte getPrimitiveByte()
      Generated method - Getter of the TestItem.primitiveByte attribute defined at extension core.
      Returns:
      the primitiveByte
    • getPrimitiveChar

      @Accessor(qualifier="primitiveChar", type=GETTER) public Character getPrimitiveChar()
      Generated method - Getter of the TestItem.primitiveChar attribute defined at extension core.
      Returns:
      the primitiveChar
    • getPrimitiveDouble

      @Accessor(qualifier="primitiveDouble", type=GETTER) public Double getPrimitiveDouble()
      Generated method - Getter of the TestItem.primitiveDouble attribute defined at extension core.
      Returns:
      the primitiveDouble
    • getPrimitiveFloat

      @Accessor(qualifier="primitiveFloat", type=GETTER) public Float getPrimitiveFloat()
      Generated method - Getter of the TestItem.primitiveFloat attribute defined at extension core.
      Returns:
      the primitiveFloat
    • getPrimitiveInteger

      @Accessor(qualifier="primitiveInteger", type=GETTER) public Integer getPrimitiveInteger()
      Generated method - Getter of the TestItem.primitiveInteger attribute defined at extension core.
      Returns:
      the primitiveInteger
    • getPrimitiveLong

      @Accessor(qualifier="primitiveLong", type=GETTER) public Long getPrimitiveLong()
      Generated method - Getter of the TestItem.primitiveLong attribute defined at extension core.
      Returns:
      the primitiveLong
    • getPrimitiveShort

      @Accessor(qualifier="primitiveShort", type=GETTER) public Short getPrimitiveShort()
      Generated method - Getter of the TestItem.primitiveShort attribute defined at extension core.
      Returns:
      the primitiveShort
    • getSerializable

      @Accessor(qualifier="serializable", type=GETTER) public Object getSerializable()
      Generated method - Getter of the TestItem.serializable attribute defined at extension core.
      Returns:
      the serializable
    • getString

      @Accessor(qualifier="string", type=GETTER) public String getString()
      Generated method - Getter of the TestItem.string attribute defined at extension core.
      Returns:
      the string
    • getTestDumpProperty

      @Accessor(qualifier="testDumpProperty", type=GETTER) public String getTestDumpProperty()
      Generated method - Getter of the TestItem.testDumpProperty attribute defined at extension core.
      Returns:
      the testDumpProperty
    • getTestProperty0

      @Accessor(qualifier="testProperty0", type=GETTER) public String getTestProperty0()
      Generated method - Getter of the TestItem.testProperty0 attribute defined at extension core.
      Returns:
      the testProperty0
    • setA

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

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

      @Accessor(qualifier="boolean", type=SETTER) public void setBoolean(Boolean value)
      Generated method - Setter of TestItem.boolean attribute defined at extension core.
      Parameters:
      value - the boolean
    • setByte

      @Accessor(qualifier="byte", type=SETTER) public void setByte(Byte value)
      Generated method - Setter of TestItem.byte attribute defined at extension core.
      Parameters:
      value - the byte
    • setCharacter

      @Accessor(qualifier="character", type=SETTER) public void setCharacter(Character value)
      Generated method - Setter of TestItem.character attribute defined at extension core.
      Parameters:
      value - the character
    • setDate

      @Accessor(qualifier="date", type=SETTER) public void setDate(Date value)
      Generated method - Setter of TestItem.date attribute defined at extension core.
      Parameters:
      value - the date
    • setDouble

      @Accessor(qualifier="double", type=SETTER) public void setDouble(Double value)
      Generated method - Setter of TestItem.double attribute defined at extension core.
      Parameters:
      value - the double
    • setFloat

      @Accessor(qualifier="float", type=SETTER) public void setFloat(Float value)
      Generated method - Setter of TestItem.float attribute defined at extension core.
      Parameters:
      value - the float
    • setInteger

      @Accessor(qualifier="integer", type=SETTER) public void setInteger(Integer value)
      Generated method - Setter of TestItem.integer attribute defined at extension core.
      Parameters:
      value - the integer
    • setLong

      @Accessor(qualifier="long", type=SETTER) public void setLong(Long value)
      Generated method - Setter of TestItem.long attribute defined at extension core.
      Parameters:
      value - the long
    • setLongString

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

      @Accessor(qualifier="primitiveBoolean", type=SETTER) public void setPrimitiveBoolean(Boolean value)
      Generated method - Setter of TestItem.primitiveBoolean attribute defined at extension core.
      Parameters:
      value - the primitiveBoolean
    • setPrimitiveByte

      @Accessor(qualifier="primitiveByte", type=SETTER) public void setPrimitiveByte(Byte value)
      Generated method - Setter of TestItem.primitiveByte attribute defined at extension core.
      Parameters:
      value - the primitiveByte
    • setPrimitiveChar

      @Accessor(qualifier="primitiveChar", type=SETTER) public void setPrimitiveChar(Character value)
      Generated method - Setter of TestItem.primitiveChar attribute defined at extension core.
      Parameters:
      value - the primitiveChar
    • setPrimitiveDouble

      @Accessor(qualifier="primitiveDouble", type=SETTER) public void setPrimitiveDouble(Double value)
      Generated method - Setter of TestItem.primitiveDouble attribute defined at extension core.
      Parameters:
      value - the primitiveDouble
    • setPrimitiveFloat

      @Accessor(qualifier="primitiveFloat", type=SETTER) public void setPrimitiveFloat(Float value)
      Generated method - Setter of TestItem.primitiveFloat attribute defined at extension core.
      Parameters:
      value - the primitiveFloat
    • setPrimitiveInteger

      @Accessor(qualifier="primitiveInteger", type=SETTER) public void setPrimitiveInteger(Integer value)
      Generated method - Setter of TestItem.primitiveInteger attribute defined at extension core.
      Parameters:
      value - the primitiveInteger
    • setPrimitiveLong

      @Accessor(qualifier="primitiveLong", type=SETTER) public void setPrimitiveLong(Long value)
      Generated method - Setter of TestItem.primitiveLong attribute defined at extension core.
      Parameters:
      value - the primitiveLong
    • setPrimitiveShort

      @Accessor(qualifier="primitiveShort", type=SETTER) public void setPrimitiveShort(Short value)
      Generated method - Setter of TestItem.primitiveShort attribute defined at extension core.
      Parameters:
      value - the primitiveShort
    • setSerializable

      @Accessor(qualifier="serializable", type=SETTER) public void setSerializable(Object value)
      Generated method - Setter of TestItem.serializable attribute defined at extension core.
      Parameters:
      value - the serializable
    • setString

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

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

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