com.liferay.portlet.documentlibrary.model.impl
Class DLFileShortcutCacheModel
java.lang.Object
com.liferay.portlet.documentlibrary.model.impl.DLFileShortcutCacheModel
- All Implemented Interfaces:
- CacheModel<DLFileShortcut>, Serializable
public class DLFileShortcutCacheModel
- extends Object
- implements CacheModel<DLFileShortcut>, Serializable
The cache model class for representing DLFileShortcut in entity cache.
- See Also:
DLFileShortcut
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
uuid
public String uuid
fileShortcutId
public long fileShortcutId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
repositoryId
public long repositoryId
folderId
public long folderId
toFileEntryId
public long toFileEntryId
status
public int status
statusByUserId
public long statusByUserId
statusByUserName
public String statusByUserName
statusDate
public long statusDate
DLFileShortcutCacheModel
public DLFileShortcutCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public DLFileShortcut toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<DLFileShortcut>