public interface VendorSearchIf
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.
|
int getId()
void setId(int id)
id
- the id to setjava.lang.String getVendorStoreId()
void setVendorStoreId(java.lang.String vendorStoreId)
vendorStoreId
- the vendorStoreId to setint getVendorStoreIdRule()
void setVendorStoreIdRule(int vendorStoreIdRule)
vendorStoreIdRule
- the vendorStoreIdRule to setjava.lang.String getVendorName()
void setVendorName(java.lang.String vendorName)
vendorName
- the vendorName to setint getVendorNameRule()
void setVendorNameRule(int vendorNameRule)
vendorNameRule
- the vendorNameRule to setjava.lang.String getCompanyId()
void setCompanyId(java.lang.String companyId)
companyId
- the companyId to setint getCompanyIdRule()
void setCompanyIdRule(int companyIdRule)
companyIdRule
- the companyIdRule to setjava.lang.String getCompanyTaxId()
void setCompanyTaxId(java.lang.String companyTaxId)
companyTaxId
- the companyTaxId to setint getCompanyTaxIdRule()
void setCompanyTaxIdRule(int companyTaxIdRule)
companyTaxIdRule
- the companyTaxIdRule to setjava.math.BigDecimal getRating()
void setRating(java.math.BigDecimal rating)
rating
- the rating to setint getRatingRule()
void setRatingRule(int ratingRule)
ratingRule
- the ratingRule to setCopyright © 2018 DS Data Systems UK Ltd.