Liferay 6.1.2-ce-ga3

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

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

public class SCProductEntryCacheModel
extends Object
implements CacheModel<SCProductEntry>, Serializable

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.

Field Summary
 String author
           
 long companyId
           
 long createDate
           
 long groupId
           
 String longDescription
           
 long modifiedDate
           
 String name
           
 String pageURL
           
 long productEntryId
           
 String repoArtifactId
           
 String repoGroupId
           
 String shortDescription
           
 String tags
           
 String type
           
 long userId
           
 String userName
           
 
Constructor Summary
SCProductEntryCacheModel()
           
 
Method Summary
 SCProductEntry toEntityModel()
           
 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 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
Constructor Detail

SCProductEntryCacheModel

public SCProductEntryCacheModel()
Method Detail

toString

public String toString()
Overrides:
toString in class Object

toEntityModel

public SCProductEntry toEntityModel()
Specified by:
toEntityModel in interface CacheModel<SCProductEntry>

Liferay 6.1.2-ce-ga3