|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.shopping.ItemData
public class ItemData
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 |
---|
public ItemData()
Method Detail |
---|
public java.lang.String getDescription()
public java.lang.String getImage()
public java.io.InputStream getImageInputStream()
public java.lang.String getImageName()
public java.lang.String getItemId()
public java.lang.String getName()
public double getPrice()
public void setDescription(java.lang.String description)
description
- - description of the Cataloguepublic void setImage(java.lang.String image)
image
- - image of the Itempublic void setImageInputStream(java.io.InputStream imageInputStream)
imageInputStream
- - imageInputStream of the Item in Cataloguepublic void setImageName(java.lang.String imageName)
imageName
- - imageName of the Itempublic void setItemId(java.lang.String itemId)
itemId
- - itemId of the Cataloguepublic void setName(java.lang.String name)
name
- - Name of the Cataloguepublic void setPrice(double price)
price
- - price of the Item
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |