com.konakart.al
Class ExtendedReview

java.lang.Object
  extended by com.konakart.app.Review
      extended by com.konakart.al.ExtendedReview
All Implemented Interfaces:
com.konakart.appif.ReviewIf

public class ExtendedReview
extends com.konakart.app.Review

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

ExtendedReview

public ExtendedReview(com.konakart.appif.ReviewIf r)
Parameters:
r -
Method Detail

getImage

public java.lang.String getImage()
Returns:
Returns the image.

setImage

public void setImage(java.lang.String image)
Parameters:
image - The image to set.

getProductName

public java.lang.String getProductName()
Returns:
Returns the productName.

setProductName

public void setProductName(java.lang.String productName)
Parameters:
productName - The productName to set.


Copyright © 2006 DS Data Systems UK Ltd.