Class Products
- java.lang.Object
-
- de.hybris.platform.warehousing.util.models.AbstractItems<ProductModel>
-
- de.hybris.platform.warehousing.util.models.Products
-
public class Products extends AbstractItems<ProductModel>
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringCODE_CAMERAstatic java.lang.StringCODE_LENSstatic java.lang.StringCODE_MEMORY_CARD
-
Constructor Summary
Constructors Constructor Description Products()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProductModelCamera()CatalogVersionsgetCatalogVersions()ProductDaogetProductDao()UnitsgetUnits()ProductModelLens()ProductModelMemoryCard()voidsetCatalogVersions(CatalogVersions catalogVersions)voidsetProductDao(ProductDao productDao)voidsetUnits(Units units)-
Methods inherited from class de.hybris.platform.warehousing.util.models.AbstractItems
getFlexibleSearchService, getFromCollectionOrSaveAndReturn, getModelService, getOrSaveAndReturn, setFlexibleSearchService, setModelService
-
-
-
-
Field Detail
-
CODE_CAMERA
public static final java.lang.String CODE_CAMERA
- See Also:
- Constant Field Values
-
CODE_MEMORY_CARD
public static final java.lang.String CODE_MEMORY_CARD
- See Also:
- Constant Field Values
-
CODE_LENS
public static final java.lang.String CODE_LENS
- See Also:
- Constant Field Values
-
-
Method Detail
-
Camera
public ProductModel Camera()
-
MemoryCard
public ProductModel MemoryCard()
-
Lens
public ProductModel Lens()
-
getProductDao
public ProductDao getProductDao()
-
setProductDao
public void setProductDao(ProductDao productDao)
-
getCatalogVersions
public CatalogVersions getCatalogVersions()
-
setCatalogVersions
public void setCatalogVersions(CatalogVersions catalogVersions)
-
getUnits
public Units getUnits()
-
setUnits
public void setUnits(Units units)
-
-