com.liferay.portlet.softwarecatalog.model
Interface SCProductVersion
- All Superinterfaces:
- BaseModel<SCProductVersion>, java.lang.Cloneable, java.lang.Comparable<SCProductVersion>, SCProductVersionModel, java.io.Serializable
- All Known Implementing Classes:
- SCProductVersionWrapper
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
- Generated:
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 |
getFrameworkVersions
java.util.List<SCFrameworkVersion> getFrameworkVersions()
throws com.liferay.portal.kernel.exception.SystemException
- Throws:
com.liferay.portal.kernel.exception.SystemException
getProductEntry
SCProductEntry getProductEntry()