@ProviderType
public class ShoppingItemPriceSoap
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
ShoppingItemPriceSoap() |
| Modifier and Type | Method and Description |
|---|---|
long |
getCompanyId() |
double |
getDiscount() |
long |
getItemId() |
long |
getItemPriceId() |
int |
getMaxQuantity() |
int |
getMinQuantity() |
double |
getPrice() |
long |
getPrimaryKey() |
double |
getShipping() |
int |
getStatus() |
boolean |
getTaxable() |
boolean |
getUseShippingFormula() |
boolean |
isTaxable() |
boolean |
isUseShippingFormula() |
void |
setCompanyId(long companyId) |
void |
setDiscount(double discount) |
void |
setItemId(long itemId) |
void |
setItemPriceId(long itemPriceId) |
void |
setMaxQuantity(int maxQuantity) |
void |
setMinQuantity(int minQuantity) |
void |
setPrice(double price) |
void |
setPrimaryKey(long pk) |
void |
setShipping(double shipping) |
void |
setStatus(int status) |
void |
setTaxable(boolean taxable) |
void |
setUseShippingFormula(boolean useShippingFormula) |
static ShoppingItemPriceSoap |
toSoapModel(ShoppingItemPrice model) |
static ShoppingItemPriceSoap[] |
toSoapModels(java.util.List<ShoppingItemPrice> models) |
static ShoppingItemPriceSoap[] |
toSoapModels(ShoppingItemPrice[] models) |
static ShoppingItemPriceSoap[][] |
toSoapModels(ShoppingItemPrice[][] models) |
public static ShoppingItemPriceSoap toSoapModel(ShoppingItemPrice model)
public static ShoppingItemPriceSoap[] toSoapModels(ShoppingItemPrice[] models)
public static ShoppingItemPriceSoap[][] toSoapModels(ShoppingItemPrice[][] models)
public static ShoppingItemPriceSoap[] toSoapModels(java.util.List<ShoppingItemPrice> models)
public long getPrimaryKey()
public void setPrimaryKey(long pk)
public long getItemPriceId()
public void setItemPriceId(long itemPriceId)
public long getCompanyId()
public void setCompanyId(long companyId)
public long getItemId()
public void setItemId(long itemId)
public int getMinQuantity()
public void setMinQuantity(int minQuantity)
public int getMaxQuantity()
public void setMaxQuantity(int maxQuantity)
public double getPrice()
public void setPrice(double price)
public double getDiscount()
public void setDiscount(double discount)
public boolean getTaxable()
public boolean isTaxable()
public void setTaxable(boolean taxable)
public double getShipping()
public void setShipping(double shipping)
public boolean getUseShippingFormula()
public boolean isUseShippingFormula()
public void setUseShippingFormula(boolean useShippingFormula)
public int getStatus()
public void setStatus(int status)