Liferay 6.1.2-ce-ga3

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

java.lang.Object
  extended by 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.

Field Summary
 long companyId
           
 long createDate
           
 long fileShortcutId
           
 long folderId
           
 long groupId
           
 long modifiedDate
           
 long repositoryId
           
 int status
           
 long statusByUserId
           
 String statusByUserName
           
 long statusDate
           
 long toFileEntryId
           
 long userId
           
 String userName
           
 String uuid
           
 
Constructor Summary
DLFileShortcutCacheModel()
           
 
Method Summary
 DLFileShortcut toEntityModel()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

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
Constructor Detail

DLFileShortcutCacheModel

public DLFileShortcutCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public DLFileShortcut toEntityModel()
Specified by:
toEntityModel in interface CacheModel<DLFileShortcut>

Liferay 6.1.2-ce-ga3