@ProviderType
public class TrashVersionCacheModel
extends Object
implements com.liferay.portal.kernel.model.CacheModel<com.liferay.trash.kernel.model.TrashVersion>, Externalizable
TrashVersion
,
Serialized FormModifier and Type | Field and Description |
---|---|
long |
classNameId |
long |
classPK |
long |
companyId |
long |
entryId |
int |
status |
String |
typeSettings |
long |
versionId |
Constructor and Description |
---|
TrashVersionCacheModel() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
void |
readExternal(ObjectInput objectInput) |
com.liferay.trash.kernel.model.TrashVersion |
toEntityModel() |
String |
toString() |
void |
writeExternal(ObjectOutput objectOutput) |
public long versionId
public long companyId
public long entryId
public long classNameId
public long classPK
public String typeSettings
public int status
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.trash.kernel.model.TrashVersion toEntityModel()
toEntityModel
in interface com.liferay.portal.kernel.model.CacheModel<com.liferay.trash.kernel.model.TrashVersion>
public void readExternal(ObjectInput objectInput) throws IOException
readExternal
in interface Externalizable
IOException
public void writeExternal(ObjectOutput objectOutput) throws IOException
writeExternal
in interface Externalizable
IOException