com.liferay.portlet.softwarecatalog.model
Interface SCProductVersion

All Superinterfaces:
AuditedModel, BaseModel<SCProductVersion>, ClassedModel, java.lang.Cloneable, java.lang.Comparable<SCProductVersion>, PersistedModel, SCProductVersionModel, java.io.Serializable
All Known Implementing Classes:
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.

Author:
Brian Wing Shun Chan
See Also:
SCProductVersionModel, SCProductVersionImpl, SCProductVersionModelImpl
Generated:

Method Summary
 java.util.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, 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

java.util.List<SCFrameworkVersion> getFrameworkVersions()
                                                        throws SystemException
Throws:
SystemException

getProductEntry

SCProductEntry getProductEntry()