Interface AMImageEntryModel
- All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<AMImageEntry>,com.liferay.portal.kernel.model.ClassedModel,Cloneable,Comparable<AMImageEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>,com.liferay.portal.kernel.model.MVCCModel,Serializable,com.liferay.portal.kernel.model.ShardedModel
- All Known Subinterfaces:
AMImageEntry
- All Known Implementing Classes:
AMImageEntryWrapper
@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
The base model interface for the AMImageEntry service. Represents a row in the "AMImageEntry" database table, with each column mapped to a property of this class.
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.
- See Also:
- Generated:
-
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.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.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.default StringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this am image entry.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>- Returns:
- the primary key of this am image entry
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this am image entry.- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>- Parameters:
primaryKey- the primary key of this am image entry
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this am image entry.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this am image entry
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this am image entry.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Parameters:
mvccVersion- the mvcc version of this am image entry
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this am image entry.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>- Returns:
- the ct collection ID of this am image entry
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this am image entry.- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<AMImageEntry>- Parameters:
ctCollectionId- the ct collection ID of this am image entry
-
getUuid
Returns the uuid of this am image entry.- Returns:
- the uuid of this am image entry
-
setUuid
Sets the uuid of this am image entry.- Parameters:
uuid- the uuid of this am image entry
-
getAmImageEntryId
long getAmImageEntryId()Returns the am image entry ID of this am image entry.- Returns:
- the am image entry ID of this am image entry
-
setAmImageEntryId
void setAmImageEntryId(long amImageEntryId) Sets the am image entry ID of this am image entry.- Parameters:
amImageEntryId- the am image entry ID of this am image entry
-
getGroupId
long getGroupId()Returns the group ID of this am image entry.- Returns:
- the group ID of this am image entry
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this am image entry.- Parameters:
groupId- the group ID of this am image entry
-
getCompanyId
long getCompanyId()Returns the company ID of this am image entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this am image entry
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this am image entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Parameters:
companyId- the company ID of this am image entry
-
getCreateDate
Date getCreateDate()Returns the create date of this am image entry.- Returns:
- the create date of this am image entry
-
setCreateDate
Sets the create date of this am image entry.- Parameters:
createDate- the create date of this am image entry
-
getConfigurationUuid
Returns the configuration uuid of this am image entry.- Returns:
- the configuration uuid of this am image entry
-
setConfigurationUuid
Sets the configuration uuid of this am image entry.- Parameters:
configurationUuid- the configuration uuid of this am image entry
-
getFileVersionId
long getFileVersionId()Returns the file version ID of this am image entry.- Returns:
- the file version ID of this am image entry
-
setFileVersionId
void setFileVersionId(long fileVersionId) Sets the file version ID of this am image entry.- Parameters:
fileVersionId- the file version ID of this am image entry
-
getMimeType
Returns the mime type of this am image entry.- Returns:
- the mime type of this am image entry
-
setMimeType
Sets the mime type of this am image entry.- Parameters:
mimeType- the mime type of this am image entry
-
getHeight
int getHeight()Returns the height of this am image entry.- Returns:
- the height of this am image entry
-
setHeight
void setHeight(int height) Sets the height of this am image entry.- Parameters:
height- the height of this am image entry
-
getWidth
int getWidth()Returns the width of this am image entry.- Returns:
- the width of this am image entry
-
setWidth
void setWidth(int width) Sets the width of this am image entry.- Parameters:
width- the width of this am image entry
-
getSize
long getSize()Returns the size of this am image entry.- Returns:
- the size of this am image entry
-
setSize
void setSize(long size) Sets the size of this am image entry.- Parameters:
size- the size of this am image entry
-
cloneWithOriginalValues
AMImageEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<AMImageEntry>
-
toXmlString
-