@JSON(strict=true)
@ProviderType
public class ShoppingItemModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingItem>
implements com.liferay.portlet.shopping.model.ShoppingItemModel
This implementation and its corresponding interface ShoppingItemModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ShoppingItemImpl.
ShoppingItemImpl,
ShoppingItem,
ShoppingItemModel,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
static long |
CATEGORYID_COLUMN_BITMASK |
static boolean |
COLUMN_BITMASK_ENABLED |
static long |
COMPANYID_COLUMN_BITMASK |
static java.lang.String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED |
static boolean |
FINDER_CACHE_ENABLED |
static long |
GROUPID_COLUMN_BITMASK |
static long |
ITEMID_COLUMN_BITMASK |
static long |
LARGEIMAGEID_COLUMN_BITMASK |
static long |
LOCK_EXPIRATION_TIME |
static long |
MEDIUMIMAGEID_COLUMN_BITMASK |
static java.lang.String |
ORDER_BY_JPQL |
static java.lang.String |
ORDER_BY_SQL |
static java.lang.String |
SESSION_FACTORY |
static long |
SKU_COLUMN_BITMASK |
static long |
SMALLIMAGEID_COLUMN_BITMASK |
static java.lang.Object[][] |
TABLE_COLUMNS |
static java.util.Map<java.lang.String,java.lang.Integer> |
TABLE_COLUMNS_MAP |
static java.lang.String |
TABLE_NAME |
static java.lang.String |
TABLE_SQL_CREATE |
static java.lang.String |
TABLE_SQL_DROP |
static java.lang.String |
TX_MANAGER |
| Constructor and Description |
|---|
ShoppingItemModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portlet.shopping.model.ShoppingItem shoppingItem) |
boolean |
equals(java.lang.Object obj) |
long |
getCategoryId() |
long |
getColumnBitmask() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
java.lang.String |
getDescription() |
double |
getDiscount() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
boolean |
getFeatured() |
boolean |
getFields() |
java.lang.String |
getFieldsQuantities() |
long |
getGroupId() |
long |
getItemId() |
boolean |
getLargeImage() |
long |
getLargeImageId() |
java.lang.String |
getLargeImageURL() |
int |
getMaxQuantity() |
boolean |
getMediumImage() |
long |
getMediumImageId() |
java.lang.String |
getMediumImageURL() |
int |
getMinQuantity() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
java.lang.String |
getName() |
long |
getOriginalCategoryId() |
long |
getOriginalCompanyId() |
long |
getOriginalGroupId() |
long |
getOriginalLargeImageId() |
long |
getOriginalMediumImageId() |
java.lang.String |
getOriginalSku() |
long |
getOriginalSmallImageId() |
double |
getPrice() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getProperties() |
boolean |
getRequiresShipping() |
boolean |
getSale() |
double |
getShipping() |
java.lang.String |
getSku() |
boolean |
getSmallImage() |
long |
getSmallImageId() |
java.lang.String |
getSmallImageURL() |
int |
getStockQuantity() |
boolean |
getTaxable() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
boolean |
getUseShippingFormula() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFeatured() |
boolean |
isFields() |
boolean |
isFinderCacheEnabled() |
boolean |
isLargeImage() |
boolean |
isMediumImage() |
boolean |
isRequiresShipping() |
boolean |
isSale() |
boolean |
isSmallImage() |
boolean |
isTaxable() |
boolean |
isUseShippingFormula() |
void |
resetOriginalValues() |
void |
setCategoryId(long categoryId) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setDescription(java.lang.String description) |
void |
setDiscount(double discount) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setFeatured(boolean featured) |
void |
setFields(boolean fields) |
void |
setFieldsQuantities(java.lang.String fieldsQuantities) |
void |
setGroupId(long groupId) |
void |
setItemId(long itemId) |
void |
setLargeImage(boolean largeImage) |
void |
setLargeImageId(long largeImageId) |
void |
setLargeImageURL(java.lang.String largeImageURL) |
void |
setMaxQuantity(int maxQuantity) |
void |
setMediumImage(boolean mediumImage) |
void |
setMediumImageId(long mediumImageId) |
void |
setMediumImageURL(java.lang.String mediumImageURL) |
void |
setMinQuantity(int minQuantity) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setName(java.lang.String name) |
void |
setPrice(double price) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setProperties(java.lang.String properties) |
void |
setRequiresShipping(boolean requiresShipping) |
void |
setSale(boolean sale) |
void |
setShipping(double shipping) |
void |
setSku(java.lang.String sku) |
void |
setSmallImage(boolean smallImage) |
void |
setSmallImageId(long smallImageId) |
void |
setSmallImageURL(java.lang.String smallImageURL) |
void |
setStockQuantity(int stockQuantity) |
void |
setTaxable(boolean taxable) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
void |
setUseShippingFormula(boolean useShippingFormula) |
com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingItem> |
toCacheModel() |
com.liferay.portlet.shopping.model.ShoppingItem |
toEscapedModel() |
static com.liferay.portlet.shopping.model.ShoppingItem |
toModel(com.liferay.portlet.shopping.model.ShoppingItemSoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> |
toModels(com.liferay.portlet.shopping.model.ShoppingItemSoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long CATEGORYID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long LARGEIMAGEID_COLUMN_BITMASK
public static final long MEDIUMIMAGEID_COLUMN_BITMASK
public static final long SKU_COLUMN_BITMASK
public static final long SMALLIMAGEID_COLUMN_BITMASK
public static final long ITEMID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.portlet.shopping.model.ShoppingItem toModel(com.liferay.portlet.shopping.model.ShoppingItemSoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portlet.shopping.model.ShoppingItem> toModels(com.liferay.portlet.shopping.model.ShoppingItemSoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingItem>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingItem>@JSON public long getItemId()
getItemId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setItemId(long itemId)
setItemId in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public long getGroupId()
getGroupId in interface com.liferay.portal.model.GroupedModelgetGroupId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.model.GroupedModelsetGroupId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic long getOriginalGroupId()
@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.model.AuditedModelgetCompanyId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.AuditedModelsetCompanyId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic long getOriginalCompanyId()
@JSON public long getUserId()
getUserId in interface com.liferay.portal.model.AuditedModelgetUserId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.model.AuditedModelsetUserId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.model.AuditedModelgetUserUuid in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.model.AuditedModelsetUserUuid in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public java.lang.String getUserName()
getUserName in interface com.liferay.portal.model.AuditedModelgetUserName in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.model.AuditedModelsetUserName in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.model.AuditedModelgetCreateDate in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.model.AuditedModelsetCreateDate in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.model.AuditedModelgetModifiedDate in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.model.AuditedModelsetModifiedDate in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public long getCategoryId()
getCategoryId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setCategoryId(long categoryId)
setCategoryId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic long getOriginalCategoryId()
@JSON public java.lang.String getSku()
getSku in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setSku(java.lang.String sku)
setSku in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic java.lang.String getOriginalSku()
@JSON public java.lang.String getName()
getName in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setName(java.lang.String name)
setName in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public java.lang.String getDescription()
getDescription in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setDescription(java.lang.String description)
setDescription in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public java.lang.String getProperties()
getProperties in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setProperties(java.lang.String properties)
setProperties in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public boolean getFields()
getFields in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic boolean isFields()
isFields in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setFields(boolean fields)
setFields in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public java.lang.String getFieldsQuantities()
getFieldsQuantities in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setFieldsQuantities(java.lang.String fieldsQuantities)
setFieldsQuantities in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public int getMinQuantity()
getMinQuantity in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setMinQuantity(int minQuantity)
setMinQuantity in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public int getMaxQuantity()
getMaxQuantity in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setMaxQuantity(int maxQuantity)
setMaxQuantity in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public double getPrice()
getPrice in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setPrice(double price)
setPrice in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public double getDiscount()
getDiscount in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setDiscount(double discount)
setDiscount in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public boolean getTaxable()
getTaxable in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic boolean isTaxable()
isTaxable in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setTaxable(boolean taxable)
setTaxable in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public double getShipping()
getShipping in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setShipping(double shipping)
setShipping in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public boolean getUseShippingFormula()
getUseShippingFormula in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic boolean isUseShippingFormula()
isUseShippingFormula in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setUseShippingFormula(boolean useShippingFormula)
setUseShippingFormula in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public boolean getRequiresShipping()
getRequiresShipping in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic boolean isRequiresShipping()
isRequiresShipping in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setRequiresShipping(boolean requiresShipping)
setRequiresShipping in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public int getStockQuantity()
getStockQuantity in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setStockQuantity(int stockQuantity)
setStockQuantity in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public boolean getFeatured()
getFeatured in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic boolean isFeatured()
isFeatured in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setFeatured(boolean featured)
setFeatured in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public boolean getSale()
getSale in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic boolean isSale()
isSale in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setSale(boolean sale)
setSale in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public boolean getSmallImage()
getSmallImage in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic boolean isSmallImage()
isSmallImage in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setSmallImage(boolean smallImage)
setSmallImage in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public long getSmallImageId()
getSmallImageId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setSmallImageId(long smallImageId)
setSmallImageId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic long getOriginalSmallImageId()
@JSON public java.lang.String getSmallImageURL()
getSmallImageURL in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setSmallImageURL(java.lang.String smallImageURL)
setSmallImageURL in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public boolean getMediumImage()
getMediumImage in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic boolean isMediumImage()
isMediumImage in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setMediumImage(boolean mediumImage)
setMediumImage in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public long getMediumImageId()
getMediumImageId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setMediumImageId(long mediumImageId)
setMediumImageId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic long getOriginalMediumImageId()
@JSON public java.lang.String getMediumImageURL()
getMediumImageURL in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setMediumImageURL(java.lang.String mediumImageURL)
setMediumImageURL in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public boolean getLargeImage()
getLargeImage in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic boolean isLargeImage()
isLargeImage in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setLargeImage(boolean largeImage)
setLargeImage in interface com.liferay.portlet.shopping.model.ShoppingItemModel@JSON public long getLargeImageId()
getLargeImageId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setLargeImageId(long largeImageId)
setLargeImageId in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic long getOriginalLargeImageId()
@JSON public java.lang.String getLargeImageURL()
getLargeImageURL in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic void setLargeImageURL(java.lang.String largeImageURL)
setLargeImageURL in interface com.liferay.portlet.shopping.model.ShoppingItemModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portlet.shopping.model.ShoppingItemModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingItem>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>setExpandoBridgeAttributes in interface com.liferay.portlet.shopping.model.ShoppingItemModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingItem>public com.liferay.portlet.shopping.model.ShoppingItem toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>toEscapedModel in interface com.liferay.portlet.shopping.model.ShoppingItemModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingItem>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>clone in interface com.liferay.portlet.shopping.model.ShoppingItemModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingItem>public int compareTo(com.liferay.portlet.shopping.model.ShoppingItem shoppingItem)
compareTo in interface com.liferay.portlet.shopping.model.ShoppingItemModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.shopping.model.ShoppingItem>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.shopping.model.ShoppingItemModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingItem>public com.liferay.portal.model.CacheModel<com.liferay.portlet.shopping.model.ShoppingItem> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>toCacheModel in interface com.liferay.portlet.shopping.model.ShoppingItemModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.shopping.model.ShoppingItem>public java.lang.String toString()
toString in interface com.liferay.portlet.shopping.model.ShoppingItemModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.shopping.model.ShoppingItem>toXmlString in interface com.liferay.portlet.shopping.model.ShoppingItemModel