public class AdminVendorSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
companyId
company identifier such as the company registration number
|
private boolean |
companyIdIgnoreCase
company identifier Ignore Case
|
private int |
companyIdRule
company identifier Rule
|
private java.lang.String |
companyTaxId
company tax identifier field such as the VAT number
|
private boolean |
companyTaxIdIgnoreCase
company tax identifier Ignore Case
|
private int |
companyTaxIdRule
company tax identifier Rule
|
private java.lang.String |
custom1
custom1
|
private boolean |
custom1IgnoreCase
custom1 Ignore Case
|
private int |
custom1Rule
custom1 Rule
|
private java.lang.String |
custom2
custom2
|
private boolean |
custom2IgnoreCase
custom2 Ignore Case
|
private int |
custom2Rule
custom2 Rule
|
private java.lang.String |
custom3
custom3
|
private boolean |
custom3IgnoreCase
custom3 Ignore Case
|
private int |
custom3Rule
custom3 Rule
|
private java.lang.String |
custom4
custom4
|
private boolean |
custom4IgnoreCase
custom4 Ignore Case
|
private int |
custom4Rule
custom4 Rule
|
private java.lang.String |
custom5
custom5
|
private boolean |
custom5IgnoreCase
custom5 Ignore Case
|
private int |
custom5Rule
custom5 Rule
|
private int |
id
id - the vendor Id.
|
private java.lang.String |
orderBy
orderBy.
|
private java.lang.String |
vendorName
vendor name
|
private boolean |
vendorNameIgnoreCase
vendor Name Ignore Case
|
private int |
vendorNameRule
vendor Name Rule
|
private java.lang.String |
vendorStoreId
Search for a vendor connected to a store
|
private boolean |
vendorStoreIdIgnoreCase
vendor StoreId Ignore Case
|
private int |
vendorStoreIdRule
vendor StoreId Rule
|
Constructor and Description |
---|
AdminVendorSearch()
Instantiates an AdminVendorSearch object - a requirement for a bean class
|
AdminVendorSearch(com.workingdogs.village.Record r,
com.konakart.db.KKCriteria c)
Instantiates the attributes of the AdminVendorSearch object from a Record object
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyId() |
int |
getCompanyIdRule()
The rule for the search.
|
java.lang.String |
getCompanyTaxId() |
int |
getCompanyTaxIdRule()
The rule for the search.
|
java.lang.String |
getCustom1() |
int |
getCustom1Rule()
The rule for the search.
|
java.lang.String |
getCustom2() |
int |
getCustom2Rule()
The rule for the search.
|
java.lang.String |
getCustom3() |
int |
getCustom3Rule()
The rule for the search.
|
java.lang.String |
getCustom4() |
int |
getCustom4Rule()
The rule for the search.
|
java.lang.String |
getCustom5() |
int |
getCustom5Rule()
The rule for the search.
|
int |
getId() |
java.lang.String |
getOrderBy() |
java.lang.String |
getVendorName() |
int |
getVendorNameRule()
The rule for the search.
|
java.lang.String |
getVendorStoreId() |
int |
getVendorStoreIdRule()
The rule for the search.
|
boolean |
isCompanyIdIgnoreCase() |
boolean |
isCompanyTaxIdIgnoreCase() |
boolean |
isCustom1IgnoreCase() |
boolean |
isCustom2IgnoreCase() |
boolean |
isCustom3IgnoreCase() |
boolean |
isCustom4IgnoreCase() |
boolean |
isCustom5IgnoreCase() |
boolean |
isVendorNameIgnoreCase() |
boolean |
isVendorStoreIdIgnoreCase() |
void |
setCompanyId(java.lang.String companyId) |
void |
setCompanyIdIgnoreCase(boolean companyIdIgnoreCase) |
void |
setCompanyIdRule(int companyIdRule)
The rule for the search.
|
void |
setCompanyTaxId(java.lang.String companyTaxId) |
void |
setCompanyTaxIdIgnoreCase(boolean companyTaxIdIgnoreCase) |
void |
setCompanyTaxIdRule(int companyTaxIdRule)
The rule for the search.
|
void |
setCustom1(java.lang.String custom1) |
void |
setCustom1IgnoreCase(boolean custom1IgnoreCase) |
void |
setCustom1Rule(int custom1Rule)
The rule for the search.
|
void |
setCustom2(java.lang.String custom2) |
void |
setCustom2IgnoreCase(boolean custom2IgnoreCase) |
void |
setCustom2Rule(int custom2Rule)
The rule for the search.
|
void |
setCustom3(java.lang.String custom3) |
void |
setCustom3IgnoreCase(boolean custom3IgnoreCase) |
void |
setCustom3Rule(int custom3Rule)
The rule for the search.
|
void |
setCustom4(java.lang.String custom4) |
void |
setCustom4IgnoreCase(boolean custom4IgnoreCase) |
void |
setCustom4Rule(int custom4Rule)
The rule for the search.
|
void |
setCustom5(java.lang.String custom5) |
void |
setCustom5IgnoreCase(boolean custom5IgnoreCase) |
void |
setCustom5Rule(int custom5Rule)
The rule for the search.
|
void |
setId(int id) |
void |
setOrderBy(java.lang.String orderBy) |
void |
setVendorName(java.lang.String vendorName) |
void |
setVendorNameIgnoreCase(boolean vendorNameIgnoreCase) |
void |
setVendorNameRule(int vendorNameRule)
The rule for the search.
|
void |
setVendorStoreId(java.lang.String vendorStoreId) |
void |
setVendorStoreIdIgnoreCase(boolean vendorStoreIdIgnoreCase) |
void |
setVendorStoreIdRule(int vendorStoreIdRule)
The rule for the search.
|
java.lang.String |
toString() |
private int id
private java.lang.String vendorStoreId
private int vendorStoreIdRule
private boolean vendorStoreIdIgnoreCase
private java.lang.String vendorName
private int vendorNameRule
private boolean vendorNameIgnoreCase
private java.lang.String companyId
private int companyIdRule
private boolean companyIdIgnoreCase
private java.lang.String companyTaxId
private int companyTaxIdRule
private boolean companyTaxIdIgnoreCase
private java.lang.String custom1
private java.lang.String custom2
private java.lang.String custom3
private java.lang.String custom4
private java.lang.String custom5
private int custom1Rule
private boolean custom1IgnoreCase
private int custom2Rule
private boolean custom2IgnoreCase
private int custom3Rule
private boolean custom3IgnoreCase
private int custom4Rule
private boolean custom4IgnoreCase
private int custom5Rule
private boolean custom5IgnoreCase
private java.lang.String orderBy
public AdminVendorSearch()
public AdminVendorSearch(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 int getId()
public void setId(int id)
id
- the id to setpublic java.lang.String getVendorName()
public void setVendorName(java.lang.String vendorName)
vendorName
- the vendorName to setpublic int getVendorNameRule()
public void setVendorNameRule(int vendorNameRule)
vendorNameRule
- the vendorNameRule to setpublic boolean isVendorNameIgnoreCase()
public void setVendorNameIgnoreCase(boolean vendorNameIgnoreCase)
vendorNameIgnoreCase
- the vendorNameIgnoreCase to setpublic java.lang.String getCompanyId()
public void setCompanyId(java.lang.String companyId)
companyId
- the companyId to setpublic int getCompanyIdRule()
public void setCompanyIdRule(int companyIdRule)
companyIdRule
- the companyIdRule to setpublic boolean isCompanyIdIgnoreCase()
public void setCompanyIdIgnoreCase(boolean companyIdIgnoreCase)
companyIdIgnoreCase
- the companyIdIgnoreCase to setpublic java.lang.String getCompanyTaxId()
public void setCompanyTaxId(java.lang.String companyTaxId)
companyTaxId
- the companyTaxId to setpublic int getCompanyTaxIdRule()
public void setCompanyTaxIdRule(int companyTaxIdRule)
companyTaxIdRule
- the companyTaxIdRule to setpublic boolean isCompanyTaxIdIgnoreCase()
public void setCompanyTaxIdIgnoreCase(boolean companyTaxIdIgnoreCase)
companyTaxIdIgnoreCase
- the companyTaxIdIgnoreCase to setpublic java.lang.String getCustom1()
public void setCustom1(java.lang.String custom1)
custom1
- the custom1 to setpublic java.lang.String getCustom2()
public void setCustom2(java.lang.String custom2)
custom2
- the custom2 to setpublic java.lang.String getCustom3()
public void setCustom3(java.lang.String custom3)
custom3
- the custom3 to setpublic java.lang.String getCustom4()
public void setCustom4(java.lang.String custom4)
custom4
- the custom4 to setpublic java.lang.String getCustom5()
public void setCustom5(java.lang.String custom5)
custom5
- the custom5 to setpublic int getCustom1Rule()
public void setCustom1Rule(int custom1Rule)
custom1Rule
- the custom1Rule to setpublic boolean isCustom1IgnoreCase()
public void setCustom1IgnoreCase(boolean custom1IgnoreCase)
custom1IgnoreCase
- the custom1IgnoreCase to setpublic int getCustom2Rule()
public void setCustom2Rule(int custom2Rule)
custom2Rule
- the custom2Rule to setpublic boolean isCustom2IgnoreCase()
public void setCustom2IgnoreCase(boolean custom2IgnoreCase)
custom2IgnoreCase
- the custom2IgnoreCase to setpublic int getCustom3Rule()
public void setCustom3Rule(int custom3Rule)
custom3Rule
- the custom3Rule to setpublic boolean isCustom3IgnoreCase()
public void setCustom3IgnoreCase(boolean custom3IgnoreCase)
custom3IgnoreCase
- the custom3IgnoreCase to setpublic int getCustom4Rule()
public void setCustom4Rule(int custom4Rule)
custom4Rule
- the custom4Rule to setpublic boolean isCustom4IgnoreCase()
public void setCustom4IgnoreCase(boolean custom4IgnoreCase)
custom4IgnoreCase
- the custom4IgnoreCase to setpublic int getCustom5Rule()
public void setCustom5Rule(int custom5Rule)
custom5Rule
- the custom5Rule to setpublic boolean isCustom5IgnoreCase()
public void setCustom5IgnoreCase(boolean custom5IgnoreCase)
custom5IgnoreCase
- the custom5IgnoreCase to setpublic java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- the orderBy to setpublic java.lang.String getVendorStoreId()
public void setVendorStoreId(java.lang.String vendorStoreId)
vendorStoreId
- the vendorStoreId to setpublic int getVendorStoreIdRule()
public void setVendorStoreIdRule(int vendorStoreIdRule)
vendorStoreIdRule
- the vendorStoreIdRule to setpublic boolean isVendorStoreIdIgnoreCase()
public void setVendorStoreIdIgnoreCase(boolean vendorStoreIdIgnoreCase)
vendorStoreIdIgnoreCase
- the vendorStoreIdIgnoreCase to setCopyright © 2018 DS Data Systems UK Ltd.