Liferay 6.0.5

com.liferay.portlet.documentlibrary.model.impl
Class DLFileShortcutImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DLFileShortcut>
      extended by com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
          extended by com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl
All Implemented Interfaces:
BaseModel<DLFileShortcut>, DLFileShortcut, DLFileShortcutModel, Serializable, Cloneable, Comparable<DLFileShortcut>

public class DLFileShortcutImpl
extends DLFileShortcutModelImpl
implements DLFileShortcut

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
DLFileShortcutImpl()
           
 
Method Summary
 DLFolder getFolder()
           
 String getToTitle()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getExpandoBridge, getFileShortcutId, getFolderId, getGroupId, getModifiedDate, getOriginalGroupId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getToFolderId, getToName, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isDraft, isExpired, isPending, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFileShortcutId, setFolderId, setGroupId, setModifiedDate, setPrimaryKey, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setToFolderId, setToName, setUserId, setUserName, setUserUuid, setUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

DLFileShortcutImpl

public DLFileShortcutImpl()
Method Detail

getFolder

public DLFolder getFolder()
Specified by:
getFolder in interface DLFileShortcut

getToTitle

public String getToTitle()
Specified by:
getToTitle in interface DLFileShortcut

Liferay 6.0.5