Liferay 6.1.2-ce-ga3

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.DLFileShortcutBaseImpl
              extended by com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutImpl
All Implemented Interfaces:
AuditedModel, BaseModel<DLFileShortcut>, ClassedModel, GroupedModel, PersistedModel, WorkflowedModel, DLFileShortcut, DLFileShortcutModel, Serializable, Cloneable, Comparable<DLFileShortcut>

public class DLFileShortcutImpl
extends DLFileShortcutBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, FOLDERID_COLUMN_BITMASK, GROUPID_COLUMN_BITMASK, LOCK_EXPIRATION_TIME, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TOFILEENTRYID_COLUMN_BITMASK, TX_MANAGER, UUID_COLUMN_BITMASK
 
Constructor Summary
DLFileShortcutImpl()
           
 
Method Summary
 Folder getFolder()
           
 String getToTitle()
           
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutModelImpl
clone, compareTo, equals, getApproved, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getFileShortcutId, getFolderId, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalFolderId, getOriginalGroupId, getOriginalStatus, getOriginalToFileEntryId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getRepositoryId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getToFileEntryId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, resetOriginalValues, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setFileShortcutId, setFolderId, setGroupId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setRepositoryId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setToFileEntryId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toModel, toModels, toString, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, 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, 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
 

Constructor Detail

DLFileShortcutImpl

public DLFileShortcutImpl()
Method Detail

getFolder

public Folder getFolder()

getToTitle

public String getToTitle()

Liferay 6.1.2-ce-ga3