com.konakartadmin.app
Class AdminCustomerGroupSearch

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

public class AdminCustomerGroupSearch
extends java.lang.Object

AdminCustomerGroupSearch object for the Admin App


Field Summary
private  int id
          Id
private  int languageId
          language Id
private  java.lang.String name
          Name
private  int nameRule
          Name Rule
private  java.lang.String orderBy
          order By
private  boolean useDefaultWildCardsWithName
          Use default settings for wildcard searching when searching using the name.
 
Constructor Summary
AdminCustomerGroupSearch()
          Instantiates an AdminCustomerGroupSearch object
 
Method Summary
 int getId()
           
 int getLanguageId()
           
 java.lang.String getName()
           
 int getNameRule()
          The rule for the search.
 java.lang.String getOrderBy()
           
 boolean isUseDefaultWildCardsWithName()
          Deprecated. Use attribute rules instead
 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 setUseDefaultWildCardsWithName(boolean useDefaultWildCardsWithName)
          Deprecated. Use attribute rules instead
 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


name

private java.lang.String name
Name


nameRule

private int nameRule
Name Rule


useDefaultWildCardsWithName

private boolean useDefaultWildCardsWithName
Use default settings for wildcard searching when searching using the name. If false no wildcards ("%") are added for the search and an exact match on name is required


languageId

private int languageId
language Id


orderBy

private java.lang.String orderBy
order By

Constructor Detail

AdminCustomerGroupSearch

public AdminCustomerGroupSearch()
Instantiates an AdminCustomerGroupSearch object

Method Detail

toString

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

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.

getLanguageId

public int getLanguageId()
Returns:
Returns the languageId.

setLanguageId

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

getId

public int getId()
Returns:
Returns the id.

setId

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

isUseDefaultWildCardsWithName

@Deprecated
public boolean isUseDefaultWildCardsWithName()
Deprecated. Use attribute rules instead

Returns:
the useDefaultWildCardsWithName

setUseDefaultWildCardsWithName

@Deprecated
public void setUseDefaultWildCardsWithName(boolean useDefaultWildCardsWithName)
Deprecated. Use attribute rules instead

Parameters:
useDefaultWildCardsWithName - the useDefaultWildCardsWithName 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


Copyright © 2011 DS Data Systems UK Ltd.