com.konakartadmin.app
Class AdminWishListSearch

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

public class AdminWishListSearch
extends java.lang.Object

AdminWishListSearch object for the Admin App


Field Summary
private  java.lang.String custom1
          custom1
private  int custom1Rule
          custom1 Rule
private  java.lang.String custom2
          custom2
private  int custom2Rule
          custom2 Rule
private  int customerId
          customer Id
private  java.lang.String customersLastName
          customers last name
private  int customersLastNameRule
          customers last name Rule
private  int id
          wishlist id
private  boolean includeChildren
          include Children
private  java.lang.String orderBy
          order By - Specify one of these to order the results: AdminSearch.ORDER_BY_NAME_ASCENDING AdminSearch.ORDER_BY_NAME_DESCENDING AdminSearch.ORDER_BY_ID_ASCENDING (the default) AdminSearch.ORDER_BY_ID_DESCENDING
private  boolean useDefaultWildCards
          Use default settings for wildcard searching when searching Strings.
private  java.lang.String wishListName
          wish list name
private  int wishListNameRule
          wish list name Rule
 
Constructor Summary
AdminWishListSearch()
          Instantiates an AdminWishListSearch object - a requirement for a bean class
AdminWishListSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminWishListSearch object from a Record object
 
Method Summary
 java.lang.String getCustom1()
           
 int getCustom1Rule()
          The rule for the search.
 java.lang.String getCustom2()
           
 int getCustom2Rule()
          The rule for the search.
 int getCustomerId()
           
 java.lang.String getCustomersLastName()
           
 int getCustomersLastNameRule()
          The rule for the search.
 int getId()
           
 java.lang.String getOrderBy()
           
 java.lang.String getWishListName()
           
 int getWishListNameRule()
          The rule for the search.
 boolean isIncludeChildren()
           
 boolean isUseDefaultWildCards()
          Deprecated. Use attribute rules instead
 void setCustom1(java.lang.String custom1)
           
 void setCustom1Rule(int custom1Rule)
          The rule for the search.
 void setCustom2(java.lang.String custom2)
           
 void setCustom2Rule(int custom2Rule)
          The rule for the search.
 void setCustomerId(int customerId)
           
 void setCustomersLastName(java.lang.String customersLastName)
           
 void setCustomersLastNameRule(int customersLastNameRule)
          The rule for the search.
 void setId(int id)
           
 void setIncludeChildren(boolean includeChildren)
           
 void setOrderBy(java.lang.String orderBy)
           
 void setUseDefaultWildCards(boolean useDefaultWildCards)
          Deprecated. Use attribute rules instead
 void setWishListName(java.lang.String wishListName)
           
 void setWishListNameRule(int wishListNameRule)
          The rule for the search.
 java.lang.String toString()
           
 java.lang.String toStringBrief()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

id

private int id
wishlist id


customerId

private int customerId
customer Id


wishListName

private java.lang.String wishListName
wish list name


wishListNameRule

private int wishListNameRule
wish list name Rule


customersLastName

private java.lang.String customersLastName
customers last name


customersLastNameRule

private int customersLastNameRule
customers last name Rule


custom1

private java.lang.String custom1
custom1


custom1Rule

private int custom1Rule
custom1 Rule


custom2

private java.lang.String custom2
custom2


custom2Rule

private int custom2Rule
custom2 Rule


useDefaultWildCards

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


includeChildren

private boolean includeChildren
include Children


orderBy

private java.lang.String orderBy
order By - Specify one of these to order the results:

Constructor Detail

AdminWishListSearch

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


AdminWishListSearch

public AdminWishListSearch(com.workingdogs.village.Record r,
                           org.apache.torque.util.Criteria c)
                    throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminWishListSearch object from a Record object

Parameters:
r - Record containing data
c - Criteria containing column names
Throws:
com.workingdogs.village.DataSetException
Method Detail

toString

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

toStringBrief

public java.lang.String toStringBrief()
Returns:
Returns a string containing the attributes of the TaxRate 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.

isUseDefaultWildCards

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

Returns:
the useDefaultWildCards

setUseDefaultWildCards

@Deprecated
public void setUseDefaultWildCards(boolean useDefaultWildCards)
Deprecated. Use attribute rules instead

Parameters:
useDefaultWildCards - the useDefaultWildCards to set

getCustomerId

public int getCustomerId()
Returns:
the customerId

setCustomerId

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

getWishListName

public java.lang.String getWishListName()
Returns:
the wishListName

setWishListName

public void setWishListName(java.lang.String wishListName)
Parameters:
wishListName - the wishListName to set

getCustomersLastName

public java.lang.String getCustomersLastName()
Returns:
the customersLastName

setCustomersLastName

public void setCustomersLastName(java.lang.String customersLastName)
Parameters:
customersLastName - the customersLastName to set

isIncludeChildren

public boolean isIncludeChildren()
Returns:
the includeChildren

setIncludeChildren

public void setIncludeChildren(boolean includeChildren)
Parameters:
includeChildren - the includeChildren to set

getCustom1

public java.lang.String getCustom1()
Returns:
the custom1

setCustom1

public void setCustom1(java.lang.String custom1)
Parameters:
custom1 - the custom1 to set

getCustom2

public java.lang.String getCustom2()
Returns:
the custom2

setCustom2

public void setCustom2(java.lang.String custom2)
Parameters:
custom2 - the custom2 to set

getWishListNameRule

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

Returns:
the wishListNameRule

setWishListNameRule

public void setWishListNameRule(int wishListNameRule)
The rule for the search. Valid values are:

Parameters:
wishListNameRule - the wishListNameRule to set

getCustomersLastNameRule

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

Returns:
the customersLastNameRule

setCustomersLastNameRule

public void setCustomersLastNameRule(int customersLastNameRule)
The rule for the search. Valid values are:

Parameters:
customersLastNameRule - the customersLastNameRule to set

getCustom1Rule

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

Returns:
the custom1Rule

setCustom1Rule

public void setCustom1Rule(int custom1Rule)
The rule for the search. Valid values are:

Parameters:
custom1Rule - the custom1Rule to set

getCustom2Rule

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

Returns:
the custom2Rule

setCustom2Rule

public void setCustom2Rule(int custom2Rule)
The rule for the search. Valid values are:

Parameters:
custom2Rule - the custom2Rule to set


Copyright © 2011 DS Data Systems UK Ltd.