Liferay 6.1.2-ce-ga3

com.liferay.portlet.shopping.model
Interface ShoppingCoupon

All Superinterfaces:
AuditedModel, BaseModel<ShoppingCoupon>, ClassedModel, Cloneable, Comparable<ShoppingCoupon>, GroupedModel, PersistedModel, Serializable, ShoppingCouponModel
All Known Implementing Classes:
ShoppingCouponBaseImpl, ShoppingCouponImpl, ShoppingCouponWrapper

public interface ShoppingCoupon
extends ShoppingCouponModel, PersistedModel

The extended model interface for the ShoppingCoupon service. Represents a row in the "ShoppingCoupon" database table, with each column mapped to a property of this class.

See Also:
ShoppingCouponModel, ShoppingCouponImpl, ShoppingCouponModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is 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, setExpandoBridgeAttributes, setGroupId, setLimitCategories, setLimitSkus, setMinOrder, setModifiedDate, setName, setNew, setPrimaryKey, setPrimaryKeyObj, setStartDate, setUserId, setUserName, setUserUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

hasValidDateRange

boolean hasValidDateRange()

hasValidEndDate

boolean hasValidEndDate()

hasValidStartDate

boolean hasValidStartDate()

Liferay 6.1.2-ce-ga3