Liferay 6.2-ce-ga5

com.liferay.portlet.shopping.model.impl
Class ShoppingItemPriceImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ShoppingItemPrice>
      extended by com.liferay.portlet.shopping.model.impl.ShoppingItemPriceModelImpl
          extended by com.liferay.portlet.shopping.model.impl.ShoppingItemPriceBaseImpl
              extended by com.liferay.portlet.shopping.model.impl.ShoppingItemPriceImpl
All Implemented Interfaces:
BaseModel<ShoppingItemPrice>, ClassedModel, PersistedModel, ShoppingItemPrice, ShoppingItemPriceModel, Serializable, Cloneable, Comparable<ShoppingItemPrice>

public class ShoppingItemPriceImpl
extends ShoppingItemPriceBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemPriceModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, ITEMID_COLUMN_BITMASK, ITEMPRICEID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ShoppingItemPriceImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemPriceBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.shopping.model.impl.ShoppingItemPriceModelImpl
clone, compareTo, equals, getColumnBitmask, getDiscount, getExpandoBridge, getItemId, getItemPriceId, getMaxQuantity, getMinQuantity, getModelAttributes, getModelClass, getModelClassName, getOriginalItemId, getPrice, getPrimaryKey, getPrimaryKeyObj, getShipping, getStatus, getTaxable, getUseShippingFormula, hashCode, isTaxable, isUseShippingFormula, resetOriginalValues, setDiscount, setExpandoBridgeAttributes, setItemId, setItemPriceId, setMaxQuantity, setMinQuantity, setModelAttributes, setPrice, setPrimaryKey, setPrimaryKeyObj, setShipping, setStatus, setTaxable, setUseShippingFormula, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingItemPriceModel
clone, compareTo, getDiscount, getExpandoBridge, getItemId, getItemPriceId, getMaxQuantity, getMinQuantity, getPrice, getPrimaryKey, getPrimaryKeyObj, getShipping, getStatus, getTaxable, getUseShippingFormula, hashCode, isCachedModel, isEscapedModel, isNew, isTaxable, isUseShippingFormula, setCachedModel, setDiscount, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setItemId, setItemPriceId, setMaxQuantity, setMinQuantity, setNew, setPrice, setPrimaryKey, setPrimaryKeyObj, setShipping, setStatus, setTaxable, setUseShippingFormula, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

ShoppingItemPriceImpl

public ShoppingItemPriceImpl()

Liferay 6.2-ce-ga5