public class AdminReviewSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
customerId
Customer Id
|
private int |
id
Review Id
|
private int |
productId
Product Id
|
private int |
rating
Rating
|
private int |
status
Review state
|
private int |
vendorId
Vendor Id
|
Constructor and Description |
---|
AdminReviewSearch()
Instantiates an AdminLanguageSearch object - a requirement for a bean class
|
Modifier and Type | Method and Description |
---|---|
int |
getCustomerId() |
int |
getId() |
int |
getProductId() |
int |
getRating() |
int |
getStatus()
It can take the following values:
com.konakartadmin.bl.KonakartAdminConstants.REVIEW_VISIBLE = The review can be seen by
customers in the storefront application
com.konakartadmin.bl.KonakartAdminConstants.REVIEW_INVISIBLE = The review cannot be seen
by customers in the storefront application.
|
int |
getVendorId() |
void |
setCustomerId(int customerId) |
void |
setId(int id) |
void |
setProductId(int productId) |
void |
setRating(int rating) |
void |
setStatus(int status)
It can take the following values:
com.konakartadmin.bl.KonakartAdminConstants.REVIEW_VISIBLE = The review can be seen by
customers in the storefront application
com.konakartadmin.bl.KonakartAdminConstants.REVIEW_INVISIBLE = The review cannot be seen
by customers in the storefront application.
|
void |
setVendorId(int vendorId) |
java.lang.String |
toString() |
private int status
private int id
private int productId
private int customerId
private int vendorId
private int rating
public AdminReviewSearch()
public java.lang.String toString()
toString
in class java.lang.Object
public int getStatus()
public void setStatus(int status)
status
- the status to setpublic int getId()
public void setId(int id)
id
- the id to setpublic int getProductId()
public void setProductId(int productId)
productId
- the productId to setpublic int getCustomerId()
public void setCustomerId(int customerId)
customerId
- the customerId to setpublic int getRating()
public void setRating(int rating)
rating
- the rating to setpublic int getVendorId()
public void setVendorId(int vendorId)
vendorId
- the vendorId to setCopyright © 2018 DS Data Systems UK Ltd.