Liferay 7.0-ce-b8 portal-impl

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

java.lang.Object
  extended by com.liferay.portlet.documentlibrary.model.impl.DLFileRankCacheModel
All Implemented Interfaces:
com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileRank>, Externalizable, Serializable

@ProviderType
public class DLFileRankCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileRank>, Externalizable

The cache model class for representing DLFileRank in entity cache.

See Also:
DLFileRank, Serialized Form
{$generated.description}

Field Summary
 boolean active
           
 long companyId
           
 long createDate
           
 long fileEntryId
           
 long fileRankId
           
 long groupId
           
 long userId
           
 
Constructor Summary
DLFileRankCacheModel()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 void readExternal(ObjectInput objectInput)
           
 com.liferay.document.library.kernel.model.DLFileRank toEntityModel()
           
 String toString()
           
 void writeExternal(ObjectOutput objectOutput)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

fileRankId

public long fileRankId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

createDate

public long createDate

fileEntryId

public long fileEntryId

active

public boolean active
Constructor Detail

DLFileRankCacheModel

public DLFileRankCacheModel()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public com.liferay.document.library.kernel.model.DLFileRank toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileRank>

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 7.0-ce-b8 portal-impl