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:
SCProductScreenshot, com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotImpl, com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl

Method Summary
 long getCompanyId()
           
 long getFullImageId()
           
 long getGroupId()
           
 long getPrimaryKey()
           
 int getPriority()
           
 long getProductEntryId()
           
 long getProductScreenshotId()
           
 long getThumbnailId()
           
 void setCompanyId(long companyId)
           
 void setFullImageId(long fullImageId)
           
 void setGroupId(long groupId)
           
 void setPrimaryKey(long pk)
           
 void setPriority(int priority)
           
 void setProductEntryId(long productEntryId)
           
 void setProductScreenshotId(long productScreenshotId)
           
 void setThumbnailId(long thumbnailId)
           
 SCProductScreenshot 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
 

Method Detail

getPrimaryKey

long getPrimaryKey()

setPrimaryKey

void setPrimaryKey(long pk)

getProductScreenshotId

long getProductScreenshotId()

setProductScreenshotId

void setProductScreenshotId(long productScreenshotId)

getCompanyId

long getCompanyId()

setCompanyId

void setCompanyId(long companyId)

getGroupId

long getGroupId()

setGroupId

void setGroupId(long groupId)

getProductEntryId

long getProductEntryId()

setProductEntryId

void setProductEntryId(long productEntryId)

getThumbnailId

long getThumbnailId()

setThumbnailId

void setThumbnailId(long thumbnailId)

getFullImageId

long getFullImageId()

setFullImageId

void setFullImageId(long fullImageId)

getPriority

int getPriority()

setPriority

void setPriority(int priority)

toEscapedModel

SCProductScreenshot toEscapedModel()