public interface ProductImagesOptionsIf
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNameFilter() |
ProductIf |
getProduct()
If not null, we use the product instead of the product id to avoid having to do an extra
database lookup.
|
int |
getProductId() |
boolean |
isFilesFromCrcCache()
Get the files from the CRC cache?
|
void |
setFilesFromCrcCache(boolean filesFromCrcCache)
Get the files from the CRC cache?
|
void |
setNameFilter(java.lang.String nameFilter) |
void |
setProduct(ProductIf product)
If not null, we use the product instead of the product id to avoid having to do an extra
database lookup.
|
void |
setProductId(int productId) |
int getProductId()
void setProductId(int productId)
productId
- the productId to setjava.lang.String getNameFilter()
void setNameFilter(java.lang.String nameFilter)
nameFilter
- the nameFilter to setProductIf getProduct()
void setProduct(ProductIf product)
product
- the product to setboolean isFilesFromCrcCache()
void setFilesFromCrcCache(boolean filesFromCrcCache)
filesFromCrcCache
- value to setCopyright © 2018 DS Data Systems UK Ltd.