Liferay 6.0.3

com.liferay.portlet.documentlibrary.model
Interface DLFileShortcut

All Superinterfaces:
BaseModel<DLFileShortcut>, Cloneable, Comparable<DLFileShortcut>, DLFileShortcutModel, Serializable
All Known Implementing Classes:
DLFileShortcutImpl, DLFileShortcutWrapper

public interface DLFileShortcut
extends DLFileShortcutModel

This interface is a model that represents the DLFileShortcut table in the database.

Customize DLFileShortcutImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
DLFileShortcutModel, DLFileShortcutImpl, DLFileShortcutModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 DLFolder getFolder()
           
 String getToTitle()
           
 
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
 

Method Detail

getFolder

DLFolder getFolder()

getToTitle

String getToTitle()

Liferay 6.0.3