|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.liferay.portlet.shopping.model.ShoppingItemWrapper
public class ShoppingItemWrapper
This class is a wrapper for ShoppingItem
.
ShoppingItem
,
Serialized FormConstructor Summary | |
---|---|
ShoppingItemWrapper(ShoppingItem shoppingItem)
|
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ShoppingItem shoppingItem)
|
ShoppingCategory |
getCategory()
|
long |
getCategoryId()
Gets the category id of this shopping item. |
long |
getCompanyId()
Gets the company id of this shopping item. |
Date |
getCreateDate()
Gets the create date of this shopping item. |
String |
getDescription()
Gets the description of this shopping item. |
double |
getDiscount()
Gets the discount of this shopping item. |
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
boolean |
getFeatured()
Gets the featured of this shopping item. |
boolean |
getFields()
Gets the fields of this shopping item. |
String |
getFieldsQuantities()
Gets the fields quantities of this shopping item. |
String[] |
getFieldsQuantitiesArray()
|
long |
getGroupId()
Gets the group id of this shopping item. |
long |
getItemId()
Gets the item id of this shopping item. |
List<ShoppingItemPrice> |
getItemPrices()
|
boolean |
getLargeImage()
Gets the large image of this shopping item. |
long |
getLargeImageId()
Gets the large image id of this shopping item. |
String |
getLargeImageURL()
Gets the large image u r l of this shopping item. |
int |
getMaxQuantity()
Gets the max quantity of this shopping item. |
boolean |
getMediumImage()
Gets the medium image of this shopping item. |
long |
getMediumImageId()
Gets the medium image id of this shopping item. |
String |
getMediumImageURL()
Gets the medium image u r l of this shopping item. |
int |
getMinQuantity()
Gets the min quantity of this shopping item. |
Date |
getModifiedDate()
Gets the modified date of this shopping item. |
String |
getName()
Gets the name of this shopping item. |
double |
getPrice()
Gets the price of this shopping item. |
long |
getPrimaryKey()
Gets the primary key of this shopping item. |
Serializable |
getPrimaryKeyObj()
Gets the primary key of this model instance. |
String |
getProperties()
Gets the properties of this shopping item. |
boolean |
getRequiresShipping()
Gets the requires shipping of this shopping item. |
boolean |
getSale()
Gets the sale of this shopping item. |
double |
getShipping()
Gets the shipping of this shopping item. |
String |
getSku()
Gets the sku of this shopping item. |
boolean |
getSmallImage()
Gets the small image of this shopping item. |
long |
getSmallImageId()
Gets the small image id of this shopping item. |
String |
getSmallImageURL()
Gets the small image u r l of this shopping item. |
int |
getStockQuantity()
Gets the stock quantity of this shopping item. |
boolean |
getTaxable()
Gets the taxable of this shopping item. |
long |
getUserId()
Gets the user id of this shopping item. |
String |
getUserName()
Gets the user name of this shopping item. |
String |
getUserUuid()
Gets the user uuid of this shopping item. |
boolean |
getUseShippingFormula()
Gets the use shipping formula of this shopping item. |
ShoppingItem |
getWrappedShoppingItem()
|
int |
hashCode()
|
boolean |
isCachedModel()
Determines if this model instance was retrieved from the entity cache. |
boolean |
isEscapedModel()
Determines if this model instance is escaped. |
boolean |
isFeatured()
Determines whether this shopping item is featured. |
boolean |
isFields()
Determines whether this shopping item is fields. |
boolean |
isLargeImage()
Determines whether this shopping item is large image. |
boolean |
isMediumImage()
Determines whether this shopping item is medium image. |
boolean |
isNew()
Determines if this model instance does not yet exist in the database. |
boolean |
isRequiresShipping()
Determines whether this shopping item is requires shipping. |
boolean |
isSale()
Determines whether this shopping item is sale. |
boolean |
isSmallImage()
Determines whether this shopping item is small image. |
boolean |
isTaxable()
Determines whether this shopping item is taxable. |
boolean |
isUseShippingFormula()
Determines whether this shopping item is use shipping formula. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache. |
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 |
setEscapedModel(boolean escapedModel)
Sets whether this model instance is escaped, meaning that all strings returned from getter methods are HTML safe. |
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 {$entity.humanName} is featured. |
void |
setFields(boolean fields)
Sets whether this {$entity.humanName} is fields. |
void |
setFieldsQuantities(String fieldsQuantities)
Sets the fields quantities of this shopping item. |
void |
setFieldsQuantitiesArray(String[] fieldsQuantitiesArray)
|
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 {$entity.humanName} 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 {$entity.humanName} 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 |
setModifiedDate(Date modifiedDate)
Sets the modified date of this shopping item. |
void |
setName(String name)
Sets the name of this shopping item. |
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database. |
void |
setPrice(double price)
Sets the price of this shopping item. |
void |
setPrimaryKey(long pk)
Sets the primary key of this shopping item |
void |
setProperties(String properties)
Sets the properties of this shopping item. |
void |
setRequiresShipping(boolean requiresShipping)
Sets whether this {$entity.humanName} is requires shipping. |
void |
setSale(boolean sale)
Sets whether this {$entity.humanName} 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 {$entity.humanName} 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 {$entity.humanName} 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 {$entity.humanName} is use shipping formula. |
ShoppingItem |
toEscapedModel()
Gets a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler . |
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ShoppingItemWrapper(ShoppingItem shoppingItem)
Method Detail |
---|
public long getPrimaryKey()
getPrimaryKey
in interface ShoppingItemModel
public void setPrimaryKey(long pk)
setPrimaryKey
in interface ShoppingItemModel
pk
- the primary key of this shopping itempublic long getItemId()
getItemId
in interface ShoppingItemModel
public void setItemId(long itemId)
setItemId
in interface ShoppingItemModel
itemId
- the item id of this shopping itempublic long getGroupId()
getGroupId
in interface ShoppingItemModel
public void setGroupId(long groupId)
setGroupId
in interface ShoppingItemModel
groupId
- the group id of this shopping itempublic long getCompanyId()
getCompanyId
in interface ShoppingItemModel
public void setCompanyId(long companyId)
setCompanyId
in interface ShoppingItemModel
companyId
- the company id of this shopping itempublic long getUserId()
getUserId
in interface ShoppingItemModel
public void setUserId(long userId)
setUserId
in interface ShoppingItemModel
userId
- the user id of this shopping itempublic String getUserUuid() throws SystemException
getUserUuid
in interface ShoppingItemModel
SystemException
- if a system exception occurredpublic void setUserUuid(String userUuid)
setUserUuid
in interface ShoppingItemModel
userUuid
- the user uuid of this shopping itempublic String getUserName()
getUserName
in interface ShoppingItemModel
public void setUserName(String userName)
setUserName
in interface ShoppingItemModel
userName
- the user name of this shopping itempublic Date getCreateDate()
getCreateDate
in interface ShoppingItemModel
public void setCreateDate(Date createDate)
setCreateDate
in interface ShoppingItemModel
createDate
- the create date of this shopping itempublic Date getModifiedDate()
getModifiedDate
in interface ShoppingItemModel
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface ShoppingItemModel
modifiedDate
- the modified date of this shopping itempublic long getCategoryId()
getCategoryId
in interface ShoppingItemModel
public void setCategoryId(long categoryId)
setCategoryId
in interface ShoppingItemModel
categoryId
- the category id of this shopping itempublic String getSku()
getSku
in interface ShoppingItemModel
public void setSku(String sku)
setSku
in interface ShoppingItemModel
sku
- the sku of this shopping itempublic String getName()
getName
in interface ShoppingItemModel
public void setName(String name)
setName
in interface ShoppingItemModel
name
- the name of this shopping itempublic String getDescription()
getDescription
in interface ShoppingItemModel
public void setDescription(String description)
setDescription
in interface ShoppingItemModel
description
- the description of this shopping itempublic String getProperties()
getProperties
in interface ShoppingItemModel
public void setProperties(String properties)
setProperties
in interface ShoppingItemModel
properties
- the properties of this shopping itempublic boolean getFields()
getFields
in interface ShoppingItemModel
public boolean isFields()
isFields
in interface ShoppingItemModel
public void setFields(boolean fields)
setFields
in interface ShoppingItemModel
fields
- the fields of this shopping itempublic String getFieldsQuantities()
getFieldsQuantities
in interface ShoppingItemModel
public void setFieldsQuantities(String fieldsQuantities)
setFieldsQuantities
in interface ShoppingItem
setFieldsQuantities
in interface ShoppingItemModel
fieldsQuantities
- the fields quantities of this shopping itempublic int getMinQuantity()
getMinQuantity
in interface ShoppingItemModel
public void setMinQuantity(int minQuantity)
setMinQuantity
in interface ShoppingItemModel
minQuantity
- the min quantity of this shopping itempublic int getMaxQuantity()
getMaxQuantity
in interface ShoppingItemModel
public void setMaxQuantity(int maxQuantity)
setMaxQuantity
in interface ShoppingItemModel
maxQuantity
- the max quantity of this shopping itempublic double getPrice()
getPrice
in interface ShoppingItemModel
public void setPrice(double price)
setPrice
in interface ShoppingItemModel
price
- the price of this shopping itempublic double getDiscount()
getDiscount
in interface ShoppingItemModel
public void setDiscount(double discount)
setDiscount
in interface ShoppingItemModel
discount
- the discount of this shopping itempublic boolean getTaxable()
getTaxable
in interface ShoppingItemModel
public boolean isTaxable()
isTaxable
in interface ShoppingItemModel
public void setTaxable(boolean taxable)
setTaxable
in interface ShoppingItemModel
taxable
- the taxable of this shopping itempublic double getShipping()
getShipping
in interface ShoppingItemModel
public void setShipping(double shipping)
setShipping
in interface ShoppingItemModel
shipping
- the shipping of this shopping itempublic boolean getUseShippingFormula()
getUseShippingFormula
in interface ShoppingItemModel
public boolean isUseShippingFormula()
isUseShippingFormula
in interface ShoppingItemModel
public void setUseShippingFormula(boolean useShippingFormula)
setUseShippingFormula
in interface ShoppingItemModel
useShippingFormula
- the use shipping formula of this shopping itempublic boolean getRequiresShipping()
getRequiresShipping
in interface ShoppingItemModel
public boolean isRequiresShipping()
isRequiresShipping
in interface ShoppingItemModel
public void setRequiresShipping(boolean requiresShipping)
setRequiresShipping
in interface ShoppingItemModel
requiresShipping
- the requires shipping of this shopping itempublic int getStockQuantity()
getStockQuantity
in interface ShoppingItemModel
public void setStockQuantity(int stockQuantity)
setStockQuantity
in interface ShoppingItemModel
stockQuantity
- the stock quantity of this shopping itempublic boolean getFeatured()
getFeatured
in interface ShoppingItemModel
public boolean isFeatured()
isFeatured
in interface ShoppingItemModel
public void setFeatured(boolean featured)
setFeatured
in interface ShoppingItemModel
featured
- the featured of this shopping itempublic boolean getSale()
getSale
in interface ShoppingItemModel
public boolean isSale()
isSale
in interface ShoppingItemModel
public void setSale(boolean sale)
setSale
in interface ShoppingItemModel
sale
- the sale of this shopping itempublic boolean getSmallImage()
getSmallImage
in interface ShoppingItemModel
public boolean isSmallImage()
isSmallImage
in interface ShoppingItemModel
public void setSmallImage(boolean smallImage)
setSmallImage
in interface ShoppingItemModel
smallImage
- the small image of this shopping itempublic long getSmallImageId()
getSmallImageId
in interface ShoppingItemModel
public void setSmallImageId(long smallImageId)
setSmallImageId
in interface ShoppingItemModel
smallImageId
- the small image id of this shopping itempublic String getSmallImageURL()
getSmallImageURL
in interface ShoppingItemModel
public void setSmallImageURL(String smallImageURL)
setSmallImageURL
in interface ShoppingItemModel
smallImageURL
- the small image u r l of this shopping itempublic boolean getMediumImage()
getMediumImage
in interface ShoppingItemModel
public boolean isMediumImage()
isMediumImage
in interface ShoppingItemModel
public void setMediumImage(boolean mediumImage)
setMediumImage
in interface ShoppingItemModel
mediumImage
- the medium image of this shopping itempublic long getMediumImageId()
getMediumImageId
in interface ShoppingItemModel
public void setMediumImageId(long mediumImageId)
setMediumImageId
in interface ShoppingItemModel
mediumImageId
- the medium image id of this shopping itempublic String getMediumImageURL()
getMediumImageURL
in interface ShoppingItemModel
public void setMediumImageURL(String mediumImageURL)
setMediumImageURL
in interface ShoppingItemModel
mediumImageURL
- the medium image u r l of this shopping itempublic boolean getLargeImage()
getLargeImage
in interface ShoppingItemModel
public boolean isLargeImage()
isLargeImage
in interface ShoppingItemModel
public void setLargeImage(boolean largeImage)
setLargeImage
in interface ShoppingItemModel
largeImage
- the large image of this shopping itempublic long getLargeImageId()
getLargeImageId
in interface ShoppingItemModel
public void setLargeImageId(long largeImageId)
setLargeImageId
in interface ShoppingItemModel
largeImageId
- the large image id of this shopping itempublic String getLargeImageURL()
getLargeImageURL
in interface ShoppingItemModel
public void setLargeImageURL(String largeImageURL)
setLargeImageURL
in interface ShoppingItemModel
largeImageURL
- the large image u r l of this shopping itempublic boolean isNew()
BaseModel
isNew
in interface BaseModel<ShoppingItem>
isNew
in interface ShoppingItemModel
true
if this model instance does not yet exist in
the database; false
otherwisepublic void setNew(boolean n)
BaseModel
setNew
in interface BaseModel<ShoppingItem>
setNew
in interface ShoppingItemModel
n
- whether this model instance does not yet exist in the databasepublic boolean isCachedModel()
BaseModel
isCachedModel
in interface BaseModel<ShoppingItem>
isCachedModel
in interface ShoppingItemModel
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
public void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<ShoppingItem>
setCachedModel
in interface ShoppingItemModel
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
public boolean isEscapedModel()
BaseModel
isEscapedModel
in interface BaseModel<ShoppingItem>
isEscapedModel
in interface ShoppingItemModel
true
if this model instance is escaped;
false
otherwiseBaseModel.setEscapedModel(boolean)
public void setEscapedModel(boolean escapedModel)
BaseModel
A model instance can be made escaped by wrapping it with an HTML auto
escape handler using its toEscapedModel
method. For example,
UserModel.toEscapedModel()
.
setEscapedModel
in interface BaseModel<ShoppingItem>
setEscapedModel
in interface ShoppingItemModel
escapedModel
- whether this model instance is escapedAutoEscapeBeanHandler
public Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<ShoppingItem>
getPrimaryKeyObj
in interface ShoppingItemModel
public ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<ShoppingItem>
getExpandoBridge
in interface ShoppingItemModel
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<ShoppingItem>
setExpandoBridgeAttributes
in interface ShoppingItemModel
serviceContext
- the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)
public Object clone()
BaseModel
clone
in interface BaseModel<ShoppingItem>
clone
in interface ShoppingItemModel
clone
in class Object
public int compareTo(ShoppingItem shoppingItem)
compareTo
in interface ShoppingItem
compareTo
in interface ShoppingItemModel
compareTo
in interface Comparable<ShoppingItem>
public int hashCode()
hashCode
in interface ShoppingItemModel
hashCode
in class Object
public ShoppingItem toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<ShoppingItem>
toEscapedModel
in interface ShoppingItemModel
AutoEscapeBeanHandler
public String toString()
toString
in interface ShoppingItemModel
toString
in class Object
public String toXmlString()
BaseModel
toXmlString
in interface BaseModel<ShoppingItem>
toXmlString
in interface ShoppingItemModel
public ShoppingCategory getCategory()
getCategory
in interface ShoppingItem
public String[] getFieldsQuantitiesArray()
getFieldsQuantitiesArray
in interface ShoppingItem
public List<ShoppingItemPrice> getItemPrices() throws PortalException, SystemException
getItemPrices
in interface ShoppingItem
PortalException
SystemException
public void setFieldsQuantitiesArray(String[] fieldsQuantitiesArray)
setFieldsQuantitiesArray
in interface ShoppingItem
public ShoppingItem getWrappedShoppingItem()
|
Liferay 6.0-ee | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |