public class BVProduct extends java.lang.Object implements BVDisplayableProductContent
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
impressed |
| Constructor and Description |
|---|
BVProduct() |
| Modifier and Type | Method and Description |
|---|---|
float |
getAverageRating() |
java.lang.String |
getCategoryId() |
java.lang.String |
getDisplayImageUrl() |
java.lang.String |
getDisplayName() |
java.lang.String |
getId() |
java.lang.String |
getImageUrl()
Deprecated.
|
int |
getNumReviews() |
java.lang.String |
getProductId()
Deprecated.
|
java.lang.String |
getProductName()
Deprecated.
|
java.lang.String |
getProductPageUrl() |
BVReview |
getReview() |
java.lang.String |
getRs() |
boolean |
isSponsored() |
java.lang.String |
toString() |
@Deprecated public java.lang.String getProductId()
public int getNumReviews()
@Deprecated public java.lang.String getImageUrl()
public java.lang.String getProductPageUrl()
@Deprecated public java.lang.String getProductName()
public boolean isSponsored()
public BVReview getReview()
public java.lang.String getRs()
public java.lang.String getCategoryId()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getId()
getId in interface BVDisplayableProductContentpublic java.lang.String getDisplayName()
getDisplayName in interface BVDisplayableProductContentpublic java.lang.String getDisplayImageUrl()
getDisplayImageUrl in interface BVDisplayableProductContentpublic float getAverageRating()
getAverageRating in interface BVDisplayableProductContent