Liferay 6.2-ce-ga5

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>, Externalizable, Serializable

public class DLFileShortcutCacheModel
extends Object
implements CacheModel<DLFileShortcut>, Externalizable

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
 boolean active
           
 long companyId
           
 long createDate
           
 long fileShortcutId
           
 long folderId
           
 long groupId
           
 long modifiedDate
           
 long repositoryId
           
 int status
           
 long statusByUserId
           
 String statusByUserName
           
 long statusDate
           
 long toFileEntryId
           
 String treePath
           
 long userId
           
 String userName
           
 String uuid
           
 
Constructor Summary
DLFileShortcutCacheModel()
           
 
Method Summary
 void readExternal(ObjectInput objectInput)
           
 DLFileShortcut toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
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

treePath

public String treePath

active

public boolean active

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>

readExternal

public void readExternal(ObjectInput objectInput)
                  throws IOException
Specified by:
readExternal in interface Externalizable
Throws:
IOException

writeExternal

public void writeExternal(ObjectOutput objectOutput)
                   throws IOException
Specified by:
writeExternal in interface Externalizable
Throws:
IOException

Liferay 6.2-ce-ga5