|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.liferay.portal.model.impl.BaseModelImpl<ShoppingItem> com.liferay.portlet.shopping.model.impl.ShoppingItemModelImpl
@JSON(strict=true) public class ShoppingItemModelImpl
The base model implementation for the ShoppingItem service. Represents a row in the "ShoppingItem" database table, with each column mapped to a property of this class.
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 FormField Summary | |
---|---|
static long |
CATEGORYID_COLUMN_BITMASK
|
static boolean |
COLUMN_BITMASK_ENABLED
|
static long |
COMPANYID_COLUMN_BITMASK
|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
GROUPID_COLUMN_BITMASK
|
static long |
LARGEIMAGEID_COLUMN_BITMASK
|
static long |
LOCK_EXPIRATION_TIME
|
static long |
MEDIUMIMAGEID_COLUMN_BITMASK
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static long |
SKU_COLUMN_BITMASK
|
static long |
SMALLIMAGEID_COLUMN_BITMASK
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
Constructor Summary | |
---|---|
ShoppingItemModelImpl()
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ShoppingItem shoppingItem)
|
boolean |
equals(Object obj)
|
long |
getCategoryId()
Returns the category ID of this shopping item. |
long |
getColumnBitmask()
|
long |
getCompanyId()
Returns the company ID of this shopping item. |
Date |
getCreateDate()
Returns the create date of this shopping item. |
String |
getDescription()
Returns the description of this shopping item. |
double |
getDiscount()
Returns the discount of this shopping item. |
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance. |
boolean |
getFeatured()
Returns the featured of this shopping item. |
boolean |
getFields()
Returns the fields of this shopping item. |
String |
getFieldsQuantities()
Returns the fields quantities of this shopping item. |
long |
getGroupId()
Returns the group ID of this shopping item. |
long |
getItemId()
Returns the item ID of this shopping item. |
boolean |
getLargeImage()
Returns the large image of this shopping item. |
long |
getLargeImageId()
Returns the large image ID of this shopping item. |
String |
getLargeImageURL()
Returns the large image u r l of this shopping item. |
int |
getMaxQuantity()
Returns the max quantity of this shopping item. |
boolean |
getMediumImage()
Returns the medium image of this shopping item. |
long |
getMediumImageId()
Returns the medium image ID of this shopping item. |
String |
getMediumImageURL()
Returns the medium image u r l of this shopping item. |
int |
getMinQuantity()
Returns the min quantity of this shopping item. |
Map<String,Object> |
getModelAttributes()
|
Class<?> |
getModelClass()
|
String |
getModelClassName()
|
Date |
getModifiedDate()
Returns the modified date of this shopping item. |
String |
getName()
Returns the name of this shopping item. |
long |
getOriginalCategoryId()
|
long |
getOriginalCompanyId()
|
long |
getOriginalGroupId()
|
long |
getOriginalLargeImageId()
|
long |
getOriginalMediumImageId()
|
String |
getOriginalSku()
|
long |
getOriginalSmallImageId()
|
double |
getPrice()
Returns the price of this shopping item. |
long |
getPrimaryKey()
Returns the primary key of this shopping item. |
Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance. |
String |
getProperties()
Returns the properties of this shopping item. |
boolean |
getRequiresShipping()
Returns the requires shipping of this shopping item. |
boolean |
getSale()
Returns the sale of this shopping item. |
double |
getShipping()
Returns the shipping of this shopping item. |
String |
getSku()
Returns the sku of this shopping item. |
boolean |
getSmallImage()
Returns the small image of this shopping item. |
long |
getSmallImageId()
Returns the small image ID of this shopping item. |
String |
getSmallImageURL()
Returns the small image u r l of this shopping item. |
int |
getStockQuantity()
Returns the stock quantity of this shopping item. |
boolean |
getTaxable()
Returns the taxable of this shopping item. |
long |
getUserId()
Returns the user ID of this shopping item. |
String |
getUserName()
Returns the user name of this shopping item. |
String |
getUserUuid()
Returns the user uuid of this shopping item. |
boolean |
getUseShippingFormula()
Returns the use shipping formula of this shopping item. |
int |
hashCode()
|
boolean |
isFeatured()
Returns true if this shopping item is featured. |
boolean |
isFields()
Returns true if this shopping item is fields. |
boolean |
isLargeImage()
Returns true if this shopping item is large image. |
boolean |
isMediumImage()
Returns true if this shopping item is medium image. |
boolean |
isRequiresShipping()
Returns true if this shopping item is requires shipping. |
boolean |
isSale()
Returns true if this shopping item is sale. |
boolean |
isSmallImage()
Returns true if this shopping item is small image. |
boolean |
isTaxable()
Returns true if this shopping item is taxable. |
boolean |
isUseShippingFormula()
Returns true if this shopping item is use shipping formula. |
void |
resetOriginalValues()
Reset all original fields to current values. |
void |
setCategoryId(long categoryId)
Sets the category ID of this shopping item. |
void |
setCompanyId(long companyId)
Sets the company ID of this shopping item. |
void |
setCreateDate(Date createDate)
Sets the create date of this shopping item. |
void |
setDescription(String description)
Sets the description of this shopping item. |
void |
setDiscount(double discount)
Sets the discount of this shopping item. |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setFeatured(boolean featured)
Sets whether this shopping item is featured. |
void |
setFields(boolean fields)
Sets whether this shopping item is fields. |
void |
setFieldsQuantities(String fieldsQuantities)
Sets the fields quantities of this shopping item. |
void |
setGroupId(long groupId)
Sets the group ID of this shopping item. |
void |
setItemId(long itemId)
Sets the item ID of this shopping item. |
void |
setLargeImage(boolean largeImage)
Sets whether this shopping item is large image. |
void |
setLargeImageId(long largeImageId)
Sets the large image ID of this shopping item. |
void |
setLargeImageURL(String largeImageURL)
Sets the large image u r l of this shopping item. |
void |
setMaxQuantity(int maxQuantity)
Sets the max quantity of this shopping item. |
void |
setMediumImage(boolean mediumImage)
Sets whether this shopping item is medium image. |
void |
setMediumImageId(long mediumImageId)
Sets the medium image ID of this shopping item. |
void |
setMediumImageURL(String mediumImageURL)
Sets the medium image u r l of this shopping item. |
void |
setMinQuantity(int minQuantity)
Sets the min quantity of this shopping item. |
void |
setModelAttributes(Map<String,Object> attributes)
|
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this shopping item. |
void |
setName(String name)
Sets the name of this shopping item. |
void |
setPrice(double price)
Sets the price of this shopping item. |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this shopping item. |
void |
setPrimaryKeyObj(Serializable primaryKeyObj)
Sets the primary key of this model instance. |
void |
setProperties(String properties)
Sets the properties of this shopping item. |
void |
setRequiresShipping(boolean requiresShipping)
Sets whether this shopping item is requires shipping. |
void |
setSale(boolean sale)
Sets whether this shopping item is sale. |
void |
setShipping(double shipping)
Sets the shipping of this shopping item. |
void |
setSku(String sku)
Sets the sku of this shopping item. |
void |
setSmallImage(boolean smallImage)
Sets whether this shopping item is small image. |
void |
setSmallImageId(long smallImageId)
Sets the small image ID of this shopping item. |
void |
setSmallImageURL(String smallImageURL)
Sets the small image u r l of this shopping item. |
void |
setStockQuantity(int stockQuantity)
Sets the stock quantity of this shopping item. |
void |
setTaxable(boolean taxable)
Sets whether this shopping item is taxable. |
void |
setUserId(long userId)
Sets the user ID of this shopping item. |
void |
setUserName(String userName)
Sets the user name of this shopping item. |
void |
setUserUuid(String userUuid)
Sets the user uuid of this shopping item. |
void |
setUseShippingFormula(boolean useShippingFormula)
Sets whether this shopping item is use shipping formula. |
CacheModel<ShoppingItem> |
toCacheModel()
Returns a cache model object for this entity used by entity cache. |
ShoppingItem |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
static ShoppingItem |
toModel(ShoppingItemSoap soapModel)
Converts the soap model instance into a normal model instance. |
static List<ShoppingItem> |
toModels(ShoppingItemSoap[] soapModels)
Converts the soap model instances into normal model instances. |
String |
toString()
|
ShoppingItem |
toUnescapedModel()
|
String |
toXmlString()
Returns the XML representation of this model instance. |
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
---|
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingItemModel |
---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
Field Detail |
---|
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final 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 long CATEGORYID_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
public static long LARGEIMAGEID_COLUMN_BITMASK
public static long MEDIUMIMAGEID_COLUMN_BITMASK
public static long SKU_COLUMN_BITMASK
public static long SMALLIMAGEID_COLUMN_BITMASK
public static final long LOCK_EXPIRATION_TIME
Constructor Detail |
---|
public ShoppingItemModelImpl()
Method Detail |
---|
public static ShoppingItem toModel(ShoppingItemSoap soapModel)
soapModel
- the soap model instance to convert
public static List<ShoppingItem> toModels(ShoppingItemSoap[] soapModels)
soapModels
- the soap model instances to convert
public long getPrimaryKey()
ShoppingItemModel
getPrimaryKey
in interface ShoppingItemModel
public void setPrimaryKey(long primaryKey)
ShoppingItemModel
setPrimaryKey
in interface ShoppingItemModel
primaryKey
- the primary key of this shopping itempublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<ShoppingItem>
getPrimaryKeyObj
in interface ClassedModel
getPrimaryKeyObj
in interface ShoppingItemModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<ShoppingItem>
setPrimaryKeyObj
in interface ClassedModel
setPrimaryKeyObj
in interface ShoppingItemModel
primaryKeyObj
- the primary key of this model instancepublic Class<?> getModelClass()
getModelClass
in interface ClassedModel
public String getModelClassName()
getModelClassName
in interface ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface BaseModel<ShoppingItem>
getModelAttributes
in class BaseModelImpl<ShoppingItem>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface BaseModel<ShoppingItem>
setModelAttributes
in class BaseModelImpl<ShoppingItem>
@JSON public long getItemId()
ShoppingItemModel
getItemId
in interface ShoppingItemModel
public void setItemId(long itemId)
ShoppingItemModel
setItemId
in interface ShoppingItemModel
itemId
- the item ID of this shopping item@JSON public long getGroupId()
ShoppingItemModel
getGroupId
in interface GroupedModel
getGroupId
in interface ShoppingItemModel
public void setGroupId(long groupId)
ShoppingItemModel
setGroupId
in interface GroupedModel
setGroupId
in interface ShoppingItemModel
groupId
- the group ID of this shopping itempublic long getOriginalGroupId()
@JSON public long getCompanyId()
ShoppingItemModel
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShoppingItemModel
public void setCompanyId(long companyId)
ShoppingItemModel
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShoppingItemModel
companyId
- the company ID of this shopping itempublic long getOriginalCompanyId()
@JSON public long getUserId()
ShoppingItemModel
getUserId
in interface AuditedModel
getUserId
in interface ShoppingItemModel
public void setUserId(long userId)
ShoppingItemModel
setUserId
in interface AuditedModel
setUserId
in interface ShoppingItemModel
userId
- the user ID of this shopping itempublic String getUserUuid() throws SystemException
ShoppingItemModel
getUserUuid
in interface AuditedModel
getUserUuid
in interface ShoppingItemModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
ShoppingItemModel
setUserUuid
in interface AuditedModel
setUserUuid
in interface ShoppingItemModel
userUuid
- the user uuid of this shopping item@JSON public String getUserName()
ShoppingItemModel
getUserName
in interface AuditedModel
getUserName
in interface ShoppingItemModel
public void setUserName(String userName)
ShoppingItemModel
setUserName
in interface AuditedModel
setUserName
in interface ShoppingItemModel
userName
- the user name of this shopping item@JSON public Date getCreateDate()
ShoppingItemModel
getCreateDate
in interface AuditedModel
getCreateDate
in interface ShoppingItemModel
public void setCreateDate(Date createDate)
ShoppingItemModel
setCreateDate
in interface AuditedModel
setCreateDate
in interface ShoppingItemModel
createDate
- the create date of this shopping item@JSON public Date getModifiedDate()
ShoppingItemModel
getModifiedDate
in interface AuditedModel
getModifiedDate
in interface ShoppingItemModel
public void setModifiedDate(Date modifiedDate)
ShoppingItemModel
setModifiedDate
in interface AuditedModel
setModifiedDate
in interface ShoppingItemModel
modifiedDate
- the modified date of this shopping item@JSON public long getCategoryId()
ShoppingItemModel
getCategoryId
in interface ShoppingItemModel
public void setCategoryId(long categoryId)
ShoppingItemModel
setCategoryId
in interface ShoppingItemModel
categoryId
- the category ID of this shopping itempublic long getOriginalCategoryId()
@JSON public String getSku()
ShoppingItemModel
getSku
in interface ShoppingItemModel
public void setSku(String sku)
ShoppingItemModel
setSku
in interface ShoppingItemModel
sku
- the sku of this shopping itempublic String getOriginalSku()
@JSON public String getName()
ShoppingItemModel
getName
in interface ShoppingItemModel
public void setName(String name)
ShoppingItemModel
setName
in interface ShoppingItemModel
name
- the name of this shopping item@JSON public String getDescription()
ShoppingItemModel
getDescription
in interface ShoppingItemModel
public void setDescription(String description)
ShoppingItemModel
setDescription
in interface ShoppingItemModel
description
- the description of this shopping item@JSON public String getProperties()
ShoppingItemModel
getProperties
in interface ShoppingItemModel
public void setProperties(String properties)
ShoppingItemModel
setProperties
in interface ShoppingItemModel
properties
- the properties of this shopping item@JSON public boolean getFields()
ShoppingItemModel
getFields
in interface ShoppingItemModel
public boolean isFields()
ShoppingItemModel
true
if this shopping item is fields.
isFields
in interface ShoppingItemModel
true
if this shopping item is fields; false
otherwisepublic void setFields(boolean fields)
ShoppingItemModel
setFields
in interface ShoppingItemModel
fields
- the fields of this shopping item@JSON public String getFieldsQuantities()
ShoppingItemModel
getFieldsQuantities
in interface ShoppingItemModel
public void setFieldsQuantities(String fieldsQuantities)
ShoppingItemModel
setFieldsQuantities
in interface ShoppingItemModel
fieldsQuantities
- the fields quantities of this shopping item@JSON public int getMinQuantity()
ShoppingItemModel
getMinQuantity
in interface ShoppingItemModel
public void setMinQuantity(int minQuantity)
ShoppingItemModel
setMinQuantity
in interface ShoppingItemModel
minQuantity
- the min quantity of this shopping item@JSON public int getMaxQuantity()
ShoppingItemModel
getMaxQuantity
in interface ShoppingItemModel
public void setMaxQuantity(int maxQuantity)
ShoppingItemModel
setMaxQuantity
in interface ShoppingItemModel
maxQuantity
- the max quantity of this shopping item@JSON public double getPrice()
ShoppingItemModel
getPrice
in interface ShoppingItemModel
public void setPrice(double price)
ShoppingItemModel
setPrice
in interface ShoppingItemModel
price
- the price of this shopping item@JSON public double getDiscount()
ShoppingItemModel
getDiscount
in interface ShoppingItemModel
public void setDiscount(double discount)
ShoppingItemModel
setDiscount
in interface ShoppingItemModel
discount
- the discount of this shopping item@JSON public boolean getTaxable()
ShoppingItemModel
getTaxable
in interface ShoppingItemModel
public boolean isTaxable()
ShoppingItemModel
true
if this shopping item is taxable.
isTaxable
in interface ShoppingItemModel
true
if this shopping item is taxable; false
otherwisepublic void setTaxable(boolean taxable)
ShoppingItemModel
setTaxable
in interface ShoppingItemModel
taxable
- the taxable of this shopping item@JSON public double getShipping()
ShoppingItemModel
getShipping
in interface ShoppingItemModel
public void setShipping(double shipping)
ShoppingItemModel
setShipping
in interface ShoppingItemModel
shipping
- the shipping of this shopping item@JSON public boolean getUseShippingFormula()
ShoppingItemModel
getUseShippingFormula
in interface ShoppingItemModel
public boolean isUseShippingFormula()
ShoppingItemModel
true
if this shopping item is use shipping formula.
isUseShippingFormula
in interface ShoppingItemModel
true
if this shopping item is use shipping formula; false
otherwisepublic void setUseShippingFormula(boolean useShippingFormula)
ShoppingItemModel
setUseShippingFormula
in interface ShoppingItemModel
useShippingFormula
- the use shipping formula of this shopping item@JSON public boolean getRequiresShipping()
ShoppingItemModel
getRequiresShipping
in interface ShoppingItemModel
public boolean isRequiresShipping()
ShoppingItemModel
true
if this shopping item is requires shipping.
isRequiresShipping
in interface ShoppingItemModel
true
if this shopping item is requires shipping; false
otherwisepublic void setRequiresShipping(boolean requiresShipping)
ShoppingItemModel
setRequiresShipping
in interface ShoppingItemModel
requiresShipping
- the requires shipping of this shopping item@JSON public int getStockQuantity()
ShoppingItemModel
getStockQuantity
in interface ShoppingItemModel
public void setStockQuantity(int stockQuantity)
ShoppingItemModel
setStockQuantity
in interface ShoppingItemModel
stockQuantity
- the stock quantity of this shopping item@JSON public boolean getFeatured()
ShoppingItemModel
getFeatured
in interface ShoppingItemModel
public boolean isFeatured()
ShoppingItemModel
true
if this shopping item is featured.
isFeatured
in interface ShoppingItemModel
true
if this shopping item is featured; false
otherwisepublic void setFeatured(boolean featured)
ShoppingItemModel
setFeatured
in interface ShoppingItemModel
featured
- the featured of this shopping item@JSON public boolean getSale()
ShoppingItemModel
getSale
in interface ShoppingItemModel
public boolean isSale()
ShoppingItemModel
true
if this shopping item is sale.
isSale
in interface ShoppingItemModel
true
if this shopping item is sale; false
otherwisepublic void setSale(boolean sale)
ShoppingItemModel
setSale
in interface ShoppingItemModel
sale
- the sale of this shopping item@JSON public boolean getSmallImage()
ShoppingItemModel
getSmallImage
in interface ShoppingItemModel
public boolean isSmallImage()
ShoppingItemModel
true
if this shopping item is small image.
isSmallImage
in interface ShoppingItemModel
true
if this shopping item is small image; false
otherwisepublic void setSmallImage(boolean smallImage)
ShoppingItemModel
setSmallImage
in interface ShoppingItemModel
smallImage
- the small image of this shopping item@JSON public long getSmallImageId()
ShoppingItemModel
getSmallImageId
in interface ShoppingItemModel
public void setSmallImageId(long smallImageId)
ShoppingItemModel
setSmallImageId
in interface ShoppingItemModel
smallImageId
- the small image ID of this shopping itempublic long getOriginalSmallImageId()
@JSON public String getSmallImageURL()
ShoppingItemModel
getSmallImageURL
in interface ShoppingItemModel
public void setSmallImageURL(String smallImageURL)
ShoppingItemModel
setSmallImageURL
in interface ShoppingItemModel
smallImageURL
- the small image u r l of this shopping item@JSON public boolean getMediumImage()
ShoppingItemModel
getMediumImage
in interface ShoppingItemModel
public boolean isMediumImage()
ShoppingItemModel
true
if this shopping item is medium image.
isMediumImage
in interface ShoppingItemModel
true
if this shopping item is medium image; false
otherwisepublic void setMediumImage(boolean mediumImage)
ShoppingItemModel
setMediumImage
in interface ShoppingItemModel
mediumImage
- the medium image of this shopping item@JSON public long getMediumImageId()
ShoppingItemModel
getMediumImageId
in interface ShoppingItemModel
public void setMediumImageId(long mediumImageId)
ShoppingItemModel
setMediumImageId
in interface ShoppingItemModel
mediumImageId
- the medium image ID of this shopping itempublic long getOriginalMediumImageId()
@JSON public String getMediumImageURL()
ShoppingItemModel
getMediumImageURL
in interface ShoppingItemModel
public void setMediumImageURL(String mediumImageURL)
ShoppingItemModel
setMediumImageURL
in interface ShoppingItemModel
mediumImageURL
- the medium image u r l of this shopping item@JSON public boolean getLargeImage()
ShoppingItemModel
getLargeImage
in interface ShoppingItemModel
public boolean isLargeImage()
ShoppingItemModel
true
if this shopping item is large image.
isLargeImage
in interface ShoppingItemModel
true
if this shopping item is large image; false
otherwisepublic void setLargeImage(boolean largeImage)
ShoppingItemModel
setLargeImage
in interface ShoppingItemModel
largeImage
- the large image of this shopping item@JSON public long getLargeImageId()
ShoppingItemModel
getLargeImageId
in interface ShoppingItemModel
public void setLargeImageId(long largeImageId)
ShoppingItemModel
setLargeImageId
in interface ShoppingItemModel
largeImageId
- the large image ID of this shopping itempublic long getOriginalLargeImageId()
@JSON public String getLargeImageURL()
ShoppingItemModel
getLargeImageURL
in interface ShoppingItemModel
public void setLargeImageURL(String largeImageURL)
ShoppingItemModel
setLargeImageURL
in interface ShoppingItemModel
largeImageURL
- the large image u r l of this shopping itempublic long getColumnBitmask()
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<ShoppingItem>
getExpandoBridge
in interface ClassedModel
getExpandoBridge
in interface ShoppingItemModel
getExpandoBridge
in class BaseModelImpl<ShoppingItem>
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<ShoppingItem>
setExpandoBridgeAttributes
in interface ShoppingItemModel
setExpandoBridgeAttributes
in class BaseModelImpl<ShoppingItem>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
public ShoppingItem toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<ShoppingItem>
toEscapedModel
in interface ShoppingItemModel
toEscapedModel
in class BaseModelImpl<ShoppingItem>
AutoEscapeBeanHandler
public ShoppingItem toUnescapedModel()
toUnescapedModel
in interface BaseModel<ShoppingItem>
toUnescapedModel
in interface ShoppingItemModel
toUnescapedModel
in class BaseModelImpl<ShoppingItem>
public Object clone()
BaseModel
clone
in interface BaseModel<ShoppingItem>
clone
in interface ShoppingItemModel
clone
in class BaseModelImpl<ShoppingItem>
public int compareTo(ShoppingItem shoppingItem)
compareTo
in interface ShoppingItemModel
compareTo
in interface Comparable<ShoppingItem>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface ShoppingItemModel
hashCode
in class Object
public void resetOriginalValues()
BaseModel
resetOriginalValues
in interface BaseModel<ShoppingItem>
resetOriginalValues
in class BaseModelImpl<ShoppingItem>
public CacheModel<ShoppingItem> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<ShoppingItem>
toCacheModel
in interface ShoppingItemModel
toCacheModel
in class BaseModelImpl<ShoppingItem>
public String toString()
toString
in interface ShoppingItemModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<ShoppingItem>
toXmlString
in interface ShoppingItemModel
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |