@ProviderType public interface SCProductScreenshotModel extends BaseModel<SCProductScreenshot>, ShardedModel
This interface and its corresponding implementation com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotImpl.
SCProductScreenshot,
com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotImpl,
com.liferay.portlet.softwarecatalog.model.impl.SCProductScreenshotModelImpl| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone()
Creates a shallow clone of this model instance.
|
int |
compareTo(SCProductScreenshot scProductScreenshot) |
long |
getCompanyId()
Returns the company ID of this s c product screenshot.
|
ExpandoBridge |
getExpandoBridge()
Returns the expando bridge for this model instance.
|
long |
getFullImageId()
Returns the full image ID of this s c product screenshot.
|
long |
getGroupId()
Returns the group ID of this s c product screenshot.
|
long |
getPrimaryKey()
Returns the primary key of this s c product screenshot.
|
java.io.Serializable |
getPrimaryKeyObj()
Returns the primary key of this model instance.
|
int |
getPriority()
Returns the priority of this s c product screenshot.
|
long |
getProductEntryId()
Returns the product entry ID of this s c product screenshot.
|
long |
getProductScreenshotId()
Returns the product screenshot ID of this s c product screenshot.
|
long |
getThumbnailId()
Returns the thumbnail ID of this s c product screenshot.
|
int |
hashCode() |
boolean |
isCachedModel()
Returns
true if this model instance was retrieved from the
entity cache. |
boolean |
isEscapedModel()
Returns
true if this model instance is escaped. |
boolean |
isNew()
Returns
true if this model instance does not yet exist in
the database. |
void |
setCachedModel(boolean cachedModel)
Sets whether this model instance was retrieved from the entity cache.
|
void |
setCompanyId(long companyId)
Sets the company ID of this s c product screenshot.
|
void |
setExpandoBridgeAttributes(BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(ServiceContext serviceContext)
Sets the expando bridge attributes for this model instance to the
attributes stored in the service context.
|
void |
setFullImageId(long fullImageId)
Sets the full image ID of this s c product screenshot.
|
void |
setGroupId(long groupId)
Sets the group ID of this s c product screenshot.
|
void |
setNew(boolean n)
Sets whether this model instance does not yet exist in the database.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this s c product screenshot.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
Sets the primary key of this model instance.
|
void |
setPriority(int priority)
Sets the priority of this s c product screenshot.
|
void |
setProductEntryId(long productEntryId)
Sets the product entry ID of this s c product screenshot.
|
void |
setProductScreenshotId(long productScreenshotId)
Sets the product screenshot ID of this s c product screenshot.
|
void |
setThumbnailId(long thumbnailId)
Sets the thumbnail ID of this s c product screenshot.
|
CacheModel<SCProductScreenshot> |
toCacheModel()
Returns a cache model object for this entity used by entity cache.
|
SCProductScreenshot |
toEscapedModel()
Returns a copy of this entity as an escaped model instance by wrapping it
with an
AutoEscapeBeanHandler. |
java.lang.String |
toString() |
SCProductScreenshot |
toUnescapedModel() |
java.lang.String |
toXmlString()
Returns the XML representation of this model instance.
|
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, resetOriginalValues, setModelAttributesgetModelClass, getModelClassNamelong getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey - the primary key of this s c product screenshotlong getProductScreenshotId()
void setProductScreenshotId(long productScreenshotId)
productScreenshotId - the product screenshot ID of this s c product screenshotlong getCompanyId()
getCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface ShardedModelcompanyId - the company ID of this s c product screenshotlong getGroupId()
void setGroupId(long groupId)
groupId - the group ID of this s c product screenshotlong getProductEntryId()
void setProductEntryId(long productEntryId)
productEntryId - the product entry ID of this s c product screenshotlong getThumbnailId()
void setThumbnailId(long thumbnailId)
thumbnailId - the thumbnail ID of this s c product screenshotlong getFullImageId()
void setFullImageId(long fullImageId)
fullImageId - the full image ID of this s c product screenshotint getPriority()
void setPriority(int priority)
priority - the priority of this s c product screenshotboolean isNew()
BaseModeltrue if this model instance does not yet exist in
the database.isNew in interface BaseModel<SCProductScreenshot>true if this model instance does not yet exist in
the database; false otherwisevoid setNew(boolean n)
BaseModelsetNew in interface BaseModel<SCProductScreenshot>n - whether this model instance does not yet exist in the databaseboolean isCachedModel()
BaseModeltrue if this model instance was retrieved from the
entity cache.isCachedModel in interface BaseModel<SCProductScreenshot>true if this model instance was retrieved from the
entity cache; false otherwiseBaseModel.setCachedModel(boolean)void setCachedModel(boolean cachedModel)
BaseModelsetCachedModel in interface BaseModel<SCProductScreenshot>cachedModel - whether this model instance was retrieved from the
entity cacheEntityCacheboolean isEscapedModel()
BaseModeltrue if this model instance is escaped.isEscapedModel in interface BaseModel<SCProductScreenshot>true if this model instance is escaped;
false otherwisejava.io.Serializable getPrimaryKeyObj()
BaseModelgetPrimaryKeyObj in interface BaseModel<SCProductScreenshot>getPrimaryKeyObj in interface ClassedModelvoid setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
BaseModelsetPrimaryKeyObj in interface BaseModel<SCProductScreenshot>setPrimaryKeyObj in interface ClassedModelprimaryKeyObj - the primary key of this model instanceExpandoBridge getExpandoBridge()
BaseModelgetExpandoBridge in interface BaseModel<SCProductScreenshot>getExpandoBridge in interface ClassedModelvoid setExpandoBridgeAttributes(BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface BaseModel<SCProductScreenshot>void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface BaseModel<SCProductScreenshot>void setExpandoBridgeAttributes(ServiceContext serviceContext)
BaseModelsetExpandoBridgeAttributes in interface BaseModel<SCProductScreenshot>serviceContext - the service context to be appliedServiceContext.getExpandoBridgeAttributes()java.lang.Object clone()
BaseModelclone in interface BaseModel<SCProductScreenshot>int compareTo(SCProductScreenshot scProductScreenshot)
compareTo in interface java.lang.Comparable<SCProductScreenshot>int hashCode()
hashCode in class java.lang.ObjectCacheModel<SCProductScreenshot> toCacheModel()
BaseModeltoCacheModel in interface BaseModel<SCProductScreenshot>SCProductScreenshot toEscapedModel()
BaseModelAutoEscapeBeanHandler.toEscapedModel in interface BaseModel<SCProductScreenshot>AutoEscapeBeanHandlerSCProductScreenshot toUnescapedModel()
toUnescapedModel in interface BaseModel<SCProductScreenshot>java.lang.String toString()
toString in class java.lang.Objectjava.lang.String toXmlString()
BaseModeltoXmlString in interface BaseModel<SCProductScreenshot>