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.
AMImageEntry,
Serialized FormAM_IMAGE_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
AMImageEntryWrapper(AMImageEntry amImageEntry) |
| Modifier and Type | Method and Description |
|---|---|
AMImageEntry |
cloneWithOriginalValues() |
long |
getAmImageEntryId()
Returns the am image entry ID of this am image entry.
|
long |
getCompanyId()
Returns the company ID of this am image entry.
|
java.lang.String |
getConfigurationUuid()
Returns the configuration uuid of this am image entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this am image entry.
|
long |
getFileVersionId()
Returns the file version ID of this am image entry.
|
long |
getGroupId()
Returns the group ID of this am image entry.
|
int |
getHeight()
Returns the height of this am image entry.
|
java.lang.String |
getMimeType()
Returns the mime type of this am image entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
long |
getPrimaryKey()
Returns the primary key of this am image entry.
|
long |
getSize()
Returns the size of this am image entry.
|
java.lang.String |
getUuid()
Returns the uuid of this am image entry.
|
int |
getWidth()
Returns the width of this am image entry.
|
void |
persist() |
void |
setAmImageEntryId(long amImageEntryId)
Sets the am image entry ID of this am image entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this am image entry.
|
void |
setConfigurationUuid(java.lang.String configurationUuid)
Sets the configuration uuid of this am image entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this am image entry.
|
void |
setFileVersionId(long fileVersionId)
Sets the file version ID of this am image entry.
|
void |
setGroupId(long groupId)
Sets the group ID of this am image entry.
|
void |
setHeight(int height)
Sets the height of this am image entry.
|
void |
setMimeType(java.lang.String mimeType)
Sets the mime type of this am image entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this am image entry.
|
void |
setSize(long size)
Sets the size of this am image entry.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this am image entry.
|
void |
setWidth(int width)
Sets the width of this am image entry.
|
protected AMImageEntryWrapper |
wrap(AMImageEntry amImageEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModelfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelpublic AMImageEntryWrapper(AMImageEntry amImageEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>public AMImageEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface AMImageEntryModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>public long getAmImageEntryId()
getAmImageEntryId in interface AMImageEntryModelpublic long getCompanyId()
getCompanyId in interface AMImageEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic java.lang.String getConfigurationUuid()
getConfigurationUuid in interface AMImageEntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface AMImageEntryModelpublic long getFileVersionId()
getFileVersionId in interface AMImageEntryModelpublic long getGroupId()
getGroupId in interface AMImageEntryModelpublic int getHeight()
getHeight in interface AMImageEntryModelpublic java.lang.String getMimeType()
getMimeType in interface AMImageEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface AMImageEntryModelpublic long getSize()
getSize in interface AMImageEntryModelpublic java.lang.String getUuid()
getUuid in interface AMImageEntryModelpublic int getWidth()
getWidth in interface AMImageEntryModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setAmImageEntryId(long amImageEntryId)
setAmImageEntryId in interface AMImageEntryModelamImageEntryId - the am image entry ID of this am image entrypublic void setCompanyId(long companyId)
setCompanyId in interface AMImageEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this am image entrypublic void setConfigurationUuid(java.lang.String configurationUuid)
setConfigurationUuid in interface AMImageEntryModelconfigurationUuid - the configuration uuid of this am image entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface AMImageEntryModelcreateDate - the create date of this am image entrypublic void setFileVersionId(long fileVersionId)
setFileVersionId in interface AMImageEntryModelfileVersionId - the file version ID of this am image entrypublic void setGroupId(long groupId)
setGroupId in interface AMImageEntryModelgroupId - the group ID of this am image entrypublic void setHeight(int height)
setHeight in interface AMImageEntryModelheight - the height of this am image entrypublic void setMimeType(java.lang.String mimeType)
setMimeType in interface AMImageEntryModelmimeType - the mime type of this am image entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AMImageEntryModelprimaryKey - the primary key of this am image entrypublic void setSize(long size)
setSize in interface AMImageEntryModelsize - the size of this am image entrypublic void setUuid(java.lang.String uuid)
setUuid in interface AMImageEntryModeluuid - the uuid of this am image entrypublic void setWidth(int width)
setWidth in interface AMImageEntryModelwidth - the width of this am image entryprotected AMImageEntryWrapper wrap(AMImageEntry amImageEntry)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AMImageEntry>