com.liferay.portlet.softwarecatalog.model
Interface SCProductVersion

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

public interface SCProductVersion
extends SCProductVersionModel

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

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

Author:
Brian Wing Shun Chan
See Also:
SCProductVersionModel, com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionImpl, com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionModelImpl

Method Summary
 java.util.List<SCFrameworkVersion> getFrameworkVersions()
           
 SCProductEntry getProductEntry()
           
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCProductVersionModel
getChangeLog, getCompanyId, getCreateDate, getDirectDownloadURL, getDownloadPageURL, getModifiedDate, getPrimaryKey, getProductEntryId, getProductVersionId, getRepoStoreArtifact, getUserId, getUserName, getVersion, isRepoStoreArtifact, setChangeLog, setCompanyId, setCreateDate, setDirectDownloadURL, setDownloadPageURL, setModifiedDate, setPrimaryKey, setProductEntryId, setProductVersionId, setRepoStoreArtifact, setUserId, setUserName, setVersion, 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
 

Method Detail

getProductEntry

SCProductEntry getProductEntry()

getFrameworkVersions

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