|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminReviewSearch
public class AdminReviewSearch
AdminReviewSearch object
Field Summary | |
---|---|
private int |
customerId
Customer Id |
private int |
id
Review Id |
private int |
productId
Product Id |
private int |
rating
Rating |
private int |
status
Review state |
Constructor Summary | |
---|---|
AdminReviewSearch()
Instantiates an AdminLanguageSearch object - a requirement for a bean class |
Method Summary | |
---|---|
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 store-front application com.konakartadmin.bl.KonakartAdminConstants.REVIEW_INVISIBLE = The review cannot be seen by customers in the store-front application. |
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 store-front application com.konakartadmin.bl.KonakartAdminConstants.REVIEW_INVISIBLE = The review cannot be seen by customers in the store-front application. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
private int status
private int id
private int productId
private int customerId
private int rating
Constructor Detail |
---|
public AdminReviewSearch()
Method Detail |
---|
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 set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |