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:
java.io.Serializable
public class TestIntegrationItem3Model extends TestItemType2Model
Generated model class for type TestIntegrationItem3 first defined at extension odata2webservicesfeaturetests.- 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.StringCODEGenerated constant - Attribute key ofTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.static java.lang.StringREQUIREDITEMGenerated 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, 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 TestIntegrationItem3Model()Generated constructor - Default constructor for generic creation.TestIntegrationItem3Model(ItemModelContext ctx)Generated constructor - Default constructor for creation with existing contextTestIntegrationItem3Model(java.lang.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(java.lang.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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetCode()Generated method - Getter of theTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.TestIntegrationItemModelgetRequiredItem()Generated method - Getter of theTestIntegrationItem3.requiredItemattribute defined at extensionodata2webservicesfeaturetests.voidsetCode(java.lang.String value)Generated method - Setter ofTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.voidsetRequiredItem(TestIntegrationItemModel value)Generated 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, 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
-
CODE
public static final java.lang.String CODE
Generated constant - Attribute key ofTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.- See Also:
- Constant Field Values
-
REQUIREDITEM
public static final java.lang.String REQUIREDITEM
Generated constant - Attribute key ofTestIntegrationItem3.requiredItemattribute defined at extensionodata2webservicesfeaturetests.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TestIntegrationItem3Model
public TestIntegrationItem3Model()
Generated constructor - Default constructor for generic creation.
-
TestIntegrationItem3Model
public TestIntegrationItem3Model(ItemModelContext ctx)
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(java.lang.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(java.lang.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 Detail
-
getCode
@Accessor(qualifier="code", type=GETTER) public java.lang.String getCode()
Generated method - Getter of theTestIntegrationItem3.codeattribute defined at extensionodata2webservicesfeaturetests.- Returns:
- the code
-
getRequiredItem
@Accessor(qualifier="requiredItem", type=GETTER) public TestIntegrationItemModel getRequiredItem()
Generated method - Getter of theTestIntegrationItem3.requiredItemattribute defined at extensionodata2webservicesfeaturetests.- Returns:
- the requiredItem
-
setCode
@Accessor(qualifier="code", type=SETTER) public void setCode(java.lang.String value)
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
-
-