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.service.model.impl.ShoppingCouponImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
com.liferay.portlet.shopping.service.model.ShoppingCouponModel, com.liferay.portlet.shopping.service.model.impl.ShoppingCouponImpl, com.liferay.portlet.shopping.service.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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

hasValidStartDate

public boolean hasValidStartDate()

hasValidEndDate

public boolean hasValidEndDate()

hasValidDateRange

public boolean hasValidDateRange()