public class ProductBean extends Object
| Constructor and Description |
|---|
ProductBean()
Creates a ProductBean.
|
ProductBean(int productId,
String shortTitle,
String image,
String description)
Creates a ProductBean with the specified data.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Indicates whether this ProductBean is equal to the given object.
|
String |
getDescription() |
int |
getId() |
String |
getImage() |
String |
getShortTitle() |
int |
hashCode() |
void |
setDescription(String description) |
void |
setId(int id) |
void |
setImage(String image) |
void |
setShortTitle(String shortTitle) |
public String getDescription()
public void setDescription(String description)
description - The description to set.public String getImage()
public void setImage(String image)
image - The image to set.public String getShortTitle()
public void setShortTitle(String shortTitle)
shortTitle - The shortTitle to set.public int getId()
public void setId(int id)
id - The id to set.Copyright © 2016. All rights reserved.