com.liferay.portlet.softwarecatalog.model.impl
Class SCProductEntryCacheModel
java.lang.Object
com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryCacheModel
- All Implemented Interfaces:
- CacheModel<SCProductEntry>, Externalizable, Serializable
@ProviderType
public class SCProductEntryCacheModel
- extends Object
- implements CacheModel<SCProductEntry>, Externalizable
The cache model class for representing SCProductEntry in entity cache.
- See Also:
SCProductEntry,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
productEntryId
public long productEntryId
groupId
public long groupId
companyId
public long companyId
userId
public long userId
userName
public String userName
createDate
public long createDate
modifiedDate
public long modifiedDate
name
public String name
type
public String type
tags
public String tags
shortDescription
public String shortDescription
longDescription
public String longDescription
pageURL
public String pageURL
author
public String author
repoGroupId
public String repoGroupId
repoArtifactId
public String repoArtifactId
SCProductEntryCacheModel
public SCProductEntryCacheModel()
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
toEntityModel
public SCProductEntry toEntityModel()
- Specified by:
toEntityModel in interface CacheModel<SCProductEntry>
readExternal
public void readExternal(ObjectInput objectInput)
throws IOException
- Specified by:
readExternal in interface Externalizable
- Throws:
IOException
writeExternal
public void writeExternal(ObjectOutput objectOutput)
throws IOException
- Specified by:
writeExternal in interface Externalizable
- Throws:
IOException