Class TestItemType3Model
- java.lang.Object
-
- de.hybris.platform.servicelayer.model.AbstractItemModel
-
- de.hybris.platform.core.model.ItemModel
-
- de.hybris.platform.core.model.test.TestItemModel
-
- de.hybris.platform.core.model.test.TestItemType2Model
-
- de.hybris.platform.core.model.test.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
-
-
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 java.lang.String_TYPECODEGenerated model type code constant.static java.lang.StringITEMSTYPETWOGenerated constant - Attribute key ofTestItemType3.itemsTypeTwoattribute defined at extensioncore.static java.lang.StringITEMTYPETWOGenerated constant - Attribute key ofTestItemType3.itemTypeTwoattribute defined at extensioncore.static java.lang.StringPROPGenerated constant - Attribute key ofTestItemType3.propattribute defined at extensioncore.static java.lang.StringPROP2Generated constant - Attribute key ofTestItemType3.prop2attribute defined at extensioncore.static java.lang.StringPROP3Generated constant - Attribute key ofTestItemType3.prop3attribute defined at extensioncore.static java.lang.StringXXXGenerated constant - Attribute key ofTestItemType3.xxxattribute defined at extensioncore.-
Fields inherited from class de.hybris.platform.core.model.test.TestItemType2Model
BAR, FOO, FOOBAR, GENDER, INTBAR, LOCALIZEDFOOBAR, TESTPROPERTY1, TESTPROPERTY2
-
Fields inherited from class de.hybris.platform.core.model.test.TestItemModel
A, B, BOOLEAN, BYTE, CHARACTER, DATE, DOUBLE, FLOAT, INTEGER, LONG, LONGSTRING, PRIMITIVEBOOLEAN, PRIMITIVEBYTE, PRIMITIVECHAR, PRIMITIVEDOUBLE, PRIMITIVEFLOAT, PRIMITIVEINTEGER, PRIMITIVELONG, PRIMITIVESHORT, SERIALIZABLE, STRING, TESTDUMPPROPERTY, TESTPROPERTY0
-
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 TestItemType3Model()Generated constructor - Default constructor for generic creation.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 parametersTestItemType3Model(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 parametersTestItemType3Model(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing context
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Collection<TestItemType2Model>getItemsTypeTwo()Generated method - Getter of theTestItemType3.itemsTypeTwoattribute defined at extensioncore.TestItemType2ModelgetItemTypeTwo()Generated method - Getter of theTestItemType3.itemTypeTwoattribute defined at extensioncore.java.lang.StringgetProp()Generated method - Getter of theTestItemType3.propattribute defined at extensioncore.java.lang.StringgetProp2()Generated method - Getter of theTestItemType3.prop2attribute defined at extensioncore.java.lang.StringgetProp2(java.util.Locale loc)Generated method - Getter of theTestItemType3.prop2attribute defined at extensioncore.java.lang.StringgetProp3()Generated method - Getter of theTestItemType3.prop3attribute defined at extensioncore.java.lang.StringgetXxx()Generated method - Getter of theTestItemType3.xxxattribute defined at extensioncore.voidsetItemsTypeTwo(java.util.Collection<TestItemType2Model> value)Generated method - Setter ofTestItemType3.itemsTypeTwoattribute defined at extensioncore.voidsetItemTypeTwo(TestItemType2Model value)Generated method - Setter ofTestItemType3.itemTypeTwoattribute defined at extensioncore.voidsetProp(java.lang.String value)Generated method - Setter ofTestItemType3.propattribute defined at extensioncore.voidsetProp2(java.lang.String value)Generated method - Setter ofTestItemType3.prop2attribute defined at extensioncore.voidsetProp2(java.lang.String value, java.util.Locale loc)Generated method - Setter ofTestItemType3.prop2attribute defined at extensioncore.voidsetProp3(java.lang.String value)Generated method - Setter ofTestItemType3.prop3attribute defined at extensioncore.voidsetXxx(java.lang.String value)Generated method - Setter ofTestItemType3.xxxattribute defined at extensioncore.-
Methods inherited from class de.hybris.platform.core.model.test.TestItemType2Model
getBar, getFoo, getFooBar, getGender, getIntBar, getLocalizedFooBar, getLocalizedFooBar, getTestProperty1, getTestProperty2, getTestProperty2, setBar, setFoo, setFooBar, setIntBar, setLocalizedFooBar, setLocalizedFooBar, setTestProperty1, setTestProperty2, setTestProperty2
-
Methods inherited from class de.hybris.platform.core.model.test.TestItemModel
getA, getB, getBoolean, getByte, getCharacter, getDate, getDouble, getFloat, getInteger, getLong, getLongString, getPrimitiveBoolean, getPrimitiveByte, getPrimitiveChar, getPrimitiveDouble, getPrimitiveFloat, getPrimitiveInteger, getPrimitiveLong, getPrimitiveShort, getSerializable, getString, getTestDumpProperty, getTestProperty0, setA, setB, setBoolean, setByte, setCharacter, setDate, setDouble, setFloat, setInteger, setLong, setLongString, setPrimitiveBoolean, setPrimitiveByte, setPrimitiveChar, setPrimitiveDouble, setPrimitiveFloat, setPrimitiveInteger, setPrimitiveLong, setPrimitiveShort, setSerializable, setString, setTestDumpProperty, setTestProperty0
-
Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner
-
Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
-
-
-
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 ofTestItemType3.xxxattribute defined at extensioncore.- See Also:
- Constant Field Values
-
PROP
public static final java.lang.String PROP
Generated constant - Attribute key ofTestItemType3.propattribute defined at extensioncore.- See Also:
- Constant Field Values
-
PROP2
public static final java.lang.String PROP2
Generated constant - Attribute key ofTestItemType3.prop2attribute defined at extensioncore.- See Also:
- Constant Field Values
-
PROP3
public static final java.lang.String PROP3
Generated constant - Attribute key ofTestItemType3.prop3attribute defined at extensioncore.- See Also:
- Constant Field Values
-
ITEMTYPETWO
public static final java.lang.String ITEMTYPETWO
Generated constant - Attribute key ofTestItemType3.itemTypeTwoattribute defined at extensioncore.- See Also:
- Constant Field Values
-
ITEMSTYPETWO
public static final java.lang.String ITEMSTYPETWO
Generated constant - Attribute key ofTestItemType3.itemsTypeTwoattribute defined at extensioncore.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_itemTypeTwo- initial attribute declared by typeTestItemType3at extensioncore_itemsTypeTwo- initial attribute declared by typeTestItemType3at extensioncore
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_itemTypeTwo- initial attribute declared by typeTestItemType3at extensioncore_itemsTypeTwo- initial attribute declared by typeTestItemType3at extensioncore_owner- initial attribute declared by typeItemat extensioncore
-
-
Method Detail
-
getItemsTypeTwo
@Accessor(qualifier="itemsTypeTwo", type=GETTER) public java.util.Collection<TestItemType2Model> getItemsTypeTwo()
Generated method - Getter of theTestItemType3.itemsTypeTwoattribute defined at extensioncore. 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 theTestItemType3.itemTypeTwoattribute defined at extensioncore.- Returns:
- the itemTypeTwo
-
getProp
@Accessor(qualifier="prop", type=GETTER) public java.lang.String getProp()
Generated method - Getter of theTestItemType3.propattribute defined at extensioncore.- Returns:
- the prop
-
getProp2
@Accessor(qualifier="prop2", type=GETTER) public java.lang.String getProp2()
Generated method - Getter of theTestItemType3.prop2attribute defined at extensioncore.- Returns:
- the prop2
-
getProp2
@Accessor(qualifier="prop2", type=GETTER) public java.lang.String getProp2(java.util.Locale loc)
Generated method - Getter of theTestItemType3.prop2attribute defined at extensioncore.- 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 theTestItemType3.prop3attribute defined at extensioncore.- Returns:
- the prop3
-
getXxx
@Accessor(qualifier="xxx", type=GETTER) public java.lang.String getXxx()
Generated method - Getter of theTestItemType3.xxxattribute defined at extensioncore.- Returns:
- the xxx
-
setItemsTypeTwo
@Accessor(qualifier="itemsTypeTwo", type=SETTER) public void setItemsTypeTwo(java.util.Collection<TestItemType2Model> value)
Generated method - Setter ofTestItemType3.itemsTypeTwoattribute defined at extensioncore.- Parameters:
value- the itemsTypeTwo
-
setItemTypeTwo
@Accessor(qualifier="itemTypeTwo", type=SETTER) public void setItemTypeTwo(TestItemType2Model value)
Generated method - Setter ofTestItemType3.itemTypeTwoattribute defined at extensioncore.- Parameters:
value- the itemTypeTwo
-
setProp
@Accessor(qualifier="prop", type=SETTER) public void setProp(java.lang.String value)
Generated method - Setter ofTestItemType3.propattribute defined at extensioncore.- Parameters:
value- the prop
-
setProp2
@Accessor(qualifier="prop2", type=SETTER) public void setProp2(java.lang.String value)
Generated method - Setter ofTestItemType3.prop2attribute defined at extensioncore.- Parameters:
value- the prop2
-
setProp2
@Accessor(qualifier="prop2", type=SETTER) public void setProp2(java.lang.String value, java.util.Locale loc)
Generated method - Setter ofTestItemType3.prop2attribute defined at extensioncore.- Parameters:
value- the prop2loc- 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 ofTestItemType3.prop3attribute defined at extensioncore.- Parameters:
value- the prop3
-
-