|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectdist1.acb.common.transport.Packet
dist1.acb.common.transport.Request
dist1.acb.common.transport.concretePackets.RequestSearch
Contains results of a searching
| Constructor Summary | |
RequestSearch(java.lang.Integer topicId,
java.lang.String text,
java.lang.Long sizeLowerBound,
java.lang.Long sizeUpperBound,
java.math.BigDecimal priceLowerBound,
java.math.BigDecimal priceUpperBound)
Creates a new instance of RequestSearch |
|
| Method Summary | |
java.math.BigDecimal |
getPriceLowerBound()
Getter for property priceLowerBound. |
java.math.BigDecimal |
getPriceUpperBound()
Getter for property priceUpperBound. |
java.lang.Long |
getSizeLowerBound()
Getter for property sizeLowerBound. |
java.lang.Long |
getSizeUpperBound()
Getter for property sizeUpperBound. |
java.lang.String |
getText()
Getter for property text. |
java.lang.Integer |
getTopicId()
Getter for property topicId. |
void |
setPriceLowerBound(java.math.BigDecimal priceLowerBound)
Setter for property priceLowerBound. |
void |
setPriceUpperBound(java.math.BigDecimal priceUpperBound)
Setter for property priceUpperBound. |
void |
setSizeLowerBound(java.lang.Long sizeLowerBound)
Setter for property sizeLowerBound. |
void |
setSizeUpperBound(java.lang.Long sizeUpperBound)
Setter for property sizeUpperBound. |
void |
setText(java.lang.String text)
Setter for property text. |
void |
setTopicId(java.lang.Integer topicId)
Setter for property topicId. |
| Methods inherited from class dist1.acb.common.transport.Packet |
equals, getId, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RequestSearch(java.lang.Integer topicId,
java.lang.String text,
java.lang.Long sizeLowerBound,
java.lang.Long sizeUpperBound,
java.math.BigDecimal priceLowerBound,
java.math.BigDecimal priceUpperBound)
topicId - specific id to search for or null if search everywhere
(hierarchy is supported, interface you can specify a parent
topic's id, and the engine will search in all childen)text - specific text to search for (in description and file name)
or null if do not take into account the textsizeLowerBound - specific lower bound of the sze to search for or
null if do not take into account the lower boundsizeUpperBound - specific upper bound of the sze to search for or
null if do not take into account the upper boundpriceLowerBound - specific lower bound of the price to search for
or null if do not take into account the lower boundpriceUpperBound - specific upper bound of the price to search for
or null if do not take into account the upper bound| Method Detail |
public void setPriceLowerBound(java.math.BigDecimal priceLowerBound)
priceLowerBound - New value of property priceLowerBound.public java.math.BigDecimal getPriceLowerBound()
public void setPriceUpperBound(java.math.BigDecimal priceUpperBound)
priceUpperBound - New value of property priceUpperBound.public java.math.BigDecimal getPriceUpperBound()
public void setSizeLowerBound(java.lang.Long sizeLowerBound)
sizeLowerBound - New value of property sizeLowerBound.public java.lang.Long getSizeLowerBound()
public void setSizeUpperBound(java.lang.Long sizeUpperBound)
sizeUpperBound - New value of property sizeUpperBound.public java.lang.Long getSizeUpperBound()
public void setText(java.lang.String text)
text - New value of property text.public java.lang.String getText()
public void setTopicId(java.lang.Integer topicId)
topicId - New value of property topicId.public java.lang.Integer getTopicId()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||