public class VendorSearch extends java.lang.Object implements VendorSearchIf
Constructor and Description |
---|
VendorSearch()
Constructor
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCompanyId()
If not null, it is used as a constraint .
|
int |
getCompanyIdRule()
The rule for the search constraint.
|
java.lang.String |
getCompanyTaxId()
If not null, it is used as a constraint .
|
int |
getCompanyTaxIdRule()
The rule for the search constraint.
|
int |
getId()
If value is a positive number it is used as a constraint to find a vendor with this id.
|
java.math.BigDecimal |
getRating()
The average vendor rating
|
int |
getRatingRule()
The rule for the rating constraint.
|
java.lang.String |
getVendorName()
If not null, it is used as a constraint .
|
int |
getVendorNameRule()
The rule for the search constraint.
|
java.lang.String |
getVendorStoreId()
If not null, it is used as a constraint .
|
int |
getVendorStoreIdRule()
The rule for the search constraint.
|
void |
setCompanyId(java.lang.String companyId)
If not null, it is used as a constraint .
|
void |
setCompanyIdRule(int companyIdRule)
The rule for the search constraint.
|
void |
setCompanyTaxId(java.lang.String companyTaxId)
If not null, it is used as a constraint .
|
void |
setCompanyTaxIdRule(int companyTaxIdRule)
The rule for the search constraint.
|
void |
setId(int id)
If value is a positive number it is used as a constraint to find a vendor with this id.
|
void |
setRating(java.math.BigDecimal rating)
The average vendor rating
|
void |
setRatingRule(int ratingRule)
The rule for the rating constraint.
|
void |
setVendorName(java.lang.String vendorName)
If not null, it is used as a constraint .
|
void |
setVendorNameRule(int vendorNameRule)
The rule for the search constraint.
|
void |
setVendorStoreId(java.lang.String vendorStoreId)
If not null, it is used as a constraint .
|
void |
setVendorStoreIdRule(int vendorStoreIdRule)
The rule for the search constraint.
|
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public int getId()
VendorSearchIf
getId
in interface VendorSearchIf
public void setId(int id)
VendorSearchIf
setId
in interface VendorSearchIf
id
- the id to setpublic java.lang.String getVendorStoreId()
VendorSearchIf
getVendorStoreId
in interface VendorSearchIf
public void setVendorStoreId(java.lang.String vendorStoreId)
VendorSearchIf
setVendorStoreId
in interface VendorSearchIf
vendorStoreId
- the vendorStoreId to setpublic int getVendorStoreIdRule()
VendorSearchIf
getVendorStoreIdRule
in interface VendorSearchIf
public void setVendorStoreIdRule(int vendorStoreIdRule)
VendorSearchIf
setVendorStoreIdRule
in interface VendorSearchIf
vendorStoreIdRule
- the vendorStoreIdRule to setpublic java.lang.String getVendorName()
VendorSearchIf
getVendorName
in interface VendorSearchIf
public void setVendorName(java.lang.String vendorName)
VendorSearchIf
setVendorName
in interface VendorSearchIf
vendorName
- the vendorName to setpublic int getVendorNameRule()
VendorSearchIf
getVendorNameRule
in interface VendorSearchIf
public void setVendorNameRule(int vendorNameRule)
VendorSearchIf
setVendorNameRule
in interface VendorSearchIf
vendorNameRule
- the vendorNameRule to setpublic java.lang.String getCompanyId()
VendorSearchIf
getCompanyId
in interface VendorSearchIf
public void setCompanyId(java.lang.String companyId)
VendorSearchIf
setCompanyId
in interface VendorSearchIf
companyId
- the companyId to setpublic int getCompanyIdRule()
VendorSearchIf
getCompanyIdRule
in interface VendorSearchIf
public void setCompanyIdRule(int companyIdRule)
VendorSearchIf
setCompanyIdRule
in interface VendorSearchIf
companyIdRule
- the companyIdRule to setpublic java.lang.String getCompanyTaxId()
VendorSearchIf
getCompanyTaxId
in interface VendorSearchIf
public void setCompanyTaxId(java.lang.String companyTaxId)
VendorSearchIf
setCompanyTaxId
in interface VendorSearchIf
companyTaxId
- the companyTaxId to setpublic int getCompanyTaxIdRule()
VendorSearchIf
getCompanyTaxIdRule
in interface VendorSearchIf
public void setCompanyTaxIdRule(int companyTaxIdRule)
VendorSearchIf
setCompanyTaxIdRule
in interface VendorSearchIf
companyTaxIdRule
- the companyTaxIdRule to setpublic int getRatingRule()
VendorSearchIf
getRatingRule
in interface VendorSearchIf
public void setRatingRule(int ratingRule)
VendorSearchIf
setRatingRule
in interface VendorSearchIf
ratingRule
- the ratingRule to setpublic java.math.BigDecimal getRating()
VendorSearchIf
getRating
in interface VendorSearchIf
public void setRating(java.math.BigDecimal rating)
VendorSearchIf
setRating
in interface VendorSearchIf
rating
- the rating to setCopyright © 2018 DS Data Systems UK Ltd.