public class AdminMiscPriceSearch
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private int |
id
id
|
private int |
limit
Limits the number of objects returned.
|
private int |
offset
The offset for the returned objects.
|
private java.lang.String |
orderBy
orderBy
|
private java.lang.String |
priceId
priceId
|
private int |
priceIdRule
PriceId Rule
|
private int |
productId
productId
|
Constructor and Description |
---|
AdminMiscPriceSearch()
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getId() |
int |
getLimit() |
int |
getOffset() |
java.lang.String |
getOrderBy() |
java.lang.String |
getPriceId() |
int |
getPriceIdRule() |
int |
getProductId() |
void |
setId(int id) |
void |
setLimit(int limit) |
void |
setOffset(int offset) |
void |
setOrderBy(java.lang.String orderBy) |
void |
setPriceId(java.lang.String priceId) |
void |
setPriceIdRule(int priceIdRule) |
void |
setProductId(int productId) |
java.lang.String |
toString() |
java.lang.String |
toStringBrief() |
private int id
private int productId
private java.lang.String priceId
private int priceIdRule
private java.lang.String orderBy
private int offset
private int limit
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String toStringBrief()
public int getId()
public void setId(int id)
id
- The id to set.public int getProductId()
public void setProductId(int productId)
productId
- the productIdpublic java.lang.String getPriceId()
public void setPriceId(java.lang.String priceId)
priceId
- the priceId to setpublic int getPriceIdRule()
public void setPriceIdRule(int priceIdRule)
priceIdRule
- the priceIdRule to setpublic java.lang.String getOrderBy()
public void setOrderBy(java.lang.String orderBy)
orderBy
- the orderBy to setpublic int getOffset()
public void setOffset(int offset)
offset
- the offset to setpublic int getLimit()
public void setLimit(int limit)
limit
- the limit to setCopyright © 2018 DS Data Systems UK Ltd.