com.liferay.portlet.softwarecatalog.model
Interface SCFrameworkVersion

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

public interface SCFrameworkVersion
extends SCFrameworkVersionModel

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 SCFrameworkVersion table in the database.

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

Author:
Brian Wing Shun Chan
See Also:
SCFrameworkVersionModel, com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionImpl, com.liferay.portlet.softwarecatalog.model.impl.SCFrameworkVersionModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCFrameworkVersionModel
getActive, getCompanyId, getCreateDate, getFrameworkVersionId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPriority, getUrl, getUserId, getUserName, isActive, setActive, setCompanyId, setCreateDate, setFrameworkVersionId, setGroupId, setModifiedDate, setName, setPrimaryKey, setPriority, setUrl, setUserId, setUserName, 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