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:
Serializable
Generated model class for type TestItemType3 first defined at extension core.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTestItemType3.itemsTypeTwoattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofTestItemType3.itemTypeTwoattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofTestItemType3.propattribute defined at extensioncore.static final StringGenerated constant - Attribute key ofTestItemType3.prop2attribute defined at extensioncore.static final StringGenerated constant - Attribute key ofTestItemType3.prop3attribute defined at extensioncore.static final StringGenerated 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, TESTPROPERTY2Fields 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, TESTPROPERTY0Fields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.TestItemType3Model(TestItemType2Model _itemTypeTwo, 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, 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(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing context -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theTestItemType3.itemsTypeTwoattribute defined at extensioncore.Generated method - Getter of theTestItemType3.itemTypeTwoattribute defined at extensioncore.getProp()Generated method - Getter of theTestItemType3.propattribute defined at extensioncore.getProp2()Generated method - Getter of theTestItemType3.prop2attribute defined at extensioncore.Generated method - Getter of theTestItemType3.prop2attribute defined at extensioncore.getProp3()Generated method - Getter of theTestItemType3.prop3attribute defined at extensioncore.getXxx()Generated method - Getter of theTestItemType3.xxxattribute defined at extensioncore.voidGenerated method - Setter ofTestItemType3.itemsTypeTwoattribute defined at extensioncore.voidsetItemTypeTwo(TestItemType2Model value) Generated method - Setter ofTestItemType3.itemTypeTwoattribute defined at extensioncore.voidGenerated method - Setter ofTestItemType3.propattribute defined at extensioncore.voidGenerated method - Setter ofTestItemType3.prop2attribute defined at extensioncore.voidGenerated method - Setter ofTestItemType3.prop2attribute defined at extensioncore.voidGenerated method - Setter ofTestItemType3.prop3attribute defined at extensioncore.voidGenerated 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, setTestProperty2Methods 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, setTestProperty0Methods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods 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 Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
XXX
Generated constant - Attribute key ofTestItemType3.xxxattribute defined at extensioncore.- See Also:
-
PROP
Generated constant - Attribute key ofTestItemType3.propattribute defined at extensioncore.- See Also:
-
PROP2
Generated constant - Attribute key ofTestItemType3.prop2attribute defined at extensioncore.- See Also:
-
PROP3
Generated constant - Attribute key ofTestItemType3.prop3attribute defined at extensioncore.- See Also:
-
ITEMTYPETWO
Generated constant - Attribute key ofTestItemType3.itemTypeTwoattribute defined at extensioncore.- See Also:
-
ITEMSTYPETWO
Generated constant - Attribute key ofTestItemType3.itemsTypeTwoattribute defined at extensioncore.- See Also:
-
-
Constructor Details
-
TestItemType3Model
public TestItemType3Model()Generated constructor - Default constructor for generic creation. -
TestItemType3Model
public TestItemType3Model(de.hybris.platform.servicelayer.model.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, 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, 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 Details
-
getItemsTypeTwo
@Accessor(qualifier="itemsTypeTwo", type=GETTER) public 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
Generated method - Getter of theTestItemType3.itemTypeTwoattribute defined at extensioncore.- Returns:
- the itemTypeTwo
-
getProp
Generated method - Getter of theTestItemType3.propattribute defined at extensioncore.- Returns:
- the prop
-
getProp2
Generated method - Getter of theTestItemType3.prop2attribute defined at extensioncore.- Returns:
- the prop2
-
getProp2
Generated method - Getter of theTestItemType3.prop2attribute defined at extensioncore.- Parameters:
loc- the value localization key- Returns:
- the prop2
- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
getProp3
Generated method - Getter of theTestItemType3.prop3attribute defined at extensioncore.- Returns:
- the prop3
-
getXxx
Generated method - Getter of theTestItemType3.xxxattribute defined at extensioncore.- Returns:
- the xxx
-
setItemsTypeTwo
@Accessor(qualifier="itemsTypeTwo", type=SETTER) public void setItemsTypeTwo(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
Generated method - Setter ofTestItemType3.propattribute defined at extensioncore.- Parameters:
value- the prop
-
setProp2
Generated method - Setter ofTestItemType3.prop2attribute defined at extensioncore.- Parameters:
value- the prop2
-
setProp2
Generated method - Setter ofTestItemType3.prop2attribute defined at extensioncore.- Parameters:
value- the prop2loc- the value localization key- Throws:
IllegalArgumentException- if localization key cannot be mapped to data language
-
setProp3
Generated method - Setter ofTestItemType3.prop3attribute defined at extensioncore.- Parameters:
value- the prop3
-
setXxx
Generated method - Setter ofTestItemType3.xxxattribute defined at extensioncore.- Parameters:
value- the xxx
-