Liferay 6.1.2-ce-ga3

com.liferay.portlet.mobiledevicerules.search
Class RuleGroupDisplayTerms

java.lang.Object
  extended by com.liferay.portal.kernel.dao.search.DisplayTerms
      extended by com.liferay.portlet.mobiledevicerules.search.RuleGroupDisplayTerms
Direct Known Subclasses:
RuleGroupSearchTerms

public class RuleGroupDisplayTerms
extends DisplayTerms


Field Summary
static String GROUP_ID
           
static String NAME
           
 
Fields inherited from class com.liferay.portal.kernel.dao.search.DisplayTerms
ADVANCED_SEARCH, advancedSearch, AND_OPERATOR, andOperator, keywords, KEYWORDS
 
Constructor Summary
RuleGroupDisplayTerms(PortletRequest portletRequest)
           
 
Method Summary
 long getGroupId()
           
 String getName()
           
 void setGroupId(long groupId)
           
 void setName(String name)
           
 
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

GROUP_ID

public static final String GROUP_ID
See Also:
Constant Field Values

NAME

public static final String NAME
See Also:
Constant Field Values
Constructor Detail

RuleGroupDisplayTerms

public RuleGroupDisplayTerms(PortletRequest portletRequest)
Method Detail

getGroupId

public long getGroupId()

getName

public String getName()

setGroupId

public void setGroupId(long groupId)

setName

public void setName(String name)

Liferay 6.1.2-ce-ga3