Liferay 7.0-ce-a2

com.liferay.portlet.softwarecatalog.model
Interface SCProductVersion

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

@ProviderType
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.

See Also:
SCProductVersionModel, com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionImpl, com.liferay.portlet.softwarecatalog.model.impl.SCProductVersionModelImpl

Field Summary
static Accessor<SCProductVersion,Long> PRODUCT_VERSION_ID_ACCESSOR
           
 
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, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setProductEntryId, setProductVersionId, setRepoStoreArtifact, setUserId, setUserName, setUserUuid, setVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 

Field Detail

PRODUCT_VERSION_ID_ACCESSOR

static final Accessor<SCProductVersion,Long> PRODUCT_VERSION_ID_ACCESSOR
Method Detail

getFrameworkVersions

List<SCFrameworkVersion> getFrameworkVersions()

getProductEntry

SCProductEntry getProductEntry()

Liferay 7.0-ce-a2