public class DummyModel extends AbstractItemModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static String |
_TYPECODE |
static String |
ALLSUBCATEGORIES |
static String |
ASSIGNMENT |
static String |
CATALOGVERSION |
static String |
CODE |
static String |
DISCOUNTSINCLUDEDELIVERYCOST |
static String |
NAME |
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
DummyModel() |
DummyModel(CatalogVersionModel _catalogVersion,
String _code)
Deprecated.
|
DummyModel(ItemModelInternalContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
getAllSubcategories() |
String |
getAssignment() |
String |
getAssignment(Locale loc) |
CatalogVersionModel |
getCatalogVersion() |
String |
getCode() |
int |
getDynFoo() |
String |
getName() |
String |
getName(Locale loc) |
boolean |
isDiscountsIncludeDeliveryCost() |
void |
setAllSubcategories(Collection<String> subs) |
void |
setAssignment(String value) |
void |
setAssignment(String value,
Locale loc) |
void |
setCatalogVersion(CatalogVersionModel value) |
void |
setCode(String value) |
void |
setDiscountsIncludeDeliveryCost(boolean value) |
void |
setDynFoo(int value) |
void |
setName(String value) |
void |
setName(String value,
Locale loc) |
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, writeReplacepublic static final String _TYPECODE
public static final String CATALOGVERSION
public static final String CODE
public static final String NAME
public static final String DISCOUNTSINCLUDEDELIVERYCOST
public static final String ALLSUBCATEGORIES
public static final String ASSIGNMENT
public DummyModel()
public DummyModel(ItemModelInternalContext ctx)
@Deprecated public DummyModel(CatalogVersionModel _catalogVersion, String _code)
public String getCode()
public void setCode(String value)
public String getName()
public void setName(String value)
public CatalogVersionModel getCatalogVersion()
public void setCatalogVersion(CatalogVersionModel value)
public boolean isDiscountsIncludeDeliveryCost()
public void setDiscountsIncludeDeliveryCost(boolean value)
public Collection<String> getAllSubcategories()
public void setAllSubcategories(Collection<String> subs)
public int getDynFoo()
public void setDynFoo(int value)
public String getAssignment()
public void setAssignment(String value)
Copyright © 2017 SAP SE. All Rights Reserved.