com.liferay.portlet.softwarecatalog.model.impl
Class SCLicenseCacheModel
java.lang.Object
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:
|
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 |
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
SCLicenseCacheModel
public SCLicenseCacheModel()
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>