public class PriceListSearchResultBean extends SearchResultBean
| Modifier and Type | Field and Description |
|---|---|
| static java.lang.String | CLASS_NAME
Class name field.
|
| static java.lang.String | COPYRIGHT
IBM Copyright notice field.
|
| static java.lang.String | SEARCH_RESULT_PROPERTY_NAME_FLOOR_PRICE
The property name used to store the floor price.
|
| Constructor and Description |
|---|
| PriceListSearchResultBean()
The default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
| FloorPriceDataBean | getFloorPrice()
This method gets the floor price data bean.
|
| void | setFloorPrice(FloorPriceDataBean abnFloorPrice)
This method sets the floor price data bean.
|
public static final java.lang.String CLASS_NAME
public static final java.lang.String COPYRIGHT
public static final java.lang.String SEARCH_RESULT_PROPERTY_NAME_FLOOR_PRICE
public PriceListSearchResultBean()
public FloorPriceDataBean getFloorPrice()
public void setFloorPrice(FloorPriceDataBean abnFloorPrice)