Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model
Class ShoppingItemPriceSoap

java.lang.Object
  extended by com.liferay.portlet.shopping.model.ShoppingItemPriceSoap
All Implemented Interfaces:
Serializable

public class ShoppingItemPriceSoap
extends Object
implements Serializable

This class is used by SOAP remote services.

See Also:
Serialized Form

Constructor Summary
ShoppingItemPriceSoap()
           
 
Method Summary
 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 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(List<ShoppingItemPrice> models)
           
static ShoppingItemPriceSoap[] toSoapModels(ShoppingItemPrice[] models)
           
static ShoppingItemPriceSoap[][] toSoapModels(ShoppingItemPrice[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingItemPriceSoap

public ShoppingItemPriceSoap()
Method Detail

toSoapModel

public static ShoppingItemPriceSoap toSoapModel(ShoppingItemPrice model)

toSoapModels

public static ShoppingItemPriceSoap[] toSoapModels(ShoppingItemPrice[] models)

toSoapModels

public static ShoppingItemPriceSoap[][] toSoapModels(ShoppingItemPrice[][] models)

toSoapModels

public static ShoppingItemPriceSoap[] toSoapModels(List<ShoppingItemPrice> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getItemPriceId

public long getItemPriceId()

setItemPriceId

public void setItemPriceId(long itemPriceId)

getItemId

public long getItemId()

setItemId

public void setItemId(long itemId)

getMinQuantity

public int getMinQuantity()

setMinQuantity

public void setMinQuantity(int minQuantity)

getMaxQuantity

public int getMaxQuantity()

setMaxQuantity

public void setMaxQuantity(int maxQuantity)

getPrice

public double getPrice()

setPrice

public void setPrice(double price)

getDiscount

public double getDiscount()

setDiscount

public void setDiscount(double discount)

getTaxable

public boolean getTaxable()

isTaxable

public boolean isTaxable()

setTaxable

public void setTaxable(boolean taxable)

getShipping

public double getShipping()

setShipping

public void setShipping(double shipping)

getUseShippingFormula

public boolean getUseShippingFormula()

isUseShippingFormula

public boolean isUseShippingFormula()

setUseShippingFormula

public void setUseShippingFormula(boolean useShippingFormula)

getStatus

public int getStatus()

setStatus

public void setStatus(int status)

Liferay 6.1.2-ce-ga3