com.liferay.portlet.trash.search
Class EntryDisplayTerms
java.lang.Object
com.liferay.portal.kernel.dao.search.DisplayTerms
com.liferay.portlet.trash.search.EntryDisplayTerms
- Direct Known Subclasses:
- EntrySearchTerms
public class EntryDisplayTerms
- extends DisplayTerms
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
REMOVED_BY
public static final String REMOVED_BY
- See Also:
- Constant Field Values
REMOVED_DATE
public static final String REMOVED_DATE
- See Also:
- Constant Field Values
TYPE
public static final String TYPE
- See Also:
- Constant Field Values
name
protected String name
removedBy
protected String removedBy
removedDate
protected String removedDate
type
protected String type
EntryDisplayTerms
public EntryDisplayTerms(PortletRequest portletRequest)
getName
public String getName()
getRemovedBy
public String getRemovedBy()
getRemovedDate
public String getRemovedDate()
getType
public String getType()