@ProviderType public class DLFileRankCacheModel extends Object implements com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileRank>, Externalizable
DLFileRank
,
Serialized FormModifier and Type | Field and Description |
---|---|
boolean |
active |
long |
companyId |
long |
createDate |
long |
fileEntryId |
long |
fileRankId |
long |
groupId |
long |
userId |
Constructor and Description |
---|
DLFileRankCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.document.library.kernel.model.DLFileRank |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long fileRankId
public long groupId
public long companyId
public long userId
public long createDate
public long fileEntryId
public boolean active
public com.liferay.document.library.kernel.model.DLFileRank toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFileRank>
public void readExternal(ObjectInput objectInput) throws IOException
readExternal
in interface Externalizable
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException