public class ProductImagesOptions extends java.lang.Object implements ProductImagesOptionsIf
Constructor and Description |
---|
ProductImagesOptions()
Constructor
|
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 crcCache)
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) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getProductId()
getProductId
in interface ProductImagesOptionsIf
public void setProductId(int productId)
setProductId
in interface ProductImagesOptionsIf
productId
- the productId to setpublic java.lang.String getNameFilter()
getNameFilter
in interface ProductImagesOptionsIf
public void setNameFilter(java.lang.String nameFilter)
setNameFilter
in interface ProductImagesOptionsIf
nameFilter
- the nameFilter to setpublic ProductIf getProduct()
getProduct
in interface ProductImagesOptionsIf
public void setProduct(ProductIf product)
setProduct
in interface ProductImagesOptionsIf
product
- the product to setpublic boolean isFilesFromCrcCache()
ProductImagesOptionsIf
isFilesFromCrcCache
in interface ProductImagesOptionsIf
public void setFilesFromCrcCache(boolean crcCache)
ProductImagesOptionsIf
setFilesFromCrcCache
in interface ProductImagesOptionsIf
crcCache
- value to setCopyright © 2018 DS Data Systems UK Ltd.