Class DummyModel
java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.DummyModel
- All Implemented Interfaces:
Serializable
- 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 Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionDummyModel(CatalogVersionModel _catalogVersion, String _code) Deprecated, for removal: This API element is subject to removal in a future version.since ages -
Method Summary
Modifier and TypeMethodDescriptiongetAssignment(Locale loc) getCode()intgetName()booleanvoidsetAllSubcategories(Collection<String> subs) voidsetAssignment(String value) voidsetAssignment(String value, Locale loc) voidvoidvoidsetDiscountsIncludeDeliveryCost(boolean value) voidsetDynFoo(int value) voidvoidMethods 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
- See Also:
-
CATALOGVERSION
- See Also:
-
CODE
- See Also:
-
NAME
- See Also:
-
DISCOUNTSINCLUDEDELIVERYCOST
- See Also:
-
ALLSUBCATEGORIES
- See Also:
-
ASSIGNMENT
- See Also:
-
-
Constructor Details
-
DummyModel
public DummyModel() -
DummyModel
-
DummyModel
@Deprecated(since="ages", forRemoval=true) public DummyModel(CatalogVersionModel _catalogVersion, String _code) Deprecated, for removal: This API element is subject to removal in a future version.since ages
-
-
Method Details
-
getCode
-
setCode
-
getName
-
getName
-
setName
-
setName
-
getCatalogVersion
-
setCatalogVersion
-
isDiscountsIncludeDeliveryCost
public boolean isDiscountsIncludeDeliveryCost() -
setDiscountsIncludeDeliveryCost
public void setDiscountsIncludeDeliveryCost(boolean value) -
getAllSubcategories
-
setAllSubcategories
-
getDynFoo
public int getDynFoo() -
setDynFoo
public void setDynFoo(int value) -
getAssignment
-
getAssignment
-
setAssignment
-
setAssignment
-