com.liferay.portlet.softwarecatalog.model.impl
Class SCLicenseCacheModel
java.lang.Object
com.liferay.portlet.softwarecatalog.model.impl.SCLicenseCacheModel
- All Implemented Interfaces:
- CacheModel<SCLicense>, Serializable
public class SCLicenseCacheModel
- extends Object
- implements CacheModel<SCLicense>, Serializable
The cache model class for representing SCLicense in entity cache.
- See Also:
SCLicense
,
Serialized Form- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.
licenseId
public long licenseId
name
public String name
url
public String url
openSource
public boolean openSource
active
public boolean active
recommended
public boolean recommended
SCLicenseCacheModel
public SCLicenseCacheModel()
toString
public String toString()
- Overrides:
toString
in class Object
toEntityModel
public SCLicense toEntityModel()
- Specified by:
toEntityModel
in interface CacheModel<SCLicense>