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

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

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

The cache model class for representing SCLicense in entity cache.

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

Field Summary
 boolean active
           
 long licenseId
           
 java.lang.String name
           
 boolean openSource
           
 boolean recommended
           
 java.lang.String url
           
 
Constructor Summary
SCLicenseCacheModel()
           
 
Method Summary
 com.liferay.portlet.softwarecatalog.model.SCLicense toEntityModel()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

licenseId

public long licenseId

name

public java.lang.String name

url

public java.lang.String url

openSource

public boolean openSource

active

public boolean active

recommended

public boolean recommended
Constructor Detail

SCLicenseCacheModel

public SCLicenseCacheModel()
Method Detail

toString

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

toEntityModel

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