public class PriceRows extends AbstractItems<PriceRowModel>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.Double |
CAMERA_PRICE |
static java.lang.Double |
LENS_PRICE |
static java.lang.Double |
MEMORY_CARD_PRICE |
| Constructor and Description |
|---|
PriceRows() |
| Modifier and Type | Method and Description |
|---|---|
PriceRowModel |
CameraPrice(java.lang.String productId) |
protected Catalogs |
getCatalogs() |
protected Currencies |
getCurrencies() |
protected Customers |
getCustomers() |
protected PriceRowWarehousingDao |
getPriceRowWarehousingDao() |
protected Units |
getUnits() |
PriceRowModel |
LensPrice(java.lang.String productId) |
PriceRowModel |
MemoryCardPrice(java.lang.String productId) |
void |
setCatalogs(Catalogs catalogs) |
void |
setCurrencies(Currencies currencies) |
void |
setCustomers(Customers customers) |
void |
setPriceRowWarehousingDao(PriceRowWarehousingDao priceRowWarehousingDao) |
void |
setUnits(Units units) |
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelService, getOrSaveAndReturn, setFlexibleSearchService, setModelServicepublic static final java.lang.Double CAMERA_PRICE
public static final java.lang.Double MEMORY_CARD_PRICE
public static final java.lang.Double LENS_PRICE
public PriceRowModel CameraPrice(java.lang.String productId)
public PriceRowModel MemoryCardPrice(java.lang.String productId)
public PriceRowModel LensPrice(java.lang.String productId)
protected PriceRowWarehousingDao getPriceRowWarehousingDao()
public void setPriceRowWarehousingDao(PriceRowWarehousingDao priceRowWarehousingDao)
protected Currencies getCurrencies()
public void setCurrencies(Currencies currencies)
protected Units getUnits()
public void setUnits(Units units)
protected Customers getCustomers()
public void setCustomers(Customers customers)
protected Catalogs getCatalogs()
public void setCatalogs(Catalogs catalogs)
Copyright © 2018 SAP SE. All Rights Reserved.