com.liferay.portlet.shopping.model
Interface ShoppingCoupon

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable, ShoppingCouponModel

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

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

Method Detail

hasValidStartDate

boolean hasValidStartDate()

hasValidEndDate

boolean hasValidEndDate()

hasValidDateRange

boolean hasValidDateRange()