public class CatalogMultiplierImpl extends Object implements CatalogMultiplier
| Modifier and Type | Field and Description |
|---|---|
protected CatalogService |
catalogService |
protected CategoryXrefDao |
categoryXrefDao |
protected javax.persistence.EntityManager |
em |
protected long |
numberOfProductsToAdd |
protected Random |
random |
| Constructor and Description |
|---|
CatalogMultiplierImpl() |
| Modifier and Type | Method and Description |
|---|---|
long |
getNumberOfProductsToAdd() |
void |
init() |
void |
setNumberOfProductsToAdd(long numberOfProductsToAdd) |
protected javax.persistence.EntityManager em
protected CatalogService catalogService
protected CategoryXrefDao categoryXrefDao
protected Random random
protected long numberOfProductsToAdd
public void init()
init in interface CatalogMultiplierpublic long getNumberOfProductsToAdd()
public void setNumberOfProductsToAdd(long numberOfProductsToAdd)
Copyright © 2014. All Rights Reserved.