public class RepositoryEntryCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portal.model.RepositoryEntry>, java.io.Externalizable
RepositoryEntry,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
long |
companyId |
long |
createDate |
long |
groupId |
boolean |
manualCheckInRequired |
java.lang.String |
mappedId |
long |
modifiedDate |
long |
repositoryEntryId |
long |
repositoryId |
long |
userId |
java.lang.String |
userName |
java.lang.String |
uuid |
| Constructor and Description |
|---|
RepositoryEntryCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portal.model.RepositoryEntry |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public java.lang.String uuid
public long repositoryEntryId
public long groupId
public long companyId
public long userId
public java.lang.String userName
public long createDate
public long modifiedDate
public long repositoryId
public java.lang.String mappedId
public boolean manualCheckInRequired
public java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portal.model.RepositoryEntry toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portal.model.RepositoryEntry>public void readExternal(java.io.ObjectInput objectInput)
throws java.io.IOException
readExternal in interface java.io.Externalizablejava.io.IOExceptionpublic void writeExternal(java.io.ObjectOutput objectOutput)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException