Liferay 6.0.5

com.liferay.portlet.shopping.model.impl
Class ShoppingCouponImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<ShoppingCoupon>
      extended by com.liferay.portlet.shopping.model.impl.ShoppingCouponModelImpl
          extended by com.liferay.portlet.shopping.model.impl.ShoppingCouponImpl
All Implemented Interfaces:
BaseModel<ShoppingCoupon>, ShoppingCoupon, ShoppingCouponModel, Serializable, Cloneable, Comparable<ShoppingCoupon>

public class ShoppingCouponImpl
extends ShoppingCouponModelImpl
implements ShoppingCoupon

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.shopping.model.impl.ShoppingCouponModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
ShoppingCouponImpl()
           
 
Method Summary
 boolean hasValidDateRange()
           
 boolean hasValidEndDate()
           
 boolean hasValidStartDate()
           
 
Methods inherited from class com.liferay.portlet.shopping.model.impl.ShoppingCouponModelImpl
clone, compareTo, equals, getActive, getCode, getCompanyId, getCouponId, getCreateDate, getDescription, getDiscount, getDiscountType, getEndDate, getExpandoBridge, getGroupId, getLimitCategories, getLimitSkus, getMinOrder, getModifiedDate, getName, getOriginalCode, getPrimaryKey, getPrimaryKeyObj, getStartDate, getUserId, getUserName, getUserUuid, hashCode, isActive, setActive, setCode, setCompanyId, setCouponId, setCreateDate, setDescription, setDiscount, setDiscountType, setEndDate, setExpandoBridgeAttributes, setGroupId, setLimitCategories, setLimitSkus, setMinOrder, setModifiedDate, setName, setPrimaryKey, setStartDate, setUserId, setUserName, setUserUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

ShoppingCouponImpl

public ShoppingCouponImpl()
Method Detail

hasValidDateRange

public boolean hasValidDateRange()
Specified by:
hasValidDateRange in interface ShoppingCoupon

hasValidEndDate

public boolean hasValidEndDate()
Specified by:
hasValidEndDate in interface ShoppingCoupon

hasValidStartDate

public boolean hasValidStartDate()
Specified by:
hasValidStartDate in interface ShoppingCoupon

Liferay 6.0.5