@ProviderType
public class SCProductEntryCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductEntry>, java.io.Externalizable
SCProductEntry,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
author |
long |
companyId |
long |
createDate |
long |
groupId |
java.lang.String |
longDescription |
long |
modifiedDate |
java.lang.String |
name |
java.lang.String |
pageURL |
long |
productEntryId |
java.lang.String |
repoArtifactId |
java.lang.String |
repoGroupId |
java.lang.String |
shortDescription |
java.lang.String |
tags |
java.lang.String |
type |
long |
userId |
java.lang.String |
userName |
| Constructor and Description |
|---|
SCProductEntryCacheModel() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
int |
hashCode() |
void |
readExternal(java.io.ObjectInput objectInput) |
com.liferay.portlet.softwarecatalog.model.SCProductEntry |
toEntityModel() |
java.lang.String |
toString() |
void |
writeExternal(java.io.ObjectOutput objectOutput) |
public long productEntryId
public long groupId
public long companyId
public long userId
public java.lang.String userName
public long createDate
public long modifiedDate
public java.lang.String name
public java.lang.String type
public java.lang.String tags
public java.lang.String shortDescription
public java.lang.String longDescription
public java.lang.String pageURL
public java.lang.String author
public java.lang.String repoGroupId
public java.lang.String repoArtifactId
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic com.liferay.portlet.softwarecatalog.model.SCProductEntry toEntityModel()
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductEntry>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