Liferay 6.1.2-ce-ga3

com.liferay.portlet.softwarecatalog.model
Interface SCProductVersion

All Superinterfaces:
AuditedModel, BaseModel<SCProductVersion>, ClassedModel, Cloneable, Comparable<SCProductVersion>, PersistedModel, SCProductVersionModel, Serializable
All Known Implementing Classes:
SCProductVersionBaseImpl, SCProductVersionImpl, SCProductVersionWrapper

public interface SCProductVersion
extends SCProductVersionModel, PersistedModel

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

See Also:
SCProductVersionModel, SCProductVersionImpl, SCProductVersionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 List<SCFrameworkVersion> getFrameworkVersions()
           
 SCProductEntry getProductEntry()
           
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCProductVersionModel
clone, compareTo, getChangeLog, getCompanyId, getCreateDate, getDirectDownloadURL, getDownloadPageURL, getExpandoBridge, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getProductEntryId, getProductVersionId, getRepoStoreArtifact, getUserId, getUserName, getUserUuid, getVersion, hashCode, isCachedModel, isEscapedModel, isNew, isRepoStoreArtifact, setCachedModel, setChangeLog, setCompanyId, setCreateDate, setDirectDownloadURL, setDownloadPageURL, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setProductEntryId, setProductVersionId, setRepoStoreArtifact, setUserId, setUserName, setUserUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Method Detail

getFrameworkVersions

List<SCFrameworkVersion> getFrameworkVersions()
                                              throws SystemException
Throws:
SystemException

getProductEntry

SCProductEntry getProductEntry()

Liferay 6.1.2-ce-ga3