com.liferay.portlet.imagegallery.model.impl
Class IGImageImpl

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

public class IGImageImpl
extends IGImageModelImpl
implements com.liferay.portlet.imagegallery.model.IGImage

View Source

Author:
Brian Wing Shun Chan
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.imagegallery.model.impl.IGImageModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
IGImageImpl()
           
 
Method Summary
 com.liferay.portlet.imagegallery.model.IGFolder getFolder()
           
 int getImageSize()
           
 java.lang.String getImageType()
           
 java.lang.String getNameWithExtension()
           
static java.lang.String getNameWithExtension(java.lang.String name, java.lang.String type)
           
 java.lang.String getUserUuid()
           
 void setImageType(java.lang.String imageType)
           
 void setUserUuid(java.lang.String userUuid)
           
 
Methods inherited from class com.liferay.portlet.imagegallery.model.impl.IGImageModelImpl
clone, compareTo, equals, getCompanyId, getCreateDate, getCustom1ImageId, getCustom2ImageId, getDescription, getExpandoBridge, getFolderId, getGroupId, getImageId, getLargeImageId, getModifiedDate, getName, getOriginalCustom1ImageId, getOriginalCustom2ImageId, getOriginalGroupId, getOriginalLargeImageId, getOriginalSmallImageId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getSmallImageId, getUserId, getUuid, hashCode, setCompanyId, setCreateDate, setCustom1ImageId, setCustom2ImageId, setDescription, setFolderId, setGroupId, setImageId, setLargeImageId, setModifiedDate, setName, setPrimaryKey, setSmallImageId, setUserId, setUuid, toEscapedModel, toModel, toModels, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.imagegallery.model.IGImageModel
getCompanyId, getCreateDate, getCustom1ImageId, getCustom2ImageId, getDescription, getFolderId, getGroupId, getImageId, getLargeImageId, getModifiedDate, getName, getPrimaryKey, getSmallImageId, getUserId, getUuid, setCompanyId, setCreateDate, setCustom1ImageId, setCustom2ImageId, setDescription, setFolderId, setGroupId, setImageId, setLargeImageId, setModifiedDate, setName, setPrimaryKey, setSmallImageId, setUserId, setUuid, toEscapedModel
 
Methods inherited from interface com.liferay.portal.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew, toXmlString
 
Methods inherited from interface java.lang.Comparable
compareTo
 

Constructor Detail

IGImageImpl

public IGImageImpl()
Method Detail

getNameWithExtension

public static java.lang.String getNameWithExtension(java.lang.String name,
                                                    java.lang.String type)

getUserUuid

public java.lang.String getUserUuid()
                             throws com.liferay.portal.SystemException
Specified by:
getUserUuid in interface com.liferay.portlet.imagegallery.model.IGImage
Throws:
com.liferay.portal.SystemException

setUserUuid

public void setUserUuid(java.lang.String userUuid)
Specified by:
setUserUuid in interface com.liferay.portlet.imagegallery.model.IGImage

getFolder

public com.liferay.portlet.imagegallery.model.IGFolder getFolder()
Specified by:
getFolder in interface com.liferay.portlet.imagegallery.model.IGImage

getNameWithExtension

public java.lang.String getNameWithExtension()
Specified by:
getNameWithExtension in interface com.liferay.portlet.imagegallery.model.IGImage

getImageType

public java.lang.String getImageType()
Specified by:
getImageType in interface com.liferay.portlet.imagegallery.model.IGImage

setImageType

public void setImageType(java.lang.String imageType)
Specified by:
setImageType in interface com.liferay.portlet.imagegallery.model.IGImage

getImageSize

public int getImageSize()
Specified by:
getImageSize in interface com.liferay.portlet.imagegallery.model.IGImage