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

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)
           
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getPrimaryKeyObj, isNew, setNew
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Method Detail

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)