com.liferay.portlet.softwarecatalog.model
Interface SCProductScreenshot

All Superinterfaces:
BaseModel, java.lang.Cloneable, java.lang.Comparable, SCProductScreenshotModel, java.io.Serializable

public interface SCProductScreenshot
extends SCProductScreenshotModel

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.

Customize com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotImpl and rerun the ServiceBuilder to generate the new methods.

Author:
Brian Wing Shun Chan
See Also:
SCProductScreenshotModel, com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotImpl, com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portlet.softwarecatalog.model.SCProductScreenshotModel
getCompanyId, getFullImageId, getGroupId, getPrimaryKey, getPriority, getProductEntryId, getProductScreenshotId, getThumbnailId, setCompanyId, setFullImageId, setGroupId, setPrimaryKey, setPriority, setProductEntryId, setProductScreenshotId, setThumbnailId, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isEscapedModel, isNew, setEscapedModel, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo