com.liferay.portlet.journal.search
Class FileEntryDisplayTerms
java.lang.Object
com.liferay.portal.kernel.dao.search.DisplayTerms
com.liferay.portlet.journal.search.FileEntryDisplayTerms
- Direct Known Subclasses:
- FileEntrySearchTerms
public class FileEntryDisplayTerms
- extends DisplayTerms
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOCUMENT
public static final String DOCUMENT
- See Also:
- Constant Field Values
DOWNLOADS
public static final String DOWNLOADS
- See Also:
- Constant Field Values
LOCKED
public static final String LOCKED
- See Also:
- Constant Field Values
SELECTED_GROUP_ID
public static final String SELECTED_GROUP_ID
- See Also:
- Constant Field Values
SIZE
public static final String SIZE
- See Also:
- Constant Field Values
document
protected String document
downloads
protected int downloads
locked
protected boolean locked
selectedGroupId
protected long selectedGroupId
size
protected String size
FileEntryDisplayTerms
public FileEntryDisplayTerms(PortletRequest portletRequest)
getDocument
public String getDocument()
getDownloads
public int getDownloads()
getSelectedGroupId
public long getSelectedGroupId()
getSize
public String getSize()
isLocked
public boolean isLocked()
setSelectedGroupId
public void setSelectedGroupId(long selectedGroupId)