com.liferay.portlet.shopping.model.impl
Class ShoppingItemPriceModelImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl
com.liferay.portlet.shopping.model.impl.ShoppingItemPriceModelImpl
- All Implemented Interfaces:
- com.liferay.portal.model.BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- Direct Known Subclasses:
- ShoppingItemPriceImpl
- public class ShoppingItemPriceModelImpl
- extends BaseModelImpl
View Source
ServiceBuilder generated this class. Modifications in this class will be overwritten
the next time is generated.
This class is a model that represents the ShoppingItemPrice
table
in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.shopping.service.model.ShoppingItemPrice
,
com.liferay.portlet.shopping.service.model.ShoppingItemPriceModel
,
com.liferay.portlet.shopping.service.model.impl.ShoppingItemPriceImpl
,
Serialized Form
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
TABLE_NAME
public static java.lang.String TABLE_NAME
TABLE_COLUMNS
public static java.lang.Object[][] TABLE_COLUMNS
TABLE_SQL_CREATE
public static java.lang.String TABLE_SQL_CREATE
TABLE_SQL_DROP
public static java.lang.String TABLE_SQL_DROP
XSS_ALLOW_BY_MODEL
public static boolean XSS_ALLOW_BY_MODEL
LOCK_EXPIRATION_TIME
public static long LOCK_EXPIRATION_TIME
ShoppingItemPriceModelImpl
public ShoppingItemPriceModelImpl()
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
getItemPriceId
public long getItemPriceId()
setItemPriceId
public void setItemPriceId(long itemPriceId)
getItemId
public long getItemId()
setItemId
public void setItemId(long itemId)
getMinQuantity
public int getMinQuantity()
setMinQuantity
public void setMinQuantity(int minQuantity)
getMaxQuantity
public int getMaxQuantity()
setMaxQuantity
public void setMaxQuantity(int maxQuantity)
getPrice
public double getPrice()
setPrice
public void setPrice(double price)
getDiscount
public double getDiscount()
setDiscount
public void setDiscount(double discount)
getTaxable
public boolean getTaxable()
isTaxable
public boolean isTaxable()
setTaxable
public void setTaxable(boolean taxable)
getShipping
public double getShipping()
setShipping
public void setShipping(double shipping)
getUseShippingFormula
public boolean getUseShippingFormula()
isUseShippingFormula
public boolean isUseShippingFormula()
setUseShippingFormula
public void setUseShippingFormula(boolean useShippingFormula)
getStatus
public int getStatus()
setStatus
public void setStatus(int status)
clone
public java.lang.Object clone()
- Specified by:
clone
in interface com.liferay.portal.model.BaseModel
- Specified by:
clone
in class BaseModelImpl
compareTo
public int compareTo(java.lang.Object obj)
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()