Liferay 6.0.5

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

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 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.

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.5