Liferay 6.0.5

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

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

Never modify this interface directly. Add methods to SCProductVersionImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a s c product version model instance should use the SCProductVersion interface instead.

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.5