com.konakartadmin.app
Class AdminProductOptionSearch

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

public class AdminProductOptionSearch
extends java.lang.Object

Product Option Search object for the Admin App


Field Summary
private  int id
          id
private  int languageId
          languageId
private  java.lang.String name
          Name
private  int nameRule
          Name Rule
private  java.lang.String orderBy
          order By
private  boolean populateValues
          populateValues
 
Constructor Summary
AdminProductOptionSearch()
          Instantiates an AdminProductOptionSearch object - a requirement for a bean class
 
Method Summary
 int getId()
           
 int getLanguageId()
           
 java.lang.String getName()
           
 int getNameRule()
          The rule for the search.
 java.lang.String getOrderBy()
           
 boolean isPopulateValues()
          When set, the option value array is populated.
 void setId(int id)
           
 void setLanguageId(int languageId)
           
 void setName(java.lang.String name)
           
 void setNameRule(int nameRule)
          The rule for the search.
 void setOrderBy(java.lang.String orderBy)
           
 void setPopulateValues(boolean populateValues)
          When set, the option value array is populated.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private int id
id


languageId

private int languageId
languageId


populateValues

private boolean populateValues
populateValues


name

private java.lang.String name
Name


nameRule

private int nameRule
Name Rule


orderBy

private java.lang.String orderBy
order By

Constructor Detail

AdminProductOptionSearch

public AdminProductOptionSearch()
Instantiates an AdminProductOptionSearch 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 AdminProductOptionSearch object.

getId

public int getId()
Returns:
Returns the id.

setId

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

getOrderBy

public java.lang.String getOrderBy()
Returns:
Returns the orderBy.

setOrderBy

public void setOrderBy(java.lang.String orderBy)
Parameters:
orderBy - The orderBy to set.

getName

public java.lang.String getName()
Returns:
Returns the name.

setName

public void setName(java.lang.String name)
Parameters:
name - The name to set.

getNameRule

public int getNameRule()
The rule for the search. Valid values are:

Returns:
the nameRule

setNameRule

public void setNameRule(int nameRule)
The rule for the search. Valid values are:

Parameters:
nameRule - the nameRule to set

getLanguageId

public int getLanguageId()
Returns:
the languageId

setLanguageId

public void setLanguageId(int languageId)
Parameters:
languageId - the languageId to set

isPopulateValues

public boolean isPopulateValues()
When set, the option value array is populated.

Returns:
the populateValues

setPopulateValues

public void setPopulateValues(boolean populateValues)
When set, the option value array is populated.

Parameters:
populateValues - the populateValues to set


Copyright © 2011 DS Data Systems UK Ltd.