public class AdminShipperSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
orderBy
orderBy
|
private int |
shipperId
shipperId
|
private java.lang.String |
shipperName
Name
|
private int |
shipperNameRule
Name Rule
|
Constructor and Description |
---|
AdminShipperSearch()
Instantiates an AdminShipperSearch object - a requirement for a bean class
|
AdminShipperSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminShipperSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getOrderBy()
orderBy - Specify one of these to order the results:
AdminDataDescriptor.ORDER_BY_NAME_ASCENDING (default)
AdminDataDescriptor.ORDER_BY_NAME_DESCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM1_ASCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM1_DESCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM2_ASCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM2_DESCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM3_ASCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM4_DESCENDING
|
int |
getShipperId() |
java.lang.String |
getShipperName() |
int |
getShipperNameRule()
The rule for the search.
|
void |
setOrderBy(java.lang.String orderBy)
orderBy - Specify one of these to order the results:
AdminDataDescriptor.ORDER_BY_NAME_ASCENDING (default)
AdminDataDescriptor.ORDER_BY_NAME_DESCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM1_ASCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM1_DESCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM2_ASCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM2_DESCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM3_ASCENDING
AdminDataDescriptor.ORDER_BY_CUSTOM4_DESCENDING
|
void |
setShipperId(int shipperId) |
void |
setShipperName(java.lang.String shipperName) |
void |
setShipperNameRule(int shipperNameRule)
The rule for the search.
|
java.lang.String |
toString() |
private int shipperId
private java.lang.String shipperName
private int shipperNameRule
private java.lang.String orderBy
public AdminShipperSearch()
public AdminShipperSearch(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 getShipperName()
public void setShipperName(java.lang.String shipperName)
shipperName
- The shipperName to set.public int getShipperNameRule()
public void setShipperNameRule(int shipperNameRule)
shipperNameRule
- the shipperNameRule to setpublic int getShipperId()
public void setShipperId(int shipperId)
shipperId
- the shipperId to setCopyright © 2018 DS Data Systems UK Ltd.