com.liferay.portlet.softwarecatalog.model
Interface SCLicense

All Superinterfaces:
BaseModel<SCLicense>, java.lang.Cloneable, java.lang.Comparable<SCLicense>, SCLicenseModel, java.io.Serializable
All Known Implementing Classes:
SCLicenseWrapper

public interface SCLicense
extends SCLicenseModel

The model interface for the SCLicense service. Represents a row in the "SCLicense" database table, with each column mapped to a property of this class.

Never modify this interface directly. Add methods to com.liferay.portlet.softwarecatalog.model.impl.SCLicenseImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a s c license model instance should use the SCLicense interface instead.

Author:
Brian Wing Shun Chan
See Also:
SCLicenseModel, com.liferay.portlet.softwarecatalog.model.impl.SCLicenseImpl, com.liferay.portlet.softwarecatalog.model.impl.SCLicenseModelImpl
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