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.service.model.impl.SCProductVersionImpl and rerun the ServiceBuilder to generate the new methods.

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

Method Summary
 java.util.List 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
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

getProductEntry

public SCProductEntry getProductEntry()

getFrameworkVersions

public java.util.List getFrameworkVersions()
                                    throws com.liferay.portal.SystemException,
                                           com.liferay.portal.PortalException
Throws:
com.liferay.portal.SystemException
com.liferay.portal.PortalException