Liferay 6.0.3

com.liferay.portlet.softwarecatalog.model
Interface SCFrameworkVersion

All Superinterfaces:
BaseModel<SCFrameworkVersion>, Cloneable, Comparable<SCFrameworkVersion>, SCFrameworkVersionModel, Serializable
All Known Implementing Classes:
SCFrameworkVersionImpl, SCFrameworkVersionWrapper

public interface SCFrameworkVersion
extends SCFrameworkVersionModel

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

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

See Also:
SCFrameworkVersionModel, SCFrameworkVersionImpl, SCFrameworkVersionModelImpl
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.SCFrameworkVersionModel
clone, compareTo, getActive, getCompanyId, getCreateDate, getExpandoBridge, getFrameworkVersionId, getGroupId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getPriority, getUrl, getUserId, getUserName, getUserUuid, hashCode, isActive, isCachedModel, isEscapedModel, isNew, setActive, setCachedModel, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setFrameworkVersionId, setGroupId, setModifiedDate, setName, setNew, setPrimaryKey, setPriority, setUrl, setUserId, setUserName, setUserUuid, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3