|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portal.model.impl.BaseModelImpl<ShoppingOrderItem>
com.liferay.portlet.shopping.model.impl.ShoppingOrderItemModelImpl
public class ShoppingOrderItemModelImpl
This interface is a model that represents the ShoppingOrderItem table in the database.
ShoppingOrderItemImpl,
ShoppingOrderItem,
ShoppingOrderItemModel,
Serialized Form| Field Summary | |
|---|---|
static String |
DATA_SOURCE
|
static boolean |
ENTITY_CACHE_ENABLED
|
static boolean |
FINDER_CACHE_ENABLED
|
static long |
LOCK_EXPIRATION_TIME
|
static String |
ORDER_BY_JPQL
|
static String |
ORDER_BY_SQL
|
static String |
SESSION_FACTORY
|
static Object[][] |
TABLE_COLUMNS
|
static String |
TABLE_NAME
|
static String |
TABLE_SQL_CREATE
|
static String |
TABLE_SQL_DROP
|
static String |
TX_MANAGER
|
| Constructor Summary | |
|---|---|
ShoppingOrderItemModelImpl()
|
|
| Method Summary | |
|---|---|
Object |
clone()
Creates a shallow clone of this model instance. |
int |
compareTo(ShoppingOrderItem shoppingOrderItem)
|
boolean |
equals(Object obj)
|
String |
getDescription()
|
ExpandoBridge |
getExpandoBridge()
Gets the expando bridge for this model instance. |
String |
getItemId()
|
String |
getName()
|
long |
getOrderId()
|
long |
getOrderItemId()
|
double |
getPrice()
|
long |
getPrimaryKey()
|
Serializable |
getPrimaryKeyObj()
Gets the primary key for this model instance. |
String |
getProperties()
|
int |
getQuantity()
|
Date |
getShippedDate()
|
String |
getSku()
|
int |
hashCode()
|
void |
setDescription(String description)
|
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the attributes stored in the service context. |
void |
setItemId(String itemId)
|
void |
setName(String name)
|
void |
setOrderId(long orderId)
|
void |
setOrderItemId(long orderItemId)
|
void |
setPrice(double price)
|
void |
setPrimaryKey(long pk)
|
void |
setProperties(String properties)
|
void |
setQuantity(int quantity)
|
void |
setShippedDate(Date shippedDate)
|
void |
setSku(String sku)
|
ShoppingOrderItem |
toEscapedModel()
|
String |
toString()
|
String |
toXmlString()
Gets the XML representation of this model instance. |
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingOrderItemModel |
|---|
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, 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 long LOCK_EXPIRATION_TIME
| Constructor Detail |
|---|
public ShoppingOrderItemModelImpl()
| Method Detail |
|---|
public long getPrimaryKey()
getPrimaryKey in interface ShoppingOrderItemModelpublic void setPrimaryKey(long pk)
setPrimaryKey in interface ShoppingOrderItemModelpublic Serializable getPrimaryKeyObj()
BaseModel
getPrimaryKeyObj in interface BaseModel<ShoppingOrderItem>getPrimaryKeyObj in interface ShoppingOrderItemModelpublic long getOrderItemId()
getOrderItemId in interface ShoppingOrderItemModelpublic void setOrderItemId(long orderItemId)
setOrderItemId in interface ShoppingOrderItemModelpublic long getOrderId()
getOrderId in interface ShoppingOrderItemModelpublic void setOrderId(long orderId)
setOrderId in interface ShoppingOrderItemModelpublic String getItemId()
getItemId in interface ShoppingOrderItemModelpublic void setItemId(String itemId)
setItemId in interface ShoppingOrderItemModelpublic String getSku()
getSku in interface ShoppingOrderItemModelpublic void setSku(String sku)
setSku in interface ShoppingOrderItemModelpublic String getName()
getName in interface ShoppingOrderItemModelpublic void setName(String name)
setName in interface ShoppingOrderItemModelpublic String getDescription()
getDescription in interface ShoppingOrderItemModelpublic void setDescription(String description)
setDescription in interface ShoppingOrderItemModelpublic String getProperties()
getProperties in interface ShoppingOrderItemModelpublic void setProperties(String properties)
setProperties in interface ShoppingOrderItemModelpublic double getPrice()
getPrice in interface ShoppingOrderItemModelpublic void setPrice(double price)
setPrice in interface ShoppingOrderItemModelpublic int getQuantity()
getQuantity in interface ShoppingOrderItemModelpublic void setQuantity(int quantity)
setQuantity in interface ShoppingOrderItemModelpublic Date getShippedDate()
getShippedDate in interface ShoppingOrderItemModelpublic void setShippedDate(Date shippedDate)
setShippedDate in interface ShoppingOrderItemModelpublic ShoppingOrderItem toEscapedModel()
toEscapedModel in interface ShoppingOrderItemModelpublic ExpandoBridge getExpandoBridge()
BaseModel
getExpandoBridge in interface BaseModel<ShoppingOrderItem>getExpandoBridge in interface ShoppingOrderItemModelgetExpandoBridge in class BaseModelImpl<ShoppingOrderItem>public void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModel
setExpandoBridgeAttributes in interface BaseModel<ShoppingOrderItem>setExpandoBridgeAttributes in interface ShoppingOrderItemModelsetExpandoBridgeAttributes in class BaseModelImpl<ShoppingOrderItem>serviceContext - the service context to retrieve the expando bridge
attributes fromServiceContext.getExpandoBridgeAttributes(
)public Object clone()
BaseModel
clone in interface BaseModel<ShoppingOrderItem>clone in interface ShoppingOrderItemModelclone in class BaseModelImpl<ShoppingOrderItem>public int compareTo(ShoppingOrderItem shoppingOrderItem)
compareTo in interface ShoppingOrderItemModelcompareTo in interface Comparable<ShoppingOrderItem>public boolean equals(Object obj)
equals in class Objectpublic int hashCode()
hashCode in interface ShoppingOrderItemModelhashCode in class Objectpublic String toString()
toString in interface ShoppingOrderItemModeltoString in class Objectpublic String toXmlString()
BaseModel
toXmlString in interface BaseModel<ShoppingOrderItem>toXmlString in interface ShoppingOrderItemModel
|
Liferay 6.0.3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||