|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakart.app.Review
com.konakart.al.ExtendedReview
public class ExtendedReview
This class is the same as the Review class except that it also contains some product attributes to facilitate its use in the UI.
| Constructor Summary | |
|---|---|
ExtendedReview(com.konakart.appif.ReviewIf r)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getImage()
|
java.lang.String |
getProductName()
|
void |
setImage(java.lang.String image)
|
void |
setProductName(java.lang.String productName)
|
| Methods inherited from class com.konakart.app.Review |
|---|
getAverageRating, getCustom1, getCustom2, getCustom3, getCustomerId, getCustomerName, getDateAdded, getId, getLanguageId, getLanguageName, getProduct, getProductId, getRating, getReviewText, getTimesRead, setAverageRating, setCustom1, setCustom2, setCustom3, setCustomerId, setCustomerName, setDateAdded, setId, setLanguageId, setLanguageName, setProduct, setProductId, setRating, setReviewText, setTimesRead, toString, toStringBrief |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ExtendedReview(com.konakart.appif.ReviewIf r)
r - | Method Detail |
|---|
public java.lang.String getImage()
public void setImage(java.lang.String image)
image - The image to set.public java.lang.String getProductName()
public void setProductName(java.lang.String productName)
productName - The productName to set.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||