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
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 com.liferay.portlet.softwarecatalog.model.impl.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.
- 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 SystemException
- Throws:
SystemException
getProductEntry
SCProductEntry getProductEntry()