com.liferay.portlet.shopping.model
Interface ShoppingCoupon
- All Superinterfaces:
- BaseModel<ShoppingCoupon>, Cloneable, Comparable<ShoppingCoupon>, Serializable, ShoppingCouponModel
- All Known Implementing Classes:
- ShoppingCouponImpl, ShoppingCouponWrapper
public interface ShoppingCoupon
- extends ShoppingCouponModel
The model interface for the ShoppingCoupon service. Represents a row in the "ShoppingCoupon" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to ShoppingCouponImpl
and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a shopping coupon model instance should use the ShoppingCoupon
interface instead.
- See Also:
ShoppingCouponModel
,
ShoppingCouponImpl
,
ShoppingCouponModelImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
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 |
hasValidDateRange
boolean hasValidDateRange()
hasValidEndDate
boolean hasValidEndDate()
hasValidStartDate
boolean hasValidStartDate()