Liferay 6.0.5

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 DisplayTerms


Field Summary
protected  boolean active
           
static String ACTIVE
           
protected  String code
           
static String CODE
           
static String DISCOUNT_TYPE
           
protected  String discountType
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
CouponDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 String getCode()
           
 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

ACTIVE

public static final String ACTIVE
See Also:
Constant Field Values

CODE

public static final String CODE
See Also:
Constant Field Values

DISCOUNT_TYPE

public static final String DISCOUNT_TYPE
See Also:
Constant Field Values

active

protected boolean active

code

protected String code

discountType

protected String discountType
Constructor Detail

CouponDisplayTerms

public CouponDisplayTerms(PortletRequest portletRequest)
Method Detail

getCode

public String getCode()

getDiscountType

public String getDiscountType()

isActive

public boolean isActive()

Liferay 6.0.5