com.liferay.portlet.softwarecatalog.model
Class SCProductScreenshotWrapper
java.lang.Object
com.liferay.portlet.softwarecatalog.model.SCProductScreenshotWrapper
- All Implemented Interfaces:
- BaseModel<SCProductScreenshot>, SCProductScreenshot, SCProductScreenshotModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<SCProductScreenshot>
public class SCProductScreenshotWrapper
- extends java.lang.Object
- implements SCProductScreenshot
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for SCProductScreenshot.
- Author:
- Brian Wing Shun Chan
- See Also:
SCProductScreenshot,
Serialized Form- Generated:
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
SCProductScreenshotWrapper
public SCProductScreenshotWrapper(SCProductScreenshot scProductScreenshot)
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface SCProductScreenshotModel
setPrimaryKey
public void setPrimaryKey(long pk)
- Specified by:
setPrimaryKey in interface SCProductScreenshotModel
getProductScreenshotId
public long getProductScreenshotId()
- Specified by:
getProductScreenshotId in interface SCProductScreenshotModel
setProductScreenshotId
public void setProductScreenshotId(long productScreenshotId)
- Specified by:
setProductScreenshotId in interface SCProductScreenshotModel
getCompanyId
public long getCompanyId()
- Specified by:
getCompanyId in interface SCProductScreenshotModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface SCProductScreenshotModel
getGroupId
public long getGroupId()
- Specified by:
getGroupId in interface SCProductScreenshotModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface SCProductScreenshotModel
getProductEntryId
public long getProductEntryId()
- Specified by:
getProductEntryId in interface SCProductScreenshotModel
setProductEntryId
public void setProductEntryId(long productEntryId)
- Specified by:
setProductEntryId in interface SCProductScreenshotModel
getThumbnailId
public long getThumbnailId()
- Specified by:
getThumbnailId in interface SCProductScreenshotModel
setThumbnailId
public void setThumbnailId(long thumbnailId)
- Specified by:
setThumbnailId in interface SCProductScreenshotModel
getFullImageId
public long getFullImageId()
- Specified by:
getFullImageId in interface SCProductScreenshotModel
setFullImageId
public void setFullImageId(long fullImageId)
- Specified by:
setFullImageId in interface SCProductScreenshotModel
getPriority
public int getPriority()
- Specified by:
getPriority in interface SCProductScreenshotModel
setPriority
public void setPriority(int priority)
- Specified by:
setPriority in interface SCProductScreenshotModel
toEscapedModel
public SCProductScreenshot toEscapedModel()
- Specified by:
toEscapedModel in interface SCProductScreenshotModel
isNew
public boolean isNew()
- Specified by:
isNew in interface BaseModel<SCProductScreenshot>- Specified by:
isNew in interface SCProductScreenshotModel
setNew
public boolean setNew(boolean n)
- Specified by:
setNew in interface BaseModel<SCProductScreenshot>- Specified by:
setNew in interface SCProductScreenshotModel
isCachedModel
public boolean isCachedModel()
- Specified by:
isCachedModel in interface BaseModel<SCProductScreenshot>- Specified by:
isCachedModel in interface SCProductScreenshotModel
setCachedModel
public void setCachedModel(boolean cachedModel)
- Specified by:
setCachedModel in interface BaseModel<SCProductScreenshot>- Specified by:
setCachedModel in interface SCProductScreenshotModel
isEscapedModel
public boolean isEscapedModel()
- Specified by:
isEscapedModel in interface BaseModel<SCProductScreenshot>- Specified by:
isEscapedModel in interface SCProductScreenshotModel
setEscapedModel
public void setEscapedModel(boolean escapedModel)
- Specified by:
setEscapedModel in interface BaseModel<SCProductScreenshot>- Specified by:
setEscapedModel in interface SCProductScreenshotModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface BaseModel<SCProductScreenshot>- Specified by:
getPrimaryKeyObj in interface SCProductScreenshotModel
getExpandoBridge
public ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface BaseModel<SCProductScreenshot>- Specified by:
getExpandoBridge in interface SCProductScreenshotModel
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface BaseModel<SCProductScreenshot>- Specified by:
setExpandoBridgeAttributes in interface SCProductScreenshotModel
clone
public java.lang.Object clone()
- Specified by:
clone in interface BaseModel<SCProductScreenshot>- Specified by:
clone in interface SCProductScreenshotModel- Overrides:
clone in class java.lang.Object
compareTo
public int compareTo(SCProductScreenshot scProductScreenshot)
- Specified by:
compareTo in interface SCProductScreenshotModel- Specified by:
compareTo in interface java.lang.Comparable<SCProductScreenshot>
hashCode
public int hashCode()
- Specified by:
hashCode in interface SCProductScreenshotModel- Overrides:
hashCode in class java.lang.Object
toString
public java.lang.String toString()
- Specified by:
toString in interface SCProductScreenshotModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface BaseModel<SCProductScreenshot>- Specified by:
toXmlString in interface SCProductScreenshotModel
getWrappedSCProductScreenshot
public SCProductScreenshot getWrappedSCProductScreenshot()