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.
- See Also:
SCProductVersionModel,
SCProductVersionImpl,
SCProductVersionModelImpl- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is 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
List<SCFrameworkVersion> getFrameworkVersions()
throws SystemException
- Throws:
SystemException
getProductEntry
SCProductEntry getProductEntry()