Class TestIntegrationItem3Model
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.odata2webservicesfeaturetests.model.TestIntegrationItem3Model
- All Implemented Interfaces:
Serializable
Generated model class for type TestIntegrationItem3 first defined at extension odata2webservicesfeaturetests.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.static final StringGenerated constant - Attribute key ofTestIntegrationItem3.requiredItemattribute defined at extensionodata2webservicesfeaturetests.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.Generated constructor - Default constructor for creation with existing contextTestIntegrationItem3Model(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 parametersTestIntegrationItem3Model(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 -
Method Summary
Modifier and TypeMethodDescriptiongetCode()Generated method - Getter of theTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.Generated method - Getter of theTestIntegrationItem3.requiredItemattribute defined at extensionodata2webservicesfeaturetests.voidGenerated method - Setter ofTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.voidGenerated method - Setter ofTestIntegrationItem3.requiredItemattribute defined at extensionodata2webservicesfeaturetests.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:
-
CODE
Generated constant - Attribute key ofTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.- See Also:
-
REQUIREDITEM
Generated constant - Attribute key ofTestIntegrationItem3.requiredItemattribute defined at extensionodata2webservicesfeaturetests.- See Also:
-
-
Constructor Details
-
TestIntegrationItem3Model
public TestIntegrationItem3Model()Generated constructor - Default constructor for generic creation. -
TestIntegrationItem3Model
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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_code- initial attribute declared by typeTestIntegrationItem3at extensionodata2webservicesfeaturetests_requiredItem- initial attribute declared by typeTestIntegrationItem3at extensionodata2webservicesfeaturetests
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_code- initial attribute declared by typeTestIntegrationItem3at extensionodata2webservicesfeaturetests_owner- initial attribute declared by typeItemat extensioncore_requiredItem- initial attribute declared by typeTestIntegrationItem3at extensionodata2webservicesfeaturetests
-
-
Method Details
-
getCode
Generated method - Getter of theTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.- Returns:
- the code
-
getRequiredItem
Generated method - Getter of theTestIntegrationItem3.requiredItemattribute defined at extensionodata2webservicesfeaturetests.- Returns:
- the requiredItem
-
setCode
Generated method - Setter ofTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.- Parameters:
value- the code
-
setRequiredItem
@Accessor(qualifier="requiredItem", type=SETTER) public void setRequiredItem(TestIntegrationItemModel value) Generated method - Setter ofTestIntegrationItem3.requiredItemattribute defined at extensionodata2webservicesfeaturetests.- Parameters:
value- the requiredItem
-