Liferay 6.2.0

com.liferay.portlet.shopping.model
Interface ShoppingItemModel

All Superinterfaces:
AuditedModel, BaseModel<ShoppingItem>, ClassedModel, Cloneable, Comparable<ShoppingItem>, GroupedModel, Serializable
All Known Subinterfaces:
ShoppingItem
All Known Implementing Classes:
ShoppingItemWrapper

@ProviderType
public interface ShoppingItemModel
extends BaseModel<ShoppingItem>, GroupedModel

The base model interface for the ShoppingItem service. Represents a row in the "ShoppingItem" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation ShoppingItemModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in ShoppingItemImpl.

See Also:
ShoppingItem, ShoppingItemImpl, ShoppingItemModelImpl

Method Summary
abstract  Object clone()
          Creates a shallow clone of this model instance.
abstract  int compareTo(ShoppingItem shoppingItem)
           
abstract  long getCategoryId()
          Returns the category ID of this shopping item.
abstract  long getCompanyId()
          Returns the company ID of this shopping item.
abstract  Date getCreateDate()
          Returns the create date of this shopping item.
abstract  String getDescription()
          Returns the description of this shopping item.
abstract  double getDiscount()
          Returns the discount of this shopping item.
abstract  ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
abstract  boolean getFeatured()
          Returns the featured of this shopping item.
abstract  boolean getFields()
          Returns the fields of this shopping item.
abstract  String getFieldsQuantities()
          Returns the fields quantities of this shopping item.
abstract  long getGroupId()
          Returns the group ID of this shopping item.
abstract  long getItemId()
          Returns the item ID of this shopping item.
abstract  boolean getLargeImage()
          Returns the large image of this shopping item.
abstract  long getLargeImageId()
          Returns the large image ID of this shopping item.
abstract  String getLargeImageURL()
          Returns the large image u r l of this shopping item.
abstract  int getMaxQuantity()
          Returns the max quantity of this shopping item.
abstract  boolean getMediumImage()
          Returns the medium image of this shopping item.
abstract  long getMediumImageId()
          Returns the medium image ID of this shopping item.
abstract  String getMediumImageURL()
          Returns the medium image u r l of this shopping item.
abstract  int getMinQuantity()
          Returns the min quantity of this shopping item.
abstract  Date getModifiedDate()
          Returns the modified date of this shopping item.
abstract  String getName()
          Returns the name of this shopping item.
abstract  double getPrice()
          Returns the price of this shopping item.
abstract  long getPrimaryKey()
          Returns the primary key of this shopping item.
abstract  Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
abstract  String getProperties()
          Returns the properties of this shopping item.
abstract  boolean getRequiresShipping()
          Returns the requires shipping of this shopping item.
abstract  boolean getSale()
          Returns the sale of this shopping item.
abstract  double getShipping()
          Returns the shipping of this shopping item.
abstract  String getSku()
          Returns the sku of this shopping item.
abstract  boolean getSmallImage()
          Returns the small image of this shopping item.
abstract  long getSmallImageId()
          Returns the small image ID of this shopping item.
abstract  String getSmallImageURL()
          Returns the small image u r l of this shopping item.
abstract  int getStockQuantity()
          Returns the stock quantity of this shopping item.
abstract  boolean getTaxable()
          Returns the taxable of this shopping item.
abstract  long getUserId()
          Returns the user ID of this shopping item.
abstract  String getUserName()
          Returns the user name of this shopping item.
abstract  String getUserUuid()
          Returns the user uuid of this shopping item.
abstract  boolean getUseShippingFormula()
          Returns the use shipping formula of this shopping item.
abstract  int hashCode()
           
abstract  boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
abstract  boolean isEscapedModel()
          Returns true if this model instance is escaped.
abstract  boolean isFeatured()
          Returns true if this shopping item is featured.
abstract  boolean isFields()
          Returns true if this shopping item is fields.
abstract  boolean isLargeImage()
          Returns true if this shopping item is large image.
abstract  boolean isMediumImage()
          Returns true if this shopping item is medium image.
abstract  boolean isNew()
          Returns true if this model instance does not yet exist in the database.
abstract  boolean isRequiresShipping()
          Returns true if this shopping item is requires shipping.
abstract  boolean isSale()
          Returns true if this shopping item is sale.
abstract  boolean isSmallImage()
          Returns true if this shopping item is small image.
abstract  boolean isTaxable()
          Returns true if this shopping item is taxable.
abstract  boolean isUseShippingFormula()
          Returns true if this shopping item is use shipping formula.
abstract  void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
abstract  void setCategoryId(long categoryId)
          Sets the category ID of this shopping item.
abstract  void setCompanyId(long companyId)
          Sets the company ID of this shopping item.
abstract  void setCreateDate(Date createDate)
          Sets the create date of this shopping item.
abstract  void setDescription(String description)
          Sets the description of this shopping item.
abstract  void setDiscount(double discount)
          Sets the discount of this shopping item.
abstract  void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
abstract  void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
abstract  void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
abstract  void setFeatured(boolean featured)
          Sets whether this shopping item is featured.
abstract  void setFields(boolean fields)
          Sets whether this shopping item is fields.
abstract  void setFieldsQuantities(String fieldsQuantities)
          Sets the fields quantities of this shopping item.
abstract  void setGroupId(long groupId)
          Sets the group ID of this shopping item.
abstract  void setItemId(long itemId)
          Sets the item ID of this shopping item.
abstract  void setLargeImage(boolean largeImage)
          Sets whether this shopping item is large image.
abstract  void setLargeImageId(long largeImageId)
          Sets the large image ID of this shopping item.
abstract  void setLargeImageURL(String largeImageURL)
          Sets the large image u r l of this shopping item.
abstract  void setMaxQuantity(int maxQuantity)
          Sets the max quantity of this shopping item.
abstract  void setMediumImage(boolean mediumImage)
          Sets whether this shopping item is medium image.
abstract  void setMediumImageId(long mediumImageId)
          Sets the medium image ID of this shopping item.
abstract  void setMediumImageURL(String mediumImageURL)
          Sets the medium image u r l of this shopping item.
abstract  void setMinQuantity(int minQuantity)
          Sets the min quantity of this shopping item.
abstract  void setModifiedDate(Date modifiedDate)
          Sets the modified date of this shopping item.
abstract  void setName(String name)
          Sets the name of this shopping item.
abstract  void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
abstract  void setPrice(double price)
          Sets the price of this shopping item.
abstract  void setPrimaryKey(long primaryKey)
          Sets the primary key of this shopping item.
abstract  void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
abstract  void setProperties(String properties)
          Sets the properties of this shopping item.
abstract  void setRequiresShipping(boolean requiresShipping)
          Sets whether this shopping item is requires shipping.
abstract  void setSale(boolean sale)
          Sets whether this shopping item is sale.
abstract  void setShipping(double shipping)
          Sets the shipping of this shopping item.
abstract  void setSku(String sku)
          Sets the sku of this shopping item.
abstract  void setSmallImage(boolean smallImage)
          Sets whether this shopping item is small image.
abstract  void setSmallImageId(long smallImageId)
          Sets the small image ID of this shopping item.
abstract  void setSmallImageURL(String smallImageURL)
          Sets the small image u r l of this shopping item.
abstract  void setStockQuantity(int stockQuantity)
          Sets the stock quantity of this shopping item.
abstract  void setTaxable(boolean taxable)
          Sets whether this shopping item is taxable.
abstract  void setUserId(long userId)
          Sets the user ID of this shopping item.
abstract  void setUserName(String userName)
          Sets the user name of this shopping item.
abstract  void setUserUuid(String userUuid)
          Sets the user uuid of this shopping item.
abstract  void setUseShippingFormula(boolean useShippingFormula)
          Sets whether this shopping item is use shipping formula.
abstract  CacheModel<ShoppingItem> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
abstract  ShoppingItem toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
abstract  String toString()
           
abstract  ShoppingItem toUnescapedModel()
           
abstract  String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Method Detail

getPrimaryKey

long getPrimaryKey()
Returns the primary key of this shopping item.

Returns:
the primary key of this shopping item

setPrimaryKey

void setPrimaryKey(long primaryKey)
Sets the primary key of this shopping item.

Parameters:
primaryKey - the primary key of this shopping item

getItemId

long getItemId()
Returns the item ID of this shopping item.

Returns:
the item ID of this shopping item

setItemId

void setItemId(long itemId)
Sets the item ID of this shopping item.

Parameters:
itemId - the item ID of this shopping item

getGroupId

long getGroupId()
Returns the group ID of this shopping item.

Specified by:
getGroupId in interface GroupedModel
Returns:
the group ID of this shopping item

setGroupId

void setGroupId(long groupId)
Sets the group ID of this shopping item.

Specified by:
setGroupId in interface GroupedModel
Parameters:
groupId - the group ID of this shopping item

getCompanyId

long getCompanyId()
Returns the company ID of this shopping item.

Specified by:
getCompanyId in interface AuditedModel
Returns:
the company ID of this shopping item

setCompanyId

void setCompanyId(long companyId)
Sets the company ID of this shopping item.

Specified by:
setCompanyId in interface AuditedModel
Parameters:
companyId - the company ID of this shopping item

getUserId

long getUserId()
Returns the user ID of this shopping item.

Specified by:
getUserId in interface AuditedModel
Returns:
the user ID of this shopping item

setUserId

void setUserId(long userId)
Sets the user ID of this shopping item.

Specified by:
setUserId in interface AuditedModel
Parameters:
userId - the user ID of this shopping item

getUserUuid

String getUserUuid()
                   throws SystemException
Returns the user uuid of this shopping item.

Specified by:
getUserUuid in interface AuditedModel
Returns:
the user uuid of this shopping item
Throws:
SystemException - if a system exception occurred

setUserUuid

void setUserUuid(String userUuid)
Sets the user uuid of this shopping item.

Specified by:
setUserUuid in interface AuditedModel
Parameters:
userUuid - the user uuid of this shopping item

getUserName

@AutoEscape
String getUserName()
Returns the user name of this shopping item.

Specified by:
getUserName in interface AuditedModel
Returns:
the user name of this shopping item

setUserName

void setUserName(String userName)
Sets the user name of this shopping item.

Specified by:
setUserName in interface AuditedModel
Parameters:
userName - the user name of this shopping item

getCreateDate

Date getCreateDate()
Returns the create date of this shopping item.

Specified by:
getCreateDate in interface AuditedModel
Returns:
the create date of this shopping item

setCreateDate

void setCreateDate(Date createDate)
Sets the create date of this shopping item.

Specified by:
setCreateDate in interface AuditedModel
Parameters:
createDate - the create date of this shopping item

getModifiedDate

Date getModifiedDate()
Returns the modified date of this shopping item.

Specified by:
getModifiedDate in interface AuditedModel
Returns:
the modified date of this shopping item

setModifiedDate

void setModifiedDate(Date modifiedDate)
Sets the modified date of this shopping item.

Specified by:
setModifiedDate in interface AuditedModel
Parameters:
modifiedDate - the modified date of this shopping item

getCategoryId

long getCategoryId()
Returns the category ID of this shopping item.

Returns:
the category ID of this shopping item

setCategoryId

void setCategoryId(long categoryId)
Sets the category ID of this shopping item.

Parameters:
categoryId - the category ID of this shopping item

getSku

@AutoEscape
String getSku()
Returns the sku of this shopping item.

Returns:
the sku of this shopping item

setSku

void setSku(String sku)
Sets the sku of this shopping item.

Parameters:
sku - the sku of this shopping item

getName

@AutoEscape
String getName()
Returns the name of this shopping item.

Returns:
the name of this shopping item

setName

void setName(String name)
Sets the name of this shopping item.

Parameters:
name - the name of this shopping item

getDescription

@AutoEscape
String getDescription()
Returns the description of this shopping item.

Returns:
the description of this shopping item

setDescription

void setDescription(String description)
Sets the description of this shopping item.

Parameters:
description - the description of this shopping item

getProperties

@AutoEscape
String getProperties()
Returns the properties of this shopping item.

Returns:
the properties of this shopping item

setProperties

void setProperties(String properties)
Sets the properties of this shopping item.

Parameters:
properties - the properties of this shopping item

getFields

boolean getFields()
Returns the fields of this shopping item.

Returns:
the fields of this shopping item

isFields

boolean isFields()
Returns true if this shopping item is fields.

Returns:
true if this shopping item is fields; false otherwise

setFields

void setFields(boolean fields)
Sets whether this shopping item is fields.

Parameters:
fields - the fields of this shopping item

getFieldsQuantities

@AutoEscape
String getFieldsQuantities()
Returns the fields quantities of this shopping item.

Returns:
the fields quantities of this shopping item

setFieldsQuantities

void setFieldsQuantities(String fieldsQuantities)
Sets the fields quantities of this shopping item.

Parameters:
fieldsQuantities - the fields quantities of this shopping item

getMinQuantity

int getMinQuantity()
Returns the min quantity of this shopping item.

Returns:
the min quantity of this shopping item

setMinQuantity

void setMinQuantity(int minQuantity)
Sets the min quantity of this shopping item.

Parameters:
minQuantity - the min quantity of this shopping item

getMaxQuantity

int getMaxQuantity()
Returns the max quantity of this shopping item.

Returns:
the max quantity of this shopping item

setMaxQuantity

void setMaxQuantity(int maxQuantity)
Sets the max quantity of this shopping item.

Parameters:
maxQuantity - the max quantity of this shopping item

getPrice

double getPrice()
Returns the price of this shopping item.

Returns:
the price of this shopping item

setPrice

void setPrice(double price)
Sets the price of this shopping item.

Parameters:
price - the price of this shopping item

getDiscount

double getDiscount()
Returns the discount of this shopping item.

Returns:
the discount of this shopping item

setDiscount

void setDiscount(double discount)
Sets the discount of this shopping item.

Parameters:
discount - the discount of this shopping item

getTaxable

boolean getTaxable()
Returns the taxable of this shopping item.

Returns:
the taxable of this shopping item

isTaxable

boolean isTaxable()
Returns true if this shopping item is taxable.

Returns:
true if this shopping item is taxable; false otherwise

setTaxable

void setTaxable(boolean taxable)
Sets whether this shopping item is taxable.

Parameters:
taxable - the taxable of this shopping item

getShipping

double getShipping()
Returns the shipping of this shopping item.

Returns:
the shipping of this shopping item

setShipping

void setShipping(double shipping)
Sets the shipping of this shopping item.

Parameters:
shipping - the shipping of this shopping item

getUseShippingFormula

boolean getUseShippingFormula()
Returns the use shipping formula of this shopping item.

Returns:
the use shipping formula of this shopping item

isUseShippingFormula

boolean isUseShippingFormula()
Returns true if this shopping item is use shipping formula.

Returns:
true if this shopping item is use shipping formula; false otherwise

setUseShippingFormula

void setUseShippingFormula(boolean useShippingFormula)
Sets whether this shopping item is use shipping formula.

Parameters:
useShippingFormula - the use shipping formula of this shopping item

getRequiresShipping

boolean getRequiresShipping()
Returns the requires shipping of this shopping item.

Returns:
the requires shipping of this shopping item

isRequiresShipping

boolean isRequiresShipping()
Returns true if this shopping item is requires shipping.

Returns:
true if this shopping item is requires shipping; false otherwise

setRequiresShipping

void setRequiresShipping(boolean requiresShipping)
Sets whether this shopping item is requires shipping.

Parameters:
requiresShipping - the requires shipping of this shopping item

getStockQuantity

int getStockQuantity()
Returns the stock quantity of this shopping item.

Returns:
the stock quantity of this shopping item

setStockQuantity

void setStockQuantity(int stockQuantity)
Sets the stock quantity of this shopping item.

Parameters:
stockQuantity - the stock quantity of this shopping item

getFeatured

boolean getFeatured()
Returns the featured of this shopping item.

Returns:
the featured of this shopping item

isFeatured

boolean isFeatured()
Returns true if this shopping item is featured.

Returns:
true if this shopping item is featured; false otherwise

setFeatured

void setFeatured(boolean featured)
Sets whether this shopping item is featured.

Parameters:
featured - the featured of this shopping item

getSale

boolean getSale()
Returns the sale of this shopping item.

Returns:
the sale of this shopping item

isSale

boolean isSale()
Returns true if this shopping item is sale.

Returns:
true if this shopping item is sale; false otherwise

setSale

void setSale(boolean sale)
Sets whether this shopping item is sale.

Parameters:
sale - the sale of this shopping item

getSmallImage

boolean getSmallImage()
Returns the small image of this shopping item.

Returns:
the small image of this shopping item

isSmallImage

boolean isSmallImage()
Returns true if this shopping item is small image.

Returns:
true if this shopping item is small image; false otherwise

setSmallImage

void setSmallImage(boolean smallImage)
Sets whether this shopping item is small image.

Parameters:
smallImage - the small image of this shopping item

getSmallImageId

long getSmallImageId()
Returns the small image ID of this shopping item.

Returns:
the small image ID of this shopping item

setSmallImageId

void setSmallImageId(long smallImageId)
Sets the small image ID of this shopping item.

Parameters:
smallImageId - the small image ID of this shopping item

getSmallImageURL

@AutoEscape
String getSmallImageURL()
Returns the small image u r l of this shopping item.

Returns:
the small image u r l of this shopping item

setSmallImageURL

void setSmallImageURL(String smallImageURL)
Sets the small image u r l of this shopping item.

Parameters:
smallImageURL - the small image u r l of this shopping item

getMediumImage

boolean getMediumImage()
Returns the medium image of this shopping item.

Returns:
the medium image of this shopping item

isMediumImage

boolean isMediumImage()
Returns true if this shopping item is medium image.

Returns:
true if this shopping item is medium image; false otherwise

setMediumImage

void setMediumImage(boolean mediumImage)
Sets whether this shopping item is medium image.

Parameters:
mediumImage - the medium image of this shopping item

getMediumImageId

long getMediumImageId()
Returns the medium image ID of this shopping item.

Returns:
the medium image ID of this shopping item

setMediumImageId

void setMediumImageId(long mediumImageId)
Sets the medium image ID of this shopping item.

Parameters:
mediumImageId - the medium image ID of this shopping item

getMediumImageURL

@AutoEscape
String getMediumImageURL()
Returns the medium image u r l of this shopping item.

Returns:
the medium image u r l of this shopping item

setMediumImageURL

void setMediumImageURL(String mediumImageURL)
Sets the medium image u r l of this shopping item.

Parameters:
mediumImageURL - the medium image u r l of this shopping item

getLargeImage

boolean getLargeImage()
Returns the large image of this shopping item.

Returns:
the large image of this shopping item

isLargeImage

boolean isLargeImage()
Returns true if this shopping item is large image.

Returns:
true if this shopping item is large image; false otherwise

setLargeImage

void setLargeImage(boolean largeImage)
Sets whether this shopping item is large image.

Parameters:
largeImage - the large image of this shopping item

getLargeImageId

long getLargeImageId()
Returns the large image ID of this shopping item.

Returns:
the large image ID of this shopping item

setLargeImageId

void setLargeImageId(long largeImageId)
Sets the large image ID of this shopping item.

Parameters:
largeImageId - the large image ID of this shopping item

getLargeImageURL

@AutoEscape
String getLargeImageURL()
Returns the large image u r l of this shopping item.

Returns:
the large image u r l of this shopping item

setLargeImageURL

void setLargeImageURL(String largeImageURL)
Sets the large image u r l of this shopping item.

Parameters:
largeImageURL - the large image u r l of this shopping item

isNew

boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<ShoppingItem>
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<ShoppingItem>
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<ShoppingItem>
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<ShoppingItem>
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<ShoppingItem>
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<ShoppingItem>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<ShoppingItem>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<ShoppingItem>
Specified by:
getExpandoBridge in interface ClassedModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ShoppingItem>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<ShoppingItem>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<ShoppingItem>
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

clone

Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<ShoppingItem>
Returns:
the shallow clone of this model instance

compareTo

int compareTo(ShoppingItem shoppingItem)
Specified by:
compareTo in interface Comparable<ShoppingItem>

hashCode

int hashCode()
Overrides:
hashCode in class Object

toCacheModel

CacheModel<ShoppingItem> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<ShoppingItem>
Returns:
the cache model object

toEscapedModel

ShoppingItem toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<ShoppingItem>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

ShoppingItem toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<ShoppingItem>

toString

String toString()
Overrides:
toString in class Object

toXmlString

String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<ShoppingItem>
Returns:
the XML representation of this model instance

Liferay 6.2.0