Liferay 6.0.3

com.liferay.portlet.softwarecatalog.model
Interface SCProductVersion

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

public interface SCProductVersion
extends SCProductVersionModel

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

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

See Also:
SCProductVersionModel, SCProductVersionImpl, SCProductVersionModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time 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, setEscapedModel, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setProductEntryId, setProductVersionId, setRepoStoreArtifact, setUserId, setUserName, setUserUuid, setVersion, toEscapedModel, toString, toXmlString
 

Method Detail

getFrameworkVersions

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

getProductEntry

SCProductEntry getProductEntry()

Liferay 6.0.3