com.liferay.portlet.shopping.model
Interface ShoppingCoupon

All Superinterfaces:
BaseModel<ShoppingCoupon>, java.lang.Cloneable, java.lang.Comparable<ShoppingCoupon>, java.io.Serializable, ShoppingCouponModel
All Known Implementing Classes:
ShoppingCouponWrapper

public interface ShoppingCoupon
extends ShoppingCouponModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the ShoppingCoupon table in the database.

Customize com.liferay.portlet.shopping.model.impl.ShoppingCouponImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
ShoppingCouponModel, com.liferay.portlet.shopping.model.impl.ShoppingCouponImpl, com.liferay.portlet.shopping.model.impl.ShoppingCouponModelImpl
Generated:

Method Summary
 boolean hasValidDateRange()
           
 boolean hasValidEndDate()
           
 boolean hasValidStartDate()
           
 
Methods inherited from interface com.liferay.portlet.shopping.model.ShoppingCouponModel
clone, compareTo, getActive, getCode, getCompanyId, getCouponId, getCreateDate, getDescription, getDiscount, getDiscountType, getEndDate, getExpandoBridge, getGroupId, getLimitCategories, getLimitSkus, getMinOrder, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getStartDate, getUserId, getUserName, getUserUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCode, setCompanyId, setCouponId, setCreateDate, setDescription, setDiscount, setDiscountType, setEndDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setLimitCategories, setLimitSkus, setMinOrder, setModifiedDate, setName, setNew, setPrimaryKey, setStartDate, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 

Method Detail

hasValidDateRange

boolean hasValidDateRange()

hasValidEndDate

boolean hasValidEndDate()

hasValidStartDate

boolean hasValidStartDate()