com.liferay.portlet.softwarecatalog.model
Interface SCProductScreenshotModel
- All Superinterfaces:
- BaseModel, java.lang.Cloneable, java.lang.Comparable, java.io.Serializable
- All Known Subinterfaces:
- SCProductScreenshot
- public interface SCProductScreenshotModel
- extends BaseModel
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 SCProductScreenshot
table in the database.
- Author:
- Brian Wing Shun Chan
- See Also:
com.liferay.portlet.softwarecatalog.service.model.SCProductScreenshot
,
com.liferay.portlet.softwarecatalog.service.model.impl.SCProductScreenshotImpl
,
com.liferay.portlet.softwarecatalog.service.model.impl.SCProductScreenshotModelImpl
Methods inherited from interface java.lang.Comparable |
compareTo |
getPrimaryKey
public long getPrimaryKey()
setPrimaryKey
public void setPrimaryKey(long pk)
getProductScreenshotId
public long getProductScreenshotId()
setProductScreenshotId
public void setProductScreenshotId(long productScreenshotId)
getCompanyId
public long getCompanyId()
setCompanyId
public void setCompanyId(long companyId)
getGroupId
public long getGroupId()
setGroupId
public void setGroupId(long groupId)
getProductEntryId
public long getProductEntryId()
setProductEntryId
public void setProductEntryId(long productEntryId)
getThumbnailId
public long getThumbnailId()
setThumbnailId
public void setThumbnailId(long thumbnailId)
getFullImageId
public long getFullImageId()
setFullImageId
public void setFullImageId(long fullImageId)
getPriority
public int getPriority()
setPriority
public void setPriority(int priority)