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 |
---|---|
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, toUnescapedModel, toXmlString
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
public 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 long getAmImageEntryId()
getAmImageEntryId
in interface AMImageEntryModel
public long getCompanyId()
getCompanyId
in interface AMImageEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.lang.String getConfigurationUuid()
getConfigurationUuid
in interface AMImageEntryModel
public java.util.Date getCreateDate()
getCreateDate
in interface AMImageEntryModel
public long getFileVersionId()
getFileVersionId
in interface AMImageEntryModel
public long getGroupId()
getGroupId
in interface AMImageEntryModel
public int getHeight()
getHeight
in interface AMImageEntryModel
public java.lang.String getMimeType()
getMimeType
in interface AMImageEntryModel
public long getPrimaryKey()
getPrimaryKey
in interface AMImageEntryModel
public long getSize()
getSize
in interface AMImageEntryModel
public java.lang.String getUuid()
getUuid
in interface AMImageEntryModel
public int getWidth()
getWidth
in interface AMImageEntryModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setAmImageEntryId(long amImageEntryId)
setAmImageEntryId
in interface AMImageEntryModel
amImageEntryId
- the am image entry ID of this am image entrypublic void setCompanyId(long companyId)
setCompanyId
in interface AMImageEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this am image entrypublic void setConfigurationUuid(java.lang.String configurationUuid)
setConfigurationUuid
in interface AMImageEntryModel
configurationUuid
- the configuration uuid of this am image entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface AMImageEntryModel
createDate
- the create date of this am image entrypublic void setFileVersionId(long fileVersionId)
setFileVersionId
in interface AMImageEntryModel
fileVersionId
- the file version ID of this am image entrypublic void setGroupId(long groupId)
setGroupId
in interface AMImageEntryModel
groupId
- the group ID of this am image entrypublic void setHeight(int height)
setHeight
in interface AMImageEntryModel
height
- the height of this am image entrypublic void setMimeType(java.lang.String mimeType)
setMimeType
in interface AMImageEntryModel
mimeType
- the mime type of this am image entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface AMImageEntryModel
primaryKey
- the primary key of this am image entrypublic void setSize(long size)
setSize
in interface AMImageEntryModel
size
- the size of this am image entrypublic void setUuid(java.lang.String uuid)
setUuid
in interface AMImageEntryModel
uuid
- the uuid of this am image entrypublic void setWidth(int width)
setWidth
in interface AMImageEntryModel
width
- the width of this am image entryprotected AMImageEntryWrapper wrap(AMImageEntry amImageEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AMImageEntry>