Liferay 6.0.5

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

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

public class IGImageImpl
extends IGImageModelImpl
implements IGImage

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, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
IGImageImpl()
           
 
Method Summary
 IGFolder getFolder()
           
 int getImageSize()
           
 String getImageType()
           
 String getNameWithExtension()
           
static String getNameWithExtension(String name, String type)
           
 void setImageType(String imageType)
           
 
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, getUserUuid, getUuid, hashCode, setCompanyId, setCreateDate, setCustom1ImageId, setCustom2ImageId, setDescription, setExpandoBridgeAttributes, setFolderId, setGroupId, setImageId, setLargeImageId, setModifiedDate, setName, setPrimaryKey, setSmallImageId, setUserId, setUserUuid, 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
clone, compareTo, getCompanyId, getCreateDate, getCustom1ImageId, getCustom2ImageId, getDescription, getExpandoBridge, getFolderId, getGroupId, getImageId, getLargeImageId, getModifiedDate, getName, getPrimaryKey, getPrimaryKeyObj, getSmallImageId, getUserId, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setCustom1ImageId, setCustom2ImageId, setDescription, setEscapedModel, setExpandoBridgeAttributes, setFolderId, setGroupId, setImageId, setLargeImageId, setModifiedDate, setName, setNew, setPrimaryKey, setSmallImageId, setUserId, setUserUuid, setUuid, toEscapedModel, toString, toXmlString
 

Constructor Detail

IGImageImpl

public IGImageImpl()
Method Detail

getNameWithExtension

public static String getNameWithExtension(String name,
                                          String type)

getFolder

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

getImageSize

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

getImageType

public String getImageType()
Specified by:
getImageType in interface IGImage

getNameWithExtension

public String getNameWithExtension()
Specified by:
getNameWithExtension in interface IGImage

setImageType

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

Liferay 6.0.5