Liferay 6.1.2-ce-ga3

com.liferay.portlet.documentlibrary.model
Interface DLFileShortcut

All Superinterfaces:
AuditedModel, BaseModel<DLFileShortcut>, ClassedModel, Cloneable, Comparable<DLFileShortcut>, DLFileShortcutModel, GroupedModel, PersistedModel, Serializable, WorkflowedModel
All Known Implementing Classes:
DLFileShortcutWrapper

public interface DLFileShortcut
extends DLFileShortcutModel, PersistedModel

The extended model interface for the DLFileShortcut service. Represents a row in the "DLFileShortcut" database table, with each column mapped to a property of this class.

See Also:
DLFileShortcutModel, DLFileShortcutImpl, DLFileShortcutModelImpl

Method Summary
 Folder getFolder()
           
 String getToTitle()
           
 
Methods inherited from interface com.liferay.portlet.documentlibrary.model.DLFileShortcutModel
clone, compareTo, getApproved, getCompanyId, getCreateDate, getExpandoBridge, getFileShortcutId, getFolderId, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getToFileEntryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFileShortcutId, setFolderId, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setToFileEntryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getFolder

Folder getFolder()

getToTitle

String getToTitle()

Liferay 6.1.2-ce-ga3