com.konakartadmin.app
Class AdminReviewSearch

java.lang.Object
  extended by com.konakartadmin.app.AdminReviewSearch

public class AdminReviewSearch
extends java.lang.Object

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

status

private int status
Review state


id

private int id
Review Id


productId

private int productId
Product Id


customerId

private int customerId
Customer Id


rating

private int rating
Rating

Constructor Detail

AdminReviewSearch

public AdminReviewSearch()
Instantiates an AdminLanguageSearch object - a requirement for a bean class

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object
Returns:
Returns a string containing the attributes of the LanguageSearch object.

getStatus

public int getStatus()
It can take the following values:

Returns:
the status

setStatus

public void setStatus(int status)
It can take the following values:

Parameters:
status - the status to set

getId

public int getId()
Returns:
the id

setId

public void setId(int id)
Parameters:
id - the id to set

getProductId

public int getProductId()
Returns:
the productId

setProductId

public void setProductId(int productId)
Parameters:
productId - the productId to set

getCustomerId

public int getCustomerId()
Returns:
the customerId

setCustomerId

public void setCustomerId(int customerId)
Parameters:
customerId - the customerId to set

getRating

public int getRating()
Returns:
the rating

setRating

public void setRating(int rating)
Parameters:
rating - the rating to set


Copyright © 2011 DS Data Systems UK Ltd.