@ProviderType public class ShoppingOrderItemWrapper extends java.lang.Object implements ShoppingOrderItem, com.liferay.portal.kernel.model.ModelWrapper<ShoppingOrderItem>
This class is a wrapper for ShoppingOrderItem.
ShoppingOrderItem,
Serialized FormORDER_ITEM_ID_ACCESSOR| Constructor and Description |
|---|
ShoppingOrderItemWrapper(ShoppingOrderItem shoppingOrderItem) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(ShoppingOrderItem shoppingOrderItem) |
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Returns the company ID of this shopping order item.
|
java.lang.String |
getDescription()
Returns the description of this shopping order item.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
java.lang.String |
getItemId()
Returns the item ID of this shopping order item.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.lang.String |
getName()
Returns the name of this shopping order item.
|
long |
getOrderId()
Returns the order ID of this shopping order item.
|
long |
getOrderItemId()
Returns the order item ID of this shopping order item.
|
double |
getPrice()
Returns the price of this shopping order item.
|
long |
getPrimaryKey()
Returns the primary key of this shopping order item.
|
java.io.Serializable |
getPrimaryKeyObj() |
java.lang.String |
getProperties()
Returns the properties of this shopping order item.
|
int |
getQuantity()
Returns the quantity of this shopping order item.
|
java.util.Date |
getShippedDate()
Returns the shipped date of this shopping order item.
|
java.lang.String |
getSku()
Returns the sku of this shopping order item.
|
ShoppingOrderItem |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this shopping order item.
|
void |
setDescription(java.lang.String description)
Sets the description of this shopping order item.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setItemId(java.lang.String itemId)
Sets the item ID of this shopping order item.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setName(java.lang.String name)
Sets the name of this shopping order item.
|
void |
setNew(boolean n) |
void |
setOrderId(long orderId)
Sets the order ID of this shopping order item.
|
void |
setOrderItemId(long orderItemId)
Sets the order item ID of this shopping order item.
|
void |
setPrice(double price)
Sets the price of this shopping order item.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this shopping order item.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setProperties(java.lang.String properties)
Sets the properties of this shopping order item.
|
void |
setQuantity(int quantity)
Sets the quantity of this shopping order item.
|
void |
setShippedDate(java.util.Date shippedDate)
Sets the shipped date of this shopping order item.
|
void |
setSku(java.lang.String sku)
Sets the sku of this shopping order item.
|
com.liferay.portal.kernel.model.CacheModel<ShoppingOrderItem> |
toCacheModel() |
ShoppingOrderItem |
toEscapedModel() |
java.lang.String |
toString() |
ShoppingOrderItem |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public ShoppingOrderItemWrapper(ShoppingOrderItem shoppingOrderItem)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>public java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>clone in interface ShoppingOrderItemModelclone in class java.lang.Objectpublic int compareTo(ShoppingOrderItem shoppingOrderItem)
compareTo in interface ShoppingOrderItemModelcompareTo in interface java.lang.Comparable<ShoppingOrderItem>public long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface ShoppingOrderItemModelpublic java.lang.String getDescription()
getDescription in interface ShoppingOrderItemModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface ShoppingOrderItemModelpublic java.lang.String getItemId()
getItemId in interface ShoppingOrderItemModelpublic java.lang.String getName()
getName in interface ShoppingOrderItemModelpublic long getOrderId()
getOrderId in interface ShoppingOrderItemModelpublic long getOrderItemId()
getOrderItemId in interface ShoppingOrderItemModelpublic double getPrice()
getPrice in interface ShoppingOrderItemModelpublic long getPrimaryKey()
getPrimaryKey in interface ShoppingOrderItemModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface ShoppingOrderItemModelpublic java.lang.String getProperties()
getProperties in interface ShoppingOrderItemModelpublic int getQuantity()
getQuantity in interface ShoppingOrderItemModelpublic java.util.Date getShippedDate()
getShippedDate in interface ShoppingOrderItemModelpublic java.lang.String getSku()
getSku in interface ShoppingOrderItemModelpublic int hashCode()
hashCode in interface ShoppingOrderItemModelhashCode in class java.lang.Objectpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>isCachedModel in interface ShoppingOrderItemModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>isEscapedModel in interface ShoppingOrderItemModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>isNew in interface ShoppingOrderItemModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>setCachedModel in interface ShoppingOrderItemModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface ShoppingOrderItemModelcompanyId - the company ID of this shopping order itempublic void setDescription(java.lang.String description)
setDescription in interface ShoppingOrderItemModeldescription - the description of this shopping order itempublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>setExpandoBridgeAttributes in interface ShoppingOrderItemModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>setExpandoBridgeAttributes in interface ShoppingOrderItemModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>setExpandoBridgeAttributes in interface ShoppingOrderItemModelpublic void setItemId(java.lang.String itemId)
setItemId in interface ShoppingOrderItemModelitemId - the item ID of this shopping order itempublic void setName(java.lang.String name)
setName in interface ShoppingOrderItemModelname - the name of this shopping order itempublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>setNew in interface ShoppingOrderItemModelpublic void setOrderId(long orderId)
setOrderId in interface ShoppingOrderItemModelorderId - the order ID of this shopping order itempublic void setOrderItemId(long orderItemId)
setOrderItemId in interface ShoppingOrderItemModelorderItemId - the order item ID of this shopping order itempublic void setPrice(double price)
setPrice in interface ShoppingOrderItemModelprice - the price of this shopping order itempublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface ShoppingOrderItemModelprimaryKey - the primary key of this shopping order itempublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface ShoppingOrderItemModelpublic void setProperties(java.lang.String properties)
setProperties in interface ShoppingOrderItemModelproperties - the properties of this shopping order itempublic void setQuantity(int quantity)
setQuantity in interface ShoppingOrderItemModelquantity - the quantity of this shopping order itempublic void setShippedDate(java.util.Date shippedDate)
setShippedDate in interface ShoppingOrderItemModelshippedDate - the shipped date of this shopping order itempublic void setSku(java.lang.String sku)
setSku in interface ShoppingOrderItemModelsku - the sku of this shopping order itempublic com.liferay.portal.kernel.model.CacheModel<ShoppingOrderItem> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>toCacheModel in interface ShoppingOrderItemModelpublic ShoppingOrderItem toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>toEscapedModel in interface ShoppingOrderItemModelpublic java.lang.String toString()
toString in interface ShoppingOrderItemModeltoString in class java.lang.Objectpublic ShoppingOrderItem toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>toUnescapedModel in interface ShoppingOrderItemModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>toXmlString in interface ShoppingOrderItemModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic ShoppingOrderItem getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<ShoppingOrderItem>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<ShoppingOrderItem>