com.konakartadmin.app
Class AdminCatalogSearch

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

public class AdminCatalogSearch
extends java.lang.Object

AdminCatalogSearch object


Field Summary
private  int catalogId
          Catalog Id
private  java.lang.String catalogName
          Catalog Name
private  int catalogNameRule
          Catalog Name Rule
private  java.lang.String orderBy
          order By
 
Constructor Summary
AdminCatalogSearch()
          Instantiates an AdminCatalogSearch object - a requirement for a bean class
AdminCatalogSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c)
          Instantiates the attributes of the AdminCatalogSearch object from a Record object
 
Method Summary
 int getCatalogId()
           
 java.lang.String getCatalogName()
           
 int getCatalogNameRule()
           KKConstants.SEARCH_EXACT KKConstants.SEARCH_ADD_WILDCARD_BEFORE KKConstants.SEARCH_ADD_WILDCARD_AFTER KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER KKConstants.SEARCH_USE_GLOBAL_CONFIG
 java.lang.String getOrderBy()
           
 void setCatalogId(int _catalogId)
           
 void setCatalogName(java.lang.String _catalogName)
           
 void setCatalogNameRule(int _catalogNameRule)
           KKConstants.SEARCH_EXACT KKConstants.SEARCH_ADD_WILDCARD_BEFORE KKConstants.SEARCH_ADD_WILDCARD_AFTER KKConstants.SEARCH_ADD_WILDCARD_BEFORE_AND_AFTER KKConstants.SEARCH_USE_GLOBAL_CONFIG
 void setOrderBy(java.lang.String _orderBy)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

catalogId

private int catalogId
Catalog Id


catalogName

private java.lang.String catalogName
Catalog Name


catalogNameRule

private int catalogNameRule
Catalog Name Rule


orderBy

private java.lang.String orderBy
order By

Constructor Detail

AdminCatalogSearch

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


AdminCatalogSearch

public AdminCatalogSearch(com.workingdogs.village.Record r,
                          org.apache.torque.util.Criteria c)
                   throws com.workingdogs.village.DataSetException
Instantiates the attributes of the AdminCatalogSearch 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 CatalogSearch 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.

getCatalogName

public java.lang.String getCatalogName()
Returns:
the catalogName

setCatalogName

public void setCatalogName(java.lang.String _catalogName)
Parameters:
_catalogName - the catalogName to set

getCatalogNameRule

public int getCatalogNameRule()

Returns:
the catalogNameRule

setCatalogNameRule

public void setCatalogNameRule(int _catalogNameRule)

Parameters:
_catalogNameRule - the catalogNameRule to set

getCatalogId

public int getCatalogId()
Returns:
the catalogId

setCatalogId

public void setCatalogId(int _catalogId)
Parameters:
_catalogId - the catalogId to set


Copyright © 2011 DS Data Systems UK Ltd.