com.konakart.wsapp
Class Review

java.lang.Object
  extended by com.konakart.wsapp.Review
All Implemented Interfaces:
java.io.Serializable

public class Review
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Constructor Summary
Review()
           
Review(java.math.BigDecimal averageRating, java.lang.String custom1, java.lang.String custom2, java.lang.String custom3, int customerId, java.lang.String customerName, java.util.Calendar dateAdded, int id, int languageId, java.lang.String languageName, Product product, int productId, int rating, java.lang.String reviewText, int timesRead)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 java.math.BigDecimal getAverageRating()
          Gets the averageRating value for this Review.
 java.lang.String getCustom1()
          Gets the custom1 value for this Review.
 java.lang.String getCustom2()
          Gets the custom2 value for this Review.
 java.lang.String getCustom3()
          Gets the custom3 value for this Review.
 int getCustomerId()
          Gets the customerId value for this Review.
 java.lang.String getCustomerName()
          Gets the customerName value for this Review.
 java.util.Calendar getDateAdded()
          Gets the dateAdded value for this Review.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 int getId()
          Gets the id value for this Review.
 int getLanguageId()
          Gets the languageId value for this Review.
 java.lang.String getLanguageName()
          Gets the languageName value for this Review.
 Product getProduct()
          Gets the product value for this Review.
 int getProductId()
          Gets the productId value for this Review.
 int getRating()
          Gets the rating value for this Review.
 java.lang.String getReviewText()
          Gets the reviewText value for this Review.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Serializer
 int getTimesRead()
          Gets the timesRead value for this Review.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Return type metadata object
 int hashCode()
           
 void setAverageRating(java.math.BigDecimal averageRating)
          Sets the averageRating value for this Review.
 void setCustom1(java.lang.String custom1)
          Sets the custom1 value for this Review.
 void setCustom2(java.lang.String custom2)
          Sets the custom2 value for this Review.
 void setCustom3(java.lang.String custom3)
          Sets the custom3 value for this Review.
 void setCustomerId(int customerId)
          Sets the customerId value for this Review.
 void setCustomerName(java.lang.String customerName)
          Sets the customerName value for this Review.
 void setDateAdded(java.util.Calendar dateAdded)
          Sets the dateAdded value for this Review.
 void setId(int id)
          Sets the id value for this Review.
 void setLanguageId(int languageId)
          Sets the languageId value for this Review.
 void setLanguageName(java.lang.String languageName)
          Sets the languageName value for this Review.
 void setProduct(Product product)
          Sets the product value for this Review.
 void setProductId(int productId)
          Sets the productId value for this Review.
 void setRating(int rating)
          Sets the rating value for this Review.
 void setReviewText(java.lang.String reviewText)
          Sets the reviewText value for this Review.
 void setTimesRead(int timesRead)
          Sets the timesRead value for this Review.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Review

public Review()

Review

public Review(java.math.BigDecimal averageRating,
              java.lang.String custom1,
              java.lang.String custom2,
              java.lang.String custom3,
              int customerId,
              java.lang.String customerName,
              java.util.Calendar dateAdded,
              int id,
              int languageId,
              java.lang.String languageName,
              Product product,
              int productId,
              int rating,
              java.lang.String reviewText,
              int timesRead)
Method Detail

getAverageRating

public java.math.BigDecimal getAverageRating()
Gets the averageRating value for this Review.

Returns:
averageRating

setAverageRating

public void setAverageRating(java.math.BigDecimal averageRating)
Sets the averageRating value for this Review.

Parameters:
averageRating -

getCustom1

public java.lang.String getCustom1()
Gets the custom1 value for this Review.

Returns:
custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Sets the custom1 value for this Review.

Parameters:
custom1 -

getCustom2

public java.lang.String getCustom2()
Gets the custom2 value for this Review.

Returns:
custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Sets the custom2 value for this Review.

Parameters:
custom2 -

getCustom3

public java.lang.String getCustom3()
Gets the custom3 value for this Review.

Returns:
custom3

setCustom3

public void setCustom3(java.lang.String custom3)
Sets the custom3 value for this Review.

Parameters:
custom3 -

getCustomerId

public int getCustomerId()
Gets the customerId value for this Review.

Returns:
customerId

setCustomerId

public void setCustomerId(int customerId)
Sets the customerId value for this Review.

Parameters:
customerId -

getCustomerName

public java.lang.String getCustomerName()
Gets the customerName value for this Review.

Returns:
customerName

setCustomerName

public void setCustomerName(java.lang.String customerName)
Sets the customerName value for this Review.

Parameters:
customerName -

getDateAdded

public java.util.Calendar getDateAdded()
Gets the dateAdded value for this Review.

Returns:
dateAdded

setDateAdded

public void setDateAdded(java.util.Calendar dateAdded)
Sets the dateAdded value for this Review.

Parameters:
dateAdded -

getId

public int getId()
Gets the id value for this Review.

Returns:
id

setId

public void setId(int id)
Sets the id value for this Review.

Parameters:
id -

getLanguageId

public int getLanguageId()
Gets the languageId value for this Review.

Returns:
languageId

setLanguageId

public void setLanguageId(int languageId)
Sets the languageId value for this Review.

Parameters:
languageId -

getLanguageName

public java.lang.String getLanguageName()
Gets the languageName value for this Review.

Returns:
languageName

setLanguageName

public void setLanguageName(java.lang.String languageName)
Sets the languageName value for this Review.

Parameters:
languageName -

getProduct

public Product getProduct()
Gets the product value for this Review.

Returns:
product

setProduct

public void setProduct(Product product)
Sets the product value for this Review.

Parameters:
product -

getProductId

public int getProductId()
Gets the productId value for this Review.

Returns:
productId

setProductId

public void setProductId(int productId)
Sets the productId value for this Review.

Parameters:
productId -

getRating

public int getRating()
Gets the rating value for this Review.

Returns:
rating

setRating

public void setRating(int rating)
Sets the rating value for this Review.

Parameters:
rating -

getReviewText

public java.lang.String getReviewText()
Gets the reviewText value for this Review.

Returns:
reviewText

setReviewText

public void setReviewText(java.lang.String reviewText)
Sets the reviewText value for this Review.

Parameters:
reviewText -

getTimesRead

public int getTimesRead()
Gets the timesRead value for this Review.

Returns:
timesRead

setTimesRead

public void setTimesRead(int timesRead)
Sets the timesRead value for this Review.

Parameters:
timesRead -

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer



Copyright © 2011 DS Data Systems UK Ltd.