com.liferay.portlet.softwarecatalog.model
Interface SCLicense

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, SCLicenseModel, java.io.Serializable

public interface SCLicense
extends SCLicenseModel

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This interface is a model that represents the SCLicense table in the database.

Customize com.liferay.portlet.softwarecatalog.model.impl.SCLicenseImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
SCLicenseModel, com.liferay.portlet.softwarecatalog.model.impl.SCLicenseImpl, com.liferay.portlet.softwarecatalog.model.impl.SCLicenseModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCLicenseModel
getActive, getLicenseId, getName, getOpenSource, getPrimaryKey, getRecommended, getUrl, isActive, isOpenSource, isRecommended, setActive, setLicenseId, setName, setOpenSource, setPrimaryKey, setRecommended, setUrl, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo