com.liferay.portlet.shopping.search
Class CouponDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.shopping.search.CouponDisplayTerms
Direct Known Subclasses:
CouponSearchTerms

public class CouponDisplayTerms
extends com.liferay.portal.kernel.dao.search.DisplayTerms

View Source

Author:
Brian Wing Shun Chan

Field Summary
protected  boolean active
           
static java.lang.String ACTIVE
           
protected  java.lang.String code
           
static java.lang.String CODE
           
static java.lang.String DISCOUNT_TYPE
           
protected  java.lang.String discountType
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
CouponDisplayTerms(javax.portlet.PortletRequest portletRequest)
           
 
Method Summary
 java.lang.String getCode()
           
 java.lang.String getDiscountType()
           
 boolean isActive()
           
 
Methods inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
getKeywords, isAdvancedSearch, isAndOperator, setAdvancedSearch
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CODE

public static final java.lang.String CODE
See Also:
Constant Field Values

DISCOUNT_TYPE

public static final java.lang.String DISCOUNT_TYPE
See Also:
Constant Field Values

ACTIVE

public static final java.lang.String ACTIVE
See Also:
Constant Field Values

code

protected java.lang.String code

discountType

protected java.lang.String discountType

active

protected boolean active
Constructor Detail

CouponDisplayTerms

public CouponDisplayTerms(javax.portlet.PortletRequest portletRequest)
Method Detail

getCode

public java.lang.String getCode()

getDiscountType

public java.lang.String getDiscountType()

isActive

public boolean isActive()