com.walmart.openapi.responses
Class Item.BestMarketPlacePrice

java.lang.Object
  extended by com.walmart.openapi.responses.Item.BestMarketPlacePrice
Enclosing class:
Item

public static class Item.BestMarketPlacePrice
extends java.lang.Object


Constructor Summary
Item.BestMarketPlacePrice()
           
 
Method Summary
 java.lang.Double getOvernightShippingRate()
           
 java.lang.Double getPrice()
           
 java.lang.String getSellerInfo()
           
 java.lang.Double getStandardShipRate()
           
 java.lang.Double getTwoThreeDayShippingRate()
           
 boolean isAvailableOnline()
           
 boolean isClearance()
           
 void setAvailableOnline(boolean availableOnline)
           
 void setClearance(boolean clearance)
           
 void setOvernightShippingRate(java.lang.Double overnightShippingRate)
           
 void setPrice(java.lang.Double price)
           
 void setSellerInfo(java.lang.String sellerInfo)
           
 void setStandardShipRate(java.lang.Double standardShipRate)
           
 void setTwoThreeDayShippingRate(java.lang.Double twoThreeDayShippingRate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Item.BestMarketPlacePrice

public Item.BestMarketPlacePrice()
Method Detail

getPrice

public java.lang.Double getPrice()

setPrice

public void setPrice(java.lang.Double price)

getSellerInfo

public java.lang.String getSellerInfo()

setSellerInfo

public void setSellerInfo(java.lang.String sellerInfo)

getStandardShipRate

public java.lang.Double getStandardShipRate()

setStandardShipRate

public void setStandardShipRate(java.lang.Double standardShipRate)

getTwoThreeDayShippingRate

public java.lang.Double getTwoThreeDayShippingRate()

setTwoThreeDayShippingRate

public void setTwoThreeDayShippingRate(java.lang.Double twoThreeDayShippingRate)

getOvernightShippingRate

public java.lang.Double getOvernightShippingRate()

setOvernightShippingRate

public void setOvernightShippingRate(java.lang.Double overnightShippingRate)

isAvailableOnline

public boolean isAvailableOnline()

setAvailableOnline

public void setAvailableOnline(boolean availableOnline)

isClearance

public boolean isClearance()

setClearance

public void setClearance(boolean clearance)