com.shephertz.app42.paas.sdk.jme.shopping
Class ItemData

java.lang.Object
  extended by com.shephertz.app42.paas.sdk.jme.shopping.ItemData

public class ItemData
extends java.lang.Object

This ItemData object is the value object which contains the properties of ItemData along with the setter & getter for those properties.


Constructor Summary
ItemData()
           
 
Method Summary
 java.lang.String getDescription()
          Returns the description of the Catalogue.
 java.lang.String getImage()
          Returns the image of the Item in Catalogue.
 java.io.InputStream getImageInputStream()
          Returns the imageInputStream of the Item in Catalogue.
 java.lang.String getImageName()
          Returns the imageName of the Item in Catalogue.
 java.lang.String getItemId()
          Returns the itemId of the Catalogue.
 java.lang.String getName()
          Returns the name of the Catalogue.
 double getPrice()
          Returns the price of the Item in Catalogue.
 void setDescription(java.lang.String description)
          Sets the description of the Catalogue.
 void setImage(java.lang.String image)
          Sets the image of the Item in Catalogue.
 void setImageInputStream(java.io.InputStream imageInputStream)
          Sets the imageInputStream of the Item.
 void setImageName(java.lang.String imageName)
          Sets the imageName of the Item in Catalogue.
 void setItemId(java.lang.String itemId)
          Sets the itemId of the Catalogue.
 void setName(java.lang.String name)
          Sets the name of the Catalogue.
 void setPrice(double price)
          Sets the price of the Item in Catalogue.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ItemData

public ItemData()
Method Detail

getDescription

public java.lang.String getDescription()
Returns the description of the Catalogue.

Returns:
the description of the Catalogue.

getImage

public java.lang.String getImage()
Returns the image of the Item in Catalogue.

Returns:
the image of the Item.

getImageInputStream

public java.io.InputStream getImageInputStream()
Returns the imageInputStream of the Item in Catalogue.

Returns:
the imageInputStream of the item.

getImageName

public java.lang.String getImageName()
Returns the imageName of the Item in Catalogue.

Returns:
the imageName of the Item.

getItemId

public java.lang.String getItemId()
Returns the itemId of the Catalogue.

Returns:
the itemId of the Catalogue.

getName

public java.lang.String getName()
Returns the name of the Catalogue.

Returns:
the name of the Catalogue.

getPrice

public double getPrice()
Returns the price of the Item in Catalogue.

Returns:
the price of the Item.

setDescription

public void setDescription(java.lang.String description)
Sets the description of the Catalogue.

Parameters:
description - - description of the Catalogue

setImage

public void setImage(java.lang.String image)
Sets the image of the Item in Catalogue.

Parameters:
image - - image of the Item

setImageInputStream

public void setImageInputStream(java.io.InputStream imageInputStream)
Sets the imageInputStream of the Item.

Parameters:
imageInputStream - - imageInputStream of the Item in Catalogue

setImageName

public void setImageName(java.lang.String imageName)
Sets the imageName of the Item in Catalogue.

Parameters:
imageName - - imageName of the Item

setItemId

public void setItemId(java.lang.String itemId)
Sets the itemId of the Catalogue.

Parameters:
itemId - - itemId of the Catalogue

setName

public void setName(java.lang.String name)
Sets the name of the Catalogue.

Parameters:
name - - Name of the Catalogue

setPrice

public void setPrice(double price)
Sets the price of the Item in Catalogue.

Parameters:
price - - price of the Item