com.liferay.portlet.softwarecatalog.model
Interface SCProductScreenshotModel
- All Superinterfaces:
- BaseModel<SCProductScreenshot>, java.lang.Cloneable, java.lang.Comparable<SCProductScreenshot>, java.io.Serializable
- All Known Subinterfaces:
- SCProductScreenshot
- All Known Implementing Classes:
- SCProductScreenshotWrapper
public interface SCProductScreenshotModel
- extends BaseModel<SCProductScreenshot>
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
- Generated:
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)
isNew
boolean isNew()
- Specified by:
isNew
in interface BaseModel<SCProductScreenshot>
setNew
boolean setNew(boolean n)
- Specified by:
setNew
in interface BaseModel<SCProductScreenshot>
isCachedModel
boolean isCachedModel()
- Specified by:
isCachedModel
in interface BaseModel<SCProductScreenshot>
setCachedModel
void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel
in interface BaseModel<SCProductScreenshot>
isEscapedModel
boolean isEscapedModel()
- Specified by:
isEscapedModel
in interface BaseModel<SCProductScreenshot>
setEscapedModel
void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel
in interface BaseModel<SCProductScreenshot>
getPrimaryKeyObj
java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj
in interface BaseModel<SCProductScreenshot>
getExpandoBridge
ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge
in interface BaseModel<SCProductScreenshot>
setExpandoBridgeAttributes
void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes
in interface BaseModel<SCProductScreenshot>
clone
java.lang.Object clone()
- Specified by:
clone
in interface BaseModel<SCProductScreenshot>
compareTo
int compareTo(SCProductScreenshot scProductScreenshot)
- Specified by:
compareTo
in interface java.lang.Comparable<SCProductScreenshot>
hashCode
int hashCode()
- Overrides:
hashCode
in class java.lang.Object
toEscapedModel
SCProductScreenshot toEscapedModel()
- Specified by:
toEscapedModel
in interface BaseModel<SCProductScreenshot>
toString
java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
toXmlString
java.lang.String toXmlString()
- Specified by:
toXmlString
in interface BaseModel<SCProductScreenshot>