public class

ItemExpressionHolder

extends Object
java.lang.Object
   ↳ org.mule.modules.handshake.core.holders.ItemExpressionHolder

Summary

Fields
protected Map<String, String> _additionalPricesType
protected String _barcodeType
protected int _categoryPositionType
protected Category _categoryType
protected List<String> _imageURLsType
protected String _longDescType
protected String _manufacturerType
protected int _minQtyType
protected int _multQtyType
protected String _nameType
protected String _resourceUriType
protected String _skuType
protected String _thumbnailURLType
protected List<String> _thumbnailURLsType
protected String _unitPriceType
protected List<Variant> _variantsType
protected Object additionalPrices
protected Object barcode
protected Object category
protected Object categoryPosition
protected Object imageURLs
protected Object longDesc
protected Object manufacturer
protected Object minQty
protected Object multQty
protected Object name
protected Object resourceUri
protected Object sku
protected Object thumbnailURL
protected Object thumbnailURLs
protected Object unitPrice
protected Object variants
Public Constructors
ItemExpressionHolder()
Public Methods
Object getAdditionalPrices()
Retrieves additionalPrices
Object getBarcode()
Retrieves barcode
Object getCategory()
Retrieves category
Object getCategoryPosition()
Retrieves categoryPosition
Object getImageURLs()
Retrieves imageURLs
Object getLongDesc()
Retrieves longDesc
Object getManufacturer()
Retrieves manufacturer
Object getMinQty()
Retrieves minQty
Object getMultQty()
Retrieves multQty
Object getName()
Retrieves name
Object getResourceUri()
Retrieves resourceUri
Object getSku()
Retrieves sku
Object getThumbnailURL()
Retrieves thumbnailURL
Object getThumbnailURLs()
Retrieves thumbnailURLs
Object getUnitPrice()
Retrieves unitPrice
Object getVariants()
Retrieves variants
void setAdditionalPrices(Object value)
Sets additionalPrices
void setBarcode(Object value)
Sets barcode
void setCategory(Object value)
Sets category
void setCategoryPosition(Object value)
Sets categoryPosition
void setImageURLs(Object value)
Sets imageURLs
void setLongDesc(Object value)
Sets longDesc
void setManufacturer(Object value)
Sets manufacturer
void setMinQty(Object value)
Sets minQty
void setMultQty(Object value)
Sets multQty
void setName(Object value)
Sets name
void setResourceUri(Object value)
Sets resourceUri
void setSku(Object value)
Sets sku
void setThumbnailURL(Object value)
Sets thumbnailURL
void setThumbnailURLs(Object value)
Sets thumbnailURLs
void setUnitPrice(Object value)
Sets unitPrice
void setVariants(Object value)
Sets variants
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Map<String, String> _additionalPricesType

protected String _barcodeType

protected int _categoryPositionType

protected Category _categoryType

protected List<String> _imageURLsType

protected String _longDescType

protected String _manufacturerType

protected int _minQtyType

protected int _multQtyType

protected String _nameType

protected String _resourceUriType

protected String _skuType

protected String _thumbnailURLType

protected List<String> _thumbnailURLsType

protected String _unitPriceType

protected List<Variant> _variantsType

protected Object additionalPrices

protected Object barcode

protected Object category

protected Object categoryPosition

protected Object imageURLs

protected Object longDesc

protected Object manufacturer

protected Object minQty

protected Object multQty

protected Object name

protected Object resourceUri

protected Object sku

protected Object thumbnailURL

protected Object thumbnailURLs

protected Object unitPrice

protected Object variants

Public Constructors

public ItemExpressionHolder ()

Public Methods

public Object getAdditionalPrices ()

Retrieves additionalPrices

public Object getBarcode ()

Retrieves barcode

public Object getCategory ()

Retrieves category

public Object getCategoryPosition ()

Retrieves categoryPosition

public Object getImageURLs ()

Retrieves imageURLs

public Object getLongDesc ()

Retrieves longDesc

public Object getManufacturer ()

Retrieves manufacturer

public Object getMinQty ()

Retrieves minQty

public Object getMultQty ()

Retrieves multQty

public Object getName ()

Retrieves name

public Object getResourceUri ()

Retrieves resourceUri

public Object getSku ()

Retrieves sku

public Object getThumbnailURL ()

Retrieves thumbnailURL

public Object getThumbnailURLs ()

Retrieves thumbnailURLs

public Object getUnitPrice ()

Retrieves unitPrice

public Object getVariants ()

Retrieves variants

public void setAdditionalPrices (Object value)

Sets additionalPrices

Parameters
value Value to set

public void setBarcode (Object value)

Sets barcode

Parameters
value Value to set

public void setCategory (Object value)

Sets category

Parameters
value Value to set

public void setCategoryPosition (Object value)

Sets categoryPosition

Parameters
value Value to set

public void setImageURLs (Object value)

Sets imageURLs

Parameters
value Value to set

public void setLongDesc (Object value)

Sets longDesc

Parameters
value Value to set

public void setManufacturer (Object value)

Sets manufacturer

Parameters
value Value to set

public void setMinQty (Object value)

Sets minQty

Parameters
value Value to set

public void setMultQty (Object value)

Sets multQty

Parameters
value Value to set

public void setName (Object value)

Sets name

Parameters
value Value to set

public void setResourceUri (Object value)

Sets resourceUri

Parameters
value Value to set

public void setSku (Object value)

Sets sku

Parameters
value Value to set

public void setThumbnailURL (Object value)

Sets thumbnailURL

Parameters
value Value to set

public void setThumbnailURLs (Object value)

Sets thumbnailURLs

Parameters
value Value to set

public void setUnitPrice (Object value)

Sets unitPrice

Parameters
value Value to set

public void setVariants (Object value)

Sets variants

Parameters
value Value to set