Liferay 6.0.3

com.liferay.portlet.softwarecatalog.model
Interface SCLicense

All Superinterfaces:
BaseModel<SCLicense>, Cloneable, Comparable<SCLicense>, SCLicenseModel, Serializable
All Known Implementing Classes:
SCLicenseImpl, SCLicenseWrapper

public interface SCLicense
extends SCLicenseModel

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

Customize SCLicenseImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
SCLicenseModel, SCLicenseImpl, SCLicenseModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCLicenseModel
clone, compareTo, getActive, getExpandoBridge, getLicenseId, getName, getOpenSource, getPrimaryKey, getPrimaryKeyObj, getRecommended, getUrl, hashCode, isActive, isCachedModel, isEscapedModel, isNew, isOpenSource, isRecommended, setActive, setCachedModel, setEscapedModel, setExpandoBridgeAttributes, setLicenseId, setName, setNew, setOpenSource, setPrimaryKey, setRecommended, setUrl, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3