Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model
Class ShoppingItemSoap

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

public class ShoppingItemSoap
extends Object
implements Serializable

This class is used by SOAP remote services, specifically com.liferay.portlet.shopping.service.http.ShoppingItemServiceSoap.

See Also:
com.liferay.portlet.shopping.service.http.ShoppingItemServiceSoap, Serialized Form

Constructor Summary
ShoppingItemSoap()
           
 
Method Summary
 long getCategoryId()
           
 long getCompanyId()
           
 Date getCreateDate()
           
 String getDescription()
           
 double getDiscount()
           
 boolean getFeatured()
           
 boolean getFields()
           
 String getFieldsQuantities()
           
 long getGroupId()
           
 long getItemId()
           
 boolean getLargeImage()
           
 long getLargeImageId()
           
 String getLargeImageURL()
           
 int getMaxQuantity()
           
 boolean getMediumImage()
           
 long getMediumImageId()
           
 String getMediumImageURL()
           
 int getMinQuantity()
           
 Date getModifiedDate()
           
 String getName()
           
 double getPrice()
           
 long getPrimaryKey()
           
 String getProperties()
           
 boolean getRequiresShipping()
           
 boolean getSale()
           
 double getShipping()
           
 String getSku()
           
 boolean getSmallImage()
           
 long getSmallImageId()
           
 String getSmallImageURL()
           
 int getStockQuantity()
           
 boolean getTaxable()
           
 long getUserId()
           
 String getUserName()
           
 boolean getUseShippingFormula()
           
 boolean isFeatured()
           
 boolean isFields()
           
 boolean isLargeImage()
           
 boolean isMediumImage()
           
 boolean isRequiresShipping()
           
 boolean isSale()
           
 boolean isSmallImage()
           
 boolean isTaxable()
           
 boolean isUseShippingFormula()
           
 void setCategoryId(long categoryId)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(Date createDate)
           
 void setDescription(String description)
           
 void setDiscount(double discount)
           
 void setFeatured(boolean featured)
           
 void setFields(boolean fields)
           
 void setFieldsQuantities(String fieldsQuantities)
           
 void setGroupId(long groupId)
           
 void setItemId(long itemId)
           
 void setLargeImage(boolean largeImage)
           
 void setLargeImageId(long largeImageId)
           
 void setLargeImageURL(String largeImageURL)
           
 void setMaxQuantity(int maxQuantity)
           
 void setMediumImage(boolean mediumImage)
           
 void setMediumImageId(long mediumImageId)
           
 void setMediumImageURL(String mediumImageURL)
           
 void setMinQuantity(int minQuantity)
           
 void setModifiedDate(Date modifiedDate)
           
 void setName(String name)
           
 void setPrice(double price)
           
 void setPrimaryKey(long pk)
           
 void setProperties(String properties)
           
 void setRequiresShipping(boolean requiresShipping)
           
 void setSale(boolean sale)
           
 void setShipping(double shipping)
           
 void setSku(String sku)
           
 void setSmallImage(boolean smallImage)
           
 void setSmallImageId(long smallImageId)
           
 void setSmallImageURL(String smallImageURL)
           
 void setStockQuantity(int stockQuantity)
           
 void setTaxable(boolean taxable)
           
 void setUserId(long userId)
           
 void setUserName(String userName)
           
 void setUseShippingFormula(boolean useShippingFormula)
           
static ShoppingItemSoap toSoapModel(ShoppingItem model)
           
static ShoppingItemSoap[] toSoapModels(List<ShoppingItem> models)
           
static ShoppingItemSoap[] toSoapModels(ShoppingItem[] models)
           
static ShoppingItemSoap[][] toSoapModels(ShoppingItem[][] models)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShoppingItemSoap

public ShoppingItemSoap()
Method Detail

toSoapModel

public static ShoppingItemSoap toSoapModel(ShoppingItem model)

toSoapModels

public static ShoppingItemSoap[] toSoapModels(ShoppingItem[] models)

toSoapModels

public static ShoppingItemSoap[][] toSoapModels(ShoppingItem[][] models)

toSoapModels

public static ShoppingItemSoap[] toSoapModels(List<ShoppingItem> models)

getPrimaryKey

public long getPrimaryKey()

setPrimaryKey

public void setPrimaryKey(long pk)

getItemId

public long getItemId()

setItemId

public void setItemId(long itemId)

getGroupId

public long getGroupId()

setGroupId

public void setGroupId(long groupId)

getCompanyId

public long getCompanyId()

setCompanyId

public void setCompanyId(long companyId)

getUserId

public long getUserId()

setUserId

public void setUserId(long userId)

getUserName

public String getUserName()

setUserName

public void setUserName(String userName)

getCreateDate

public Date getCreateDate()

setCreateDate

public void setCreateDate(Date createDate)

getModifiedDate

public Date getModifiedDate()

setModifiedDate

public void setModifiedDate(Date modifiedDate)

getCategoryId

public long getCategoryId()

setCategoryId

public void setCategoryId(long categoryId)

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)

getFields

public boolean getFields()

isFields

public boolean isFields()

setFields

public void setFields(boolean fields)

getFieldsQuantities

public String getFieldsQuantities()

setFieldsQuantities

public void setFieldsQuantities(String fieldsQuantities)

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)

getRequiresShipping

public boolean getRequiresShipping()

isRequiresShipping

public boolean isRequiresShipping()

setRequiresShipping

public void setRequiresShipping(boolean requiresShipping)

getStockQuantity

public int getStockQuantity()

setStockQuantity

public void setStockQuantity(int stockQuantity)

getFeatured

public boolean getFeatured()

isFeatured

public boolean isFeatured()

setFeatured

public void setFeatured(boolean featured)

getSale

public boolean getSale()

isSale

public boolean isSale()

setSale

public void setSale(boolean sale)

getSmallImage

public boolean getSmallImage()

isSmallImage

public boolean isSmallImage()

setSmallImage

public void setSmallImage(boolean smallImage)

getSmallImageId

public long getSmallImageId()

setSmallImageId

public void setSmallImageId(long smallImageId)

getSmallImageURL

public String getSmallImageURL()

setSmallImageURL

public void setSmallImageURL(String smallImageURL)

getMediumImage

public boolean getMediumImage()

isMediumImage

public boolean isMediumImage()

setMediumImage

public void setMediumImage(boolean mediumImage)

getMediumImageId

public long getMediumImageId()

setMediumImageId

public void setMediumImageId(long mediumImageId)

getMediumImageURL

public String getMediumImageURL()

setMediumImageURL

public void setMediumImageURL(String mediumImageURL)

getLargeImage

public boolean getLargeImage()

isLargeImage

public boolean isLargeImage()

setLargeImage

public void setLargeImage(boolean largeImage)

getLargeImageId

public long getLargeImageId()

setLargeImageId

public void setLargeImageId(long largeImageId)

getLargeImageURL

public String getLargeImageURL()

setLargeImageURL

public void setLargeImageURL(String largeImageURL)

Liferay 6.1.2-ce-ga3