@ProviderType public interface AMImageEntryModel extends com.liferay.portal.kernel.model.BaseModel<AMImageEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
This interface and its corresponding implementation com.liferay.adaptive.media.image.model.impl.AMImageEntryModelImpl
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.adaptive.media.image.model.impl.AMImageEntryImpl
.
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 |
getCtCollectionId()
Returns the ct collection ID 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.
|
long |
getMvccVersion()
Returns the mvcc version of this am image entry.
|
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 |
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 |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID 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 |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this am image entry.
|
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.
|
default java.lang.String |
toXmlString() |
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
long getPrimaryKey()
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>
primaryKey
- the primary key of this am image entrylong getMvccVersion()
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
mvccVersion
- the mvcc version of this am image entrylong getCtCollectionId()
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>
ctCollectionId
- the ct collection ID of this am image entry@AutoEscape java.lang.String getUuid()
void setUuid(java.lang.String uuid)
uuid
- the uuid of this am image entrylong getAmImageEntryId()
void setAmImageEntryId(long amImageEntryId)
amImageEntryId
- the am image entry ID of this am image entrylong getGroupId()
void setGroupId(long groupId)
groupId
- the group ID of this am image entrylong getCompanyId()
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this am image entryjava.util.Date getCreateDate()
void setCreateDate(java.util.Date createDate)
createDate
- the create date of this am image entry@AutoEscape java.lang.String getConfigurationUuid()
void setConfigurationUuid(java.lang.String configurationUuid)
configurationUuid
- the configuration uuid of this am image entrylong getFileVersionId()
void setFileVersionId(long fileVersionId)
fileVersionId
- the file version ID of this am image entry@AutoEscape java.lang.String getMimeType()
void setMimeType(java.lang.String mimeType)
mimeType
- the mime type of this am image entryint getHeight()
void setHeight(int height)
height
- the height of this am image entryint getWidth()
void setWidth(int width)
width
- the width of this am image entrylong getSize()
void setSize(long size)
size
- the size of this am image entryAMImageEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
default java.lang.String toXmlString()