com.liferay.portlet.imagegallery.model
Class IGImageWrapper

java.lang.Object
  extended by com.liferay.portlet.imagegallery.model.IGImageWrapper
All Implemented Interfaces:
BaseModel<IGImage>, IGImage, IGImageModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<IGImage>

public class IGImageWrapper
extends java.lang.Object
implements IGImage

View Source

ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

This class is a wrapper for IGImage.

Author:
Brian Wing Shun Chan
See Also:
IGImage, Serialized Form
Generated:

Constructor Summary
IGImageWrapper(IGImage igImage)
           
 
Method Summary
 java.lang.Object clone()
           
 int compareTo(IGImage igImage)
           
 long getCompanyId()
           
 java.util.Date getCreateDate()
           
 long getCustom1ImageId()
           
 long getCustom2ImageId()
           
 java.lang.String getDescription()
           
 ExpandoBridge getExpandoBridge()
           
 IGFolder getFolder()
           
 long getFolderId()
           
 long getGroupId()
           
 long getImageId()
           
 int getImageSize()
           
 java.lang.String getImageType()
           
 long getLargeImageId()
           
 java.util.Date getModifiedDate()
           
 java.lang.String getName()
           
 java.lang.String getNameWithExtension()
           
 long getPrimaryKey()
           
 java.io.Serializable getPrimaryKeyObj()
           
 long getSmallImageId()
           
 long getUserId()
           
 java.lang.String getUserUuid()
           
 java.lang.String getUuid()
           
 IGImage getWrappedIGImage()
           
 int hashCode()
           
 boolean isCachedModel()
           
 boolean isEscapedModel()
           
 boolean isNew()
           
 void setCachedModel(boolean cachedModel)
           
 void setCompanyId(long companyId)
           
 void setCreateDate(java.util.Date createDate)
           
 void setCustom1ImageId(long custom1ImageId)
           
 void setCustom2ImageId(long custom2ImageId)
           
 void setDescription(java.lang.String description)
           
 void setEscapedModel(boolean escapedModel)
           
 void setExpandoBridgeAttributes(ServiceContext serviceContext)
           
 void setFolderId(long folderId)
           
 void setGroupId(long groupId)
           
 void setImageId(long imageId)
           
 void setImageType(java.lang.String imageType)
           
 void setLargeImageId(long largeImageId)
           
 void setModifiedDate(java.util.Date modifiedDate)
           
 void setName(java.lang.String name)
           
 boolean setNew(boolean n)
           
 void setPrimaryKey(long pk)
           
 void setSmallImageId(long smallImageId)
           
 void setUserId(long userId)
           
 void setUserUuid(java.lang.String userUuid)
           
 void setUuid(java.lang.String uuid)
           
 IGImage toEscapedModel()
           
 java.lang.String toString()
           
 java.lang.String toXmlString()
           
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IGImageWrapper

public IGImageWrapper(IGImage igImage)
Method Detail

getPrimaryKey

public long getPrimaryKey()
Specified by:
getPrimaryKey in interface IGImageModel

setPrimaryKey

public void setPrimaryKey(long pk)
Specified by:
setPrimaryKey in interface IGImageModel

getUuid

public java.lang.String getUuid()
Specified by:
getUuid in interface IGImageModel

setUuid

public void setUuid(java.lang.String uuid)
Specified by:
setUuid in interface IGImageModel

getImageId

public long getImageId()
Specified by:
getImageId in interface IGImageModel

setImageId

public void setImageId(long imageId)
Specified by:
setImageId in interface IGImageModel

getGroupId

public long getGroupId()
Specified by:
getGroupId in interface IGImageModel

setGroupId

public void setGroupId(long groupId)
Specified by:
setGroupId in interface IGImageModel

getCompanyId

public long getCompanyId()
Specified by:
getCompanyId in interface IGImageModel

setCompanyId

public void setCompanyId(long companyId)
Specified by:
setCompanyId in interface IGImageModel

getUserId

public long getUserId()
Specified by:
getUserId in interface IGImageModel

setUserId

public void setUserId(long userId)
Specified by:
setUserId in interface IGImageModel

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.kernel.exception.SystemException
Specified by:
getUserUuid in interface IGImageModel
Throws:
com.liferay.portal.kernel.exception.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface IGImageModel

getCreateDate

public java.util.Date getCreateDate()
Specified by:
getCreateDate in interface IGImageModel

setCreateDate

public void setCreateDate(java.util.Date createDate)
Specified by:
setCreateDate in interface IGImageModel

getModifiedDate

public java.util.Date getModifiedDate()
Specified by:
getModifiedDate in interface IGImageModel

setModifiedDate

public void setModifiedDate(java.util.Date modifiedDate)
Specified by:
setModifiedDate in interface IGImageModel

getFolderId

public long getFolderId()
Specified by:
getFolderId in interface IGImageModel

setFolderId

public void setFolderId(long folderId)
Specified by:
setFolderId in interface IGImageModel

getName

public java.lang.String getName()
Specified by:
getName in interface IGImageModel

setName

public void setName(java.lang.String name)
Specified by:
setName in interface IGImageModel

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface IGImageModel

setDescription

public void setDescription(java.lang.String description)
Specified by:
setDescription in interface IGImageModel

getSmallImageId

public long getSmallImageId()
Specified by:
getSmallImageId in interface IGImageModel

setSmallImageId

public void setSmallImageId(long smallImageId)
Specified by:
setSmallImageId in interface IGImageModel

getLargeImageId

public long getLargeImageId()
Specified by:
getLargeImageId in interface IGImageModel

setLargeImageId

public void setLargeImageId(long largeImageId)
Specified by:
setLargeImageId in interface IGImageModel

getCustom1ImageId

public long getCustom1ImageId()
Specified by:
getCustom1ImageId in interface IGImageModel

setCustom1ImageId

public void setCustom1ImageId(long custom1ImageId)
Specified by:
setCustom1ImageId in interface IGImageModel

getCustom2ImageId

public long getCustom2ImageId()
Specified by:
getCustom2ImageId in interface IGImageModel

setCustom2ImageId

public void setCustom2ImageId(long custom2ImageId)
Specified by:
setCustom2ImageId in interface IGImageModel

toEscapedModel

public IGImage toEscapedModel()
Specified by:
toEscapedModel in interface IGImageModel

isNew

public boolean isNew()
Specified by:
isNew in interface BaseModel<IGImage>
Specified by:
isNew in interface IGImageModel

setNew

public boolean setNew(boolean n)
Specified by:
setNew in interface BaseModel<IGImage>
Specified by:
setNew in interface IGImageModel

isCachedModel

public boolean isCachedModel()
Specified by:
isCachedModel in interface BaseModel<IGImage>
Specified by:
isCachedModel in interface IGImageModel

setCachedModel

public void setCachedModel(boolean cachedModel)
Specified by:
setCachedModel in interface BaseModel<IGImage>
Specified by:
setCachedModel in interface IGImageModel

isEscapedModel

public boolean isEscapedModel()
Specified by:
isEscapedModel in interface BaseModel<IGImage>
Specified by:
isEscapedModel in interface IGImageModel

setEscapedModel

public void setEscapedModel(boolean escapedModel)
Specified by:
setEscapedModel in interface BaseModel<IGImage>
Specified by:
setEscapedModel in interface IGImageModel

getPrimaryKeyObj

public java.io.Serializable getPrimaryKeyObj()
Specified by:
getPrimaryKeyObj in interface BaseModel<IGImage>
Specified by:
getPrimaryKeyObj in interface IGImageModel

getExpandoBridge

public ExpandoBridge getExpandoBridge()
Specified by:
getExpandoBridge in interface BaseModel<IGImage>
Specified by:
getExpandoBridge in interface IGImageModel

setExpandoBridgeAttributes

public void setExpandoBridgeAttributes(ServiceContext serviceContext)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<IGImage>
Specified by:
setExpandoBridgeAttributes in interface IGImageModel

clone

public java.lang.Object clone()
Specified by:
clone in interface BaseModel<IGImage>
Specified by:
clone in interface IGImageModel
Overrides:
clone in class java.lang.Object

compareTo

public int compareTo(IGImage igImage)
Specified by:
compareTo in interface IGImageModel
Specified by:
compareTo in interface java.lang.Comparable<IGImage>

hashCode

public int hashCode()
Specified by:
hashCode in interface IGImageModel
Overrides:
hashCode in class java.lang.Object

toString

public java.lang.String toString()
Specified by:
toString in interface IGImageModel
Overrides:
toString in class java.lang.Object

toXmlString

public java.lang.String toXmlString()
Specified by:
toXmlString in interface BaseModel<IGImage>
Specified by:
toXmlString in interface IGImageModel

getFolder

public IGFolder getFolder()
Specified by:
getFolder in interface IGImage

getImageSize

public int getImageSize()
Specified by:
getImageSize in interface IGImage

getImageType

public java.lang.String getImageType()
Specified by:
getImageType in interface IGImage

getNameWithExtension

public java.lang.String getNameWithExtension()
Specified by:
getNameWithExtension in interface IGImage

setImageType

public void setImageType(java.lang.String imageType)
Specified by:
setImageType in interface IGImage

getWrappedIGImage

public IGImage getWrappedIGImage()