@ProviderType
public class DLFolderCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFolder>, Externalizable
DLFolder
,
Serialized FormModifier and Type | Field and Description |
---|---|
long |
companyId |
long |
createDate |
long |
defaultFileEntryTypeId |
String |
description |
long |
folderId |
long |
groupId |
boolean |
hidden |
long |
lastPostDate |
long |
lastPublishDate |
long |
modifiedDate |
boolean |
mountPoint |
String |
name |
long |
parentFolderId |
long |
repositoryId |
int |
restrictionType |
int |
status |
long |
statusByUserId |
String |
statusByUserName |
long |
statusDate |
String |
treePath |
long |
userId |
String |
userName |
String |
uuid |
Constructor and Description |
---|
DLFolderCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.document.library.kernel.model.DLFolder |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public String uuid
public long folderId
public long groupId
public long companyId
public long userId
public String userName
public long createDate
public long modifiedDate
public long repositoryId
public boolean mountPoint
public long parentFolderId
public String treePath
public String name
public String description
public long lastPostDate
public long defaultFileEntryTypeId
public boolean hidden
public int restrictionType
public long lastPublishDate
public int status
public long statusByUserId
public String statusByUserName
public long statusDate
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
public com.liferay.document.library.kernel.model.DLFolder toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.document.library.kernel.model.DLFolder>
public void readExternal(ObjectInput objectInput) throws IOException
readExternal
in interface Externalizable
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException