|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.konakartadmin.app.AdminCatalogSearch
public class AdminCatalogSearch
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 |
---|
private int catalogId
private java.lang.String catalogName
private int catalogNameRule
private java.lang.String orderBy
Constructor Detail |
---|
public AdminCatalogSearch()
public AdminCatalogSearch(com.workingdogs.village.Record r, org.apache.torque.util.Criteria c) throws com.workingdogs.village.DataSetException
r
- Record containing datac
- Criteria containing column names
com.workingdogs.village.DataSetException
Method Detail |
---|
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 catalogName to setpublic int getCatalogNameRule()
public void setCatalogNameRule(int _catalogNameRule)
_catalogNameRule
- the catalogNameRule to setpublic int getCatalogId()
public void setCatalogId(int _catalogId)
_catalogId
- the catalogId to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |