|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.rmi.app.S_Review
public class S_Review
Describes a review for use within KonaKart.
Constructor Summary | |
---|---|
S_Review()
|
Method Summary | |
---|---|
java.math.BigDecimal |
getAverageRating()
The average rating for a product based on all of its reviews. |
java.lang.String |
getCustom1()
|
java.lang.String |
getCustom2()
|
java.lang.String |
getCustom3()
|
int |
getCustomerId()
|
java.lang.String |
getCustomerName()
|
java.util.Calendar |
getDateAdded()
|
int |
getId()
|
int |
getLanguageId()
|
java.lang.String |
getLanguageName()
|
S_Product |
getProduct()
|
int |
getProductId()
|
int |
getRating()
The rating is normally an integer in the range 1 to 5. |
java.lang.String |
getReviewText()
|
int |
getTimesRead()
How many times the review has been read. |
void |
setAverageRating(java.math.BigDecimal _averageRating)
The average rating for a product based on all of its reviews. |
void |
setCustom1(java.lang.String _custom1)
|
void |
setCustom2(java.lang.String _custom2)
|
void |
setCustom3(java.lang.String _custom3)
|
void |
setCustomerId(int _customerId)
|
void |
setCustomerName(java.lang.String _customerName)
|
void |
setDateAdded(java.util.Calendar _dateAdded)
|
void |
setId(int _id)
|
void |
setLanguageId(int _languageId)
|
void |
setLanguageName(java.lang.String _languageName)
|
void |
setProduct(S_Product _product)
|
void |
setProductId(int _productId)
|
void |
setRating(int _rating)
The rating is normally an integer in the range 1 to 5. |
void |
setReviewText(java.lang.String _reviewText)
|
void |
setTimesRead(int _timesRead)
How many times the review has been read. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public S_Review()
Method Detail |
---|
public int getCustomerId()
public void setCustomerId(int _customerId)
_customerId
- The customerId to set.public java.lang.String getCustomerName()
public void setCustomerName(java.lang.String _customerName)
_customerName
- The customerName to set.public int getId()
public void setId(int _id)
_id
- The id to set.public int getLanguageId()
public void setLanguageId(int _languageId)
_languageId
- The languageId to set.public java.lang.String getLanguageName()
public void setLanguageName(java.lang.String _languageName)
_languageName
- The languageName to set.public int getProductId()
public void setProductId(int _productId)
_productId
- The productId to set.public int getRating()
public void setRating(int _rating)
_rating
- The rating to set.public java.math.BigDecimal getAverageRating()
public void setAverageRating(java.math.BigDecimal _averageRating)
_averageRating
- The averageRating to set.public java.lang.String getReviewText()
public void setReviewText(java.lang.String _reviewText)
_reviewText
- The reviewText to set.public int getTimesRead()
public void setTimesRead(int _timesRead)
_timesRead
- The timesRead to set.public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar _dateAdded)
_dateAdded
- The dateAdded to set.public S_Product getProduct()
public void setProduct(S_Product _product)
_product
- The product to set.public java.lang.String getCustom1()
public void setCustom1(java.lang.String _custom1)
_custom1
- The custom1 to set.public java.lang.String getCustom2()
public void setCustom2(java.lang.String _custom2)
_custom2
- The custom2 to set.public java.lang.String getCustom3()
public void setCustom3(java.lang.String _custom3)
_custom3
- The custom3 to set.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |