com.liferay.portlet.shopping.model
Class ShoppingOrderItemSoap
java.lang.Object
com.liferay.portlet.shopping.model.ShoppingOrderItemSoap
- All Implemented Interfaces:
- Serializable
public class ShoppingOrderItemSoap
- extends Object
- implements Serializable
This class is used by SOAP remote services.
- See Also:
- Serialized Form
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ShoppingOrderItemSoap
public ShoppingOrderItemSoap()
toSoapModel
public static ShoppingOrderItemSoap toSoapModel(ShoppingOrderItem model)
toSoapModels
public static ShoppingOrderItemSoap[] toSoapModels(ShoppingOrderItem[] models)
toSoapModels
public static ShoppingOrderItemSoap[][] toSoapModels(ShoppingOrderItem[][] models)
toSoapModels
public static ShoppingOrderItemSoap[] toSoapModels(List<ShoppingOrderItem> models)
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getOrderItemId
public long getOrderItemId()
setOrderItemId
public void setOrderItemId(long orderItemId)
getOrderId
public long getOrderId()
setOrderId
public void setOrderId(long orderId)
getItemId
public String getItemId()
setItemId
public void setItemId(String itemId)
getSku
public String getSku()
setSku
public void setSku(String sku)
getName
public String getName()
setName
public void setName(String name)
getDescription
public String getDescription()
setDescription
public void setDescription(String description)
getProperties
public String getProperties()
setProperties
public void setProperties(String properties)
getPrice
public double getPrice()
setPrice
public void setPrice(double price)
getQuantity
public int getQuantity()
setQuantity
public void setQuantity(int quantity)
getShippedDate
public Date getShippedDate()
setShippedDate
public void setShippedDate(Date shippedDate)