com.liferay.portlet.softwarecatalog.model.impl
Class SCProductEntryCacheModel

java.lang.Object
  extended by com.liferay.portlet.softwarecatalog.model.impl.SCProductEntryCacheModel
All Implemented Interfaces:
com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductEntry>, java.io.Serializable

public class SCProductEntryCacheModel
extends java.lang.Object
implements com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductEntry>, java.io.Serializable

The cache model class for representing SCProductEntry in entity cache.

Author:
Brian Wing Shun Chan
See Also:
SCProductEntry, Serialized Form
Generated:

Field Summary
 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 Summary
SCProductEntryCacheModel()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.SCProductEntry toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

productEntryId

public long productEntryId

groupId

public long groupId

companyId

public long companyId

userId

public long userId

userName

public java.lang.String userName

createDate

public long createDate

modifiedDate

public long modifiedDate

name

public java.lang.String name

type

public java.lang.String type

tags

public java.lang.String tags

shortDescription

public java.lang.String shortDescription

longDescription

public java.lang.String longDescription

pageURL

public java.lang.String pageURL

author

public java.lang.String author

repoGroupId

public java.lang.String repoGroupId

repoArtifactId

public java.lang.String repoArtifactId
Constructor Detail

SCProductEntryCacheModel

public SCProductEntryCacheModel()
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

toEntityModel

public com.liferay.portlet.softwarecatalog.model.SCProductEntry toEntityModel()
Specified by:
toEntityModel in interface com.liferay.portal.model.CacheModel<com.liferay.portlet.softwarecatalog.model.SCProductEntry>