public class AdminCatalogSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
catalogId
Catalog Id
|
private java.lang.String |
catalogName
Catalog Name
|
private int |
catalogNameRule
Catalog Name Rule
|
private int |
catalogType
Catalog Type
|
private java.lang.String |
orderBy
order By
|
Constructor and Description |
---|
AdminCatalogSearch()
Instantiates an AdminCatalogSearch object - a requirement for a bean class
|
AdminCatalogSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminCatalogSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
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
|
int |
getCatalogType() |
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 |
setCatalogType(int catalogType) |
void |
setOrderBy(java.lang.String orderBy) |
java.lang.String |
toString() |
private int catalogId
private int catalogType
private java.lang.String catalogName
private int catalogNameRule
private java.lang.String orderBy
public AdminCatalogSearch()
public AdminCatalogSearch(com.workingdogs.village.Record r, com.konakart.db.KKCriteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column namescom.workingdogs.village.DataSetException
- an unexpected exception due to data in Torque (the database layer)public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- The orderBy to set.public java.lang.String getCatalogName()
public void setCatalogName(java.lang.String catalogName)
catalogName
- the catalog name to setpublic int getCatalogNameRule()
public void setCatalogNameRule(int catalogNameRule)
catalogNameRule
- the catalog name rule to setpublic int getCatalogId()
public void setCatalogId(int catalogId)
catalogId
- the catId to setpublic int getCatalogType()
public void setCatalogType(int catalogType)
catalogType
- the catalogType to setCopyright © 2018 DS Data Systems UK Ltd.