|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakart.wsapp.Review
public class Review
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 |
---|
public 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 |
---|
public java.math.BigDecimal getAverageRating()
public void setAverageRating(java.math.BigDecimal averageRating)
averageRating
- public java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- public java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- public java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- public int getCustomerId()
public void setCustomerId(int customerId)
customerId
- public java.lang.String getCustomerName()
public void setCustomerName(java.lang.String customerName)
customerName
- public java.util.Calendar getDateAdded()
public void setDateAdded(java.util.Calendar dateAdded)
dateAdded
- public int getId()
public void setId(int id)
id
- public int getLanguageId()
public void setLanguageId(int languageId)
languageId
- public java.lang.String getLanguageName()
public void setLanguageName(java.lang.String languageName)
languageName
- public Product getProduct()
public void setProduct(Product product)
product
- public int getProductId()
public void setProductId(int productId)
productId
- public int getRating()
public void setRating(int rating)
rating
- public java.lang.String getReviewText()
public void setReviewText(java.lang.String reviewText)
reviewText
- public int getTimesRead()
public void setTimesRead(int timesRead)
timesRead
- public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |