Class AMImageEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AMImageEntry>
com.liferay.adaptive.media.image.model.AMImageEntryWrapper
- All Implemented Interfaces:
AMImageEntry,AMImageEntryModel,com.liferay.portal.kernel.model.BaseModel<AMImageEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ModelWrapper<AMImageEntry>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,Serializable,Cloneable,Comparable<AMImageEntry>
public class AMImageEntryWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AMImageEntry>
implements AMImageEntry, com.liferay.portal.kernel.model.ModelWrapper<AMImageEntry>
This class is a wrapper for AMImageEntry.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.adaptive.media.image.model.AMImageEntry
AM_IMAGE_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the am image entry ID of this am image entry.longReturns the company ID of this am image entry.Returns the configuration uuid of this am image entry.Returns the create date of this am image entry.longReturns the ct collection ID of this am image entry.longReturns the file version ID of this am image entry.longReturns the group ID of this am image entry.intReturns the height of this am image entry.Returns the mime type of this am image entry.longReturns the mvcc version of this am image entry.longReturns the primary key of this am image entry.longgetSize()Returns the size of this am image entry.getUuid()Returns the uuid of this am image entry.intgetWidth()Returns the width of this am image entry.voidpersist()voidsetAmImageEntryId(long amImageEntryId) Sets the am image entry ID of this am image entry.voidsetCompanyId(long companyId) Sets the company ID of this am image entry.voidsetConfigurationUuid(String configurationUuid) Sets the configuration uuid of this am image entry.voidsetCreateDate(Date createDate) Sets the create date of this am image entry.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this am image entry.voidsetFileVersionId(long fileVersionId) Sets the file version ID of this am image entry.voidsetGroupId(long groupId) Sets the group ID of this am image entry.voidsetHeight(int height) Sets the height of this am image entry.voidsetMimeType(String mimeType) Sets the mime type of this am image entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this am image entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this am image entry.voidsetSize(long size) Sets the size of this am image entry.voidSets the uuid of this am image entry.voidsetWidth(int width) Sets the width of this am image entry.protected AMImageEntryWrapperwrap(AMImageEntry amImageEntry) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AMImageEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AMImageEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<AMImageEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceAMImageEntryModel- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AMImageEntry>
-
getAmImageEntryId
public long getAmImageEntryId()Returns the am image entry ID of this am image entry.- Specified by:
getAmImageEntryIdin interfaceAMImageEntryModel- Returns:
- the am image entry ID of this am image entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this am image entry.- Specified by:
getCompanyIdin interfaceAMImageEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this am image entry
-
getConfigurationUuid
Returns the configuration uuid of this am image entry.- Specified by:
getConfigurationUuidin interfaceAMImageEntryModel- Returns:
- the configuration uuid of this am image entry
-
getCreateDate
Returns the create date of this am image entry.- Specified by:
getCreateDatein interfaceAMImageEntryModel- Returns:
- the create date of this am image entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this am image entry.- Specified by:
getCtCollectionIdin interfaceAMImageEntryModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>- Returns:
- the ct collection ID of this am image entry
-
getFileVersionId
public long getFileVersionId()Returns the file version ID of this am image entry.- Specified by:
getFileVersionIdin interfaceAMImageEntryModel- Returns:
- the file version ID of this am image entry
-
getGroupId
public long getGroupId()Returns the group ID of this am image entry.- Specified by:
getGroupIdin interfaceAMImageEntryModel- Returns:
- the group ID of this am image entry
-
getHeight
public int getHeight()Returns the height of this am image entry.- Specified by:
getHeightin interfaceAMImageEntryModel- Returns:
- the height of this am image entry
-
getMimeType
Returns the mime type of this am image entry.- Specified by:
getMimeTypein interfaceAMImageEntryModel- Returns:
- the mime type of this am image entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this am image entry.- Specified by:
getMvccVersionin interfaceAMImageEntryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this am image entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this am image entry.- Specified by:
getPrimaryKeyin interfaceAMImageEntryModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>- Returns:
- the primary key of this am image entry
-
getSize
public long getSize()Returns the size of this am image entry.- Specified by:
getSizein interfaceAMImageEntryModel- Returns:
- the size of this am image entry
-
getUuid
Returns the uuid of this am image entry.- Specified by:
getUuidin interfaceAMImageEntryModel- Returns:
- the uuid of this am image entry
-
getWidth
public int getWidth()Returns the width of this am image entry.- Specified by:
getWidthin interfaceAMImageEntryModel- Returns:
- the width of this am image entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setAmImageEntryId
public void setAmImageEntryId(long amImageEntryId) Sets the am image entry ID of this am image entry.- Specified by:
setAmImageEntryIdin interfaceAMImageEntryModel- Parameters:
amImageEntryId- the am image entry ID of this am image entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this am image entry.- Specified by:
setCompanyIdin interfaceAMImageEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this am image entry
-
setConfigurationUuid
Sets the configuration uuid of this am image entry.- Specified by:
setConfigurationUuidin interfaceAMImageEntryModel- Parameters:
configurationUuid- the configuration uuid of this am image entry
-
setCreateDate
Sets the create date of this am image entry.- Specified by:
setCreateDatein interfaceAMImageEntryModel- Parameters:
createDate- the create date of this am image entry
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this am image entry.- Specified by:
setCtCollectionIdin interfaceAMImageEntryModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>- Parameters:
ctCollectionId- the ct collection ID of this am image entry
-
setFileVersionId
public void setFileVersionId(long fileVersionId) Sets the file version ID of this am image entry.- Specified by:
setFileVersionIdin interfaceAMImageEntryModel- Parameters:
fileVersionId- the file version ID of this am image entry
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this am image entry.- Specified by:
setGroupIdin interfaceAMImageEntryModel- Parameters:
groupId- the group ID of this am image entry
-
setHeight
public void setHeight(int height) Sets the height of this am image entry.- Specified by:
setHeightin interfaceAMImageEntryModel- Parameters:
height- the height of this am image entry
-
setMimeType
Sets the mime type of this am image entry.- Specified by:
setMimeTypein interfaceAMImageEntryModel- Parameters:
mimeType- the mime type of this am image entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this am image entry.- Specified by:
setMvccVersionin interfaceAMImageEntryModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this am image entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this am image entry.- Specified by:
setPrimaryKeyin interfaceAMImageEntryModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>- Parameters:
primaryKey- the primary key of this am image entry
-
setSize
public void setSize(long size) Sets the size of this am image entry.- Specified by:
setSizein interfaceAMImageEntryModel- Parameters:
size- the size of this am image entry
-
setUuid
Sets the uuid of this am image entry.- Specified by:
setUuidin interfaceAMImageEntryModel- Parameters:
uuid- the uuid of this am image entry
-
setWidth
public void setWidth(int width) Sets the width of this am image entry.- Specified by:
setWidthin interfaceAMImageEntryModel- Parameters:
width- the width of this am image entry
-
toXmlString
- Specified by:
toXmlStringin interfaceAMImageEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<AMImageEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<AMImageEntry>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AMImageEntry>
-