|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ShoppingItemModel
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
.
ShoppingItem
,
ShoppingItemImpl
,
ShoppingItemModelImpl
Method Summary | |
---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ShoppingItem shoppingItem)
|
long |
getCategoryId()
Returns the category ID of this shopping item. |
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. |
Date |
getModifiedDate()
Returns the modified date of this shopping item. |
String |
getName()
Returns the name of this shopping item. |
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 |
isCachedModel()
Returns true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns true if this model instance is escaped. |
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 |
isNew()
Returns true if this model instance does not yet exist in
the database. |
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 |
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 |
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 |
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 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 . |
String |
toString()
|
ShoppingItem |
toUnescapedModel()
|
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 |
---|
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key of this shopping itemlong getItemId()
void setItemId(long itemId)
itemId
- the item ID of this shopping itemlong getGroupId()
getGroupId
in interface GroupedModel
void setGroupId(long groupId)
setGroupId
in interface GroupedModel
groupId
- the group ID of this shopping itemlong getCompanyId()
getCompanyId
in interface AuditedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
companyId
- the company ID of this shopping itemlong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this shopping itemString getUserUuid() throws SystemException
getUserUuid
in interface AuditedModel
SystemException
- if a system exception occurredvoid setUserUuid(String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this shopping item@AutoEscape String getUserName()
getUserName
in interface AuditedModel
void setUserName(String userName)
setUserName
in interface AuditedModel
userName
- the user name of this shopping itemDate getCreateDate()
getCreateDate
in interface AuditedModel
void setCreateDate(Date createDate)
setCreateDate
in interface AuditedModel
createDate
- the create date of this shopping itemDate getModifiedDate()
getModifiedDate
in interface AuditedModel
void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface AuditedModel
modifiedDate
- the modified date of this shopping itemlong getCategoryId()
void setCategoryId(long categoryId)
categoryId
- the category ID of this shopping item@AutoEscape String getSku()
void setSku(String sku)
sku
- the sku of this shopping item@AutoEscape String getName()
void setName(String name)
name
- the name of this shopping item@AutoEscape String getDescription()
void setDescription(String description)
description
- the description of this shopping item@AutoEscape String getProperties()
void setProperties(String properties)
properties
- the properties of this shopping itemboolean getFields()
boolean isFields()
true
if this shopping item is fields.
true
if this shopping item is fields; false
otherwisevoid setFields(boolean fields)
fields
- the fields of this shopping item@AutoEscape String getFieldsQuantities()
void setFieldsQuantities(String fieldsQuantities)
fieldsQuantities
- the fields quantities of this shopping itemint getMinQuantity()
void setMinQuantity(int minQuantity)
minQuantity
- the min quantity of this shopping itemint getMaxQuantity()
void setMaxQuantity(int maxQuantity)
maxQuantity
- the max quantity of this shopping itemdouble getPrice()
void setPrice(double price)
price
- the price of this shopping itemdouble getDiscount()
void setDiscount(double discount)
discount
- the discount of this shopping itemboolean getTaxable()
boolean isTaxable()
true
if this shopping item is taxable.
true
if this shopping item is taxable; false
otherwisevoid setTaxable(boolean taxable)
taxable
- the taxable of this shopping itemdouble getShipping()
void setShipping(double shipping)
shipping
- the shipping of this shopping itemboolean getUseShippingFormula()
boolean isUseShippingFormula()
true
if this shopping item is use shipping formula.
true
if this shopping item is use shipping formula; false
otherwisevoid setUseShippingFormula(boolean useShippingFormula)
useShippingFormula
- the use shipping formula of this shopping itemboolean getRequiresShipping()
boolean isRequiresShipping()
true
if this shopping item is requires shipping.
true
if this shopping item is requires shipping; false
otherwisevoid setRequiresShipping(boolean requiresShipping)
requiresShipping
- the requires shipping of this shopping itemint getStockQuantity()
void setStockQuantity(int stockQuantity)
stockQuantity
- the stock quantity of this shopping itemboolean getFeatured()
boolean isFeatured()
true
if this shopping item is featured.
true
if this shopping item is featured; false
otherwisevoid setFeatured(boolean featured)
featured
- the featured of this shopping itemboolean getSale()
boolean isSale()
true
if this shopping item is sale.
true
if this shopping item is sale; false
otherwisevoid setSale(boolean sale)
sale
- the sale of this shopping itemboolean getSmallImage()
boolean isSmallImage()
true
if this shopping item is small image.
true
if this shopping item is small image; false
otherwisevoid setSmallImage(boolean smallImage)
smallImage
- the small image of this shopping itemlong getSmallImageId()
void setSmallImageId(long smallImageId)
smallImageId
- the small image ID of this shopping item@AutoEscape String getSmallImageURL()
void setSmallImageURL(String smallImageURL)
smallImageURL
- the small image u r l of this shopping itemboolean getMediumImage()
boolean isMediumImage()
true
if this shopping item is medium image.
true
if this shopping item is medium image; false
otherwisevoid setMediumImage(boolean mediumImage)
mediumImage
- the medium image of this shopping itemlong getMediumImageId()
void setMediumImageId(long mediumImageId)
mediumImageId
- the medium image ID of this shopping item@AutoEscape String getMediumImageURL()
void setMediumImageURL(String mediumImageURL)
mediumImageURL
- the medium image u r l of this shopping itemboolean getLargeImage()
boolean isLargeImage()
true
if this shopping item is large image.
true
if this shopping item is large image; false
otherwisevoid setLargeImage(boolean largeImage)
largeImage
- the large image of this shopping itemlong getLargeImageId()
void setLargeImageId(long largeImageId)
largeImageId
- the large image ID of this shopping item@AutoEscape String getLargeImageURL()
void setLargeImageURL(String largeImageURL)
largeImageURL
- the large image u r l of this shopping itemboolean isNew()
BaseModel
true
if this model instance does not yet exist in
the database.
isNew
in interface BaseModel<ShoppingItem>
true
if this model instance does not yet exist in
the database; false
otherwisevoid setNew(boolean n)
BaseModel
setNew
in interface BaseModel<ShoppingItem>
n
- whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModel
true
if this model instance was retrieved from the
entity cache.
isCachedModel
in interface BaseModel<ShoppingItem>
true
if this model instance was retrieved from the
entity cache; false
otherwiseBaseModel.setCachedModel(boolean)
void setCachedModel(boolean cachedModel)
BaseModel
setCachedModel
in interface BaseModel<ShoppingItem>
cachedModel
- whether this model instance was retrieved from the
entity cacheEntityCache
boolean isEscapedModel()
BaseModel
true
if this model instance is escaped.
isEscapedModel
in interface BaseModel<ShoppingItem>
true
if this model instance is escaped;
false
otherwiseSerializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj
in interface BaseModel<ShoppingItem>
getPrimaryKeyObj
in interface ClassedModel
void setPrimaryKeyObj(Serializable primaryKeyObj)
BaseModel
setPrimaryKeyObj
in interface BaseModel<ShoppingItem>
setPrimaryKeyObj
in interface ClassedModel
primaryKeyObj
- the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge
in interface BaseModel<ShoppingItem>
getExpandoBridge
in interface ClassedModel
void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes
in interface BaseModel<ShoppingItem>
serviceContext
- the service contextServiceContext.getExpandoBridgeAttributes(
)
Object clone()
BaseModel
clone
in interface BaseModel<ShoppingItem>
int compareTo(ShoppingItem shoppingItem)
compareTo
in interface Comparable<ShoppingItem>
int hashCode()
hashCode
in class Object
CacheModel<ShoppingItem> toCacheModel()
BaseModel
toCacheModel
in interface BaseModel<ShoppingItem>
ShoppingItem toEscapedModel()
BaseModel
AutoEscapeBeanHandler
.
toEscapedModel
in interface BaseModel<ShoppingItem>
AutoEscapeBeanHandler
ShoppingItem toUnescapedModel()
toUnescapedModel
in interface BaseModel<ShoppingItem>
String toString()
toString
in class Object
String toXmlString()
BaseModel
toXmlString
in interface BaseModel<ShoppingItem>
|
Liferay 6.1.2-ce-ga3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |