@ProviderType public interface AMImageEntryModel extends com.liferay.portal.kernel.model.BaseModel<AMImageEntry>, 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
,
com.liferay.adaptive.media.image.model.impl.AMImageEntryImpl
,
com.liferay.adaptive.media.image.model.impl.AMImageEntryModelImpl
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
clone() |
int |
compareTo(AMImageEntry amImageEntry) |
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.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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 |
getPrimaryKey()
Returns the primary key of this am image entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEscapedModel() |
boolean |
isNew() |
void |
setAmImageEntryId(long amImageEntryId)
Sets the am image entry ID of this am image entry.
|
void |
setCachedModel(boolean cachedModel) |
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 |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this am image entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<AMImageEntry> |
toCacheModel() |
AMImageEntry |
toEscapedModel() |
java.lang.String |
toString() |
AMImageEntry |
toUnescapedModel() |
java.lang.String |
toXmlString() |
long getPrimaryKey()
void setPrimaryKey(long primaryKey)
primaryKey
- the primary key 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 entryboolean isNew()
isNew
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
void setNew(boolean n)
setNew
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
boolean isCachedModel()
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
void setCachedModel(boolean cachedModel)
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
boolean isEscapedModel()
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
java.lang.Object clone()
clone
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
int compareTo(AMImageEntry amImageEntry)
compareTo
in interface java.lang.Comparable<AMImageEntry>
int hashCode()
hashCode
in class java.lang.Object
com.liferay.portal.kernel.model.CacheModel<AMImageEntry> toCacheModel()
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
AMImageEntry toEscapedModel()
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
AMImageEntry toUnescapedModel()
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>
java.lang.String toString()
toString
in class java.lang.Object
java.lang.String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<AMImageEntry>