com.liferay.portlet.documentlibrary.model
Interface DLFileShortcut
- All Superinterfaces:
- BaseModel<DLFileShortcut>, java.lang.Cloneable, java.lang.Comparable<DLFileShortcut>, DLFileShortcutModel, java.io.Serializable
- All Known Implementing Classes:
- DLFileShortcutWrapper
public interface DLFileShortcut
- extends DLFileShortcutModel
The model interface for the DLFileShortcut service. Represents a row in the "DLFileShortcut" database table, with each column mapped to a property of this class.
Never modify this interface directly. Add methods to com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.
Never reference this interface directly. All methods that expect a d l file shortcut model instance should use the DLFileShortcut interface instead.
- Author:
- Brian Wing Shun Chan
- See Also:
DLFileShortcutModel,
com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl,
com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl- Generated:
| Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileShortcutModel |
clone, compareTo, getCompanyId, getCreateDate, getExpandoBridge, getFileShortcutId, getFolderId, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getToFolderId, getToName, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDraft, isEscapedModel, isExpired, isNew, isPending, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFileShortcutId, setFolderId, setGroupId, setModifiedDate, setNew, setPrimaryKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setToFolderId, setToName, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toString, toXmlString |
getFolder
DLFolder getFolder()
getToTitle
java.lang.String getToTitle()