Package com.liferay.asset.kernel.model
Class AssetEntryWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<AssetEntry>
com.liferay.asset.kernel.model.AssetEntryWrapper
- All Implemented Interfaces:
AssetEntry
,AssetEntryModel
,AttachedModel
,AuditedModel
,BaseModel<AssetEntry>
,CTModel<AssetEntry>
,ClassedModel
,GroupedModel
,LocalizedModel
,ModelWrapper<AssetEntry>
,MVCCModel
,PersistedModel
,ShardedModel
,TypedModel
,Serializable
,Cloneable
,Comparable<AssetEntry>
public class AssetEntryWrapper
extends BaseModelWrapper<AssetEntry>
implements AssetEntry, ModelWrapper<AssetEntry>
This class is a wrapper for AssetEntry
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.asset.kernel.model.AssetEntry
ENTRY_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
long[]
Returns the fully qualified class name of this asset entry.long
Returns the class name ID of this asset entry.long
Returns the class pk of this asset entry.long
Returns the class type ID of this asset entry.Returns the class uuid of this asset entry.long
Returns the company ID of this asset entry.Returns the create date of this asset entry.long
Returns the ct collection ID of this asset entry.Returns the description of this asset entry.getDescription
(String languageId) Returns the localized description of this asset entry in the language.getDescription
(String languageId, boolean useDefault) Returns the localized description of this asset entry in the language, optionally using the default language if no localization exists for the requested language.getDescription
(Locale locale) Returns the localized description of this asset entry in the language.getDescription
(Locale locale, boolean useDefault) Returns the localized description of this asset entry in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized descriptions of this asset entry.Returns the end date of this asset entry.long
Returns the entry ID of this asset entry.Returns the expiration date of this asset entry.long
Returns the group ID of this asset entry.int
Returns the height of this asset entry.Returns the layout uuid of this asset entry.boolean
Returns the listable of this asset entry.Returns the mime type of this asset entry.Returns the modified date of this asset entry.long
Returns the mvcc version of this asset entry.long
Returns the primary key of this asset entry.double
Returns the priority of this asset entry.Returns the publish date of this asset entry.Returns the start date of this asset entry.Returns the summary of this asset entry.getSummary
(String languageId) Returns the localized summary of this asset entry in the language.getSummary
(String languageId, boolean useDefault) Returns the localized summary of this asset entry in the language, optionally using the default language if no localization exists for the requested language.getSummary
(Locale locale) Returns the localized summary of this asset entry in the language.getSummary
(Locale locale, boolean useDefault) Returns the localized summary of this asset entry in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized summaries of this asset entry.String[]
getTags()
getTitle()
Returns the title of this asset entry.Returns the localized title of this asset entry in the language.Returns the localized title of this asset entry in the language, optionally using the default language if no localization exists for the requested language.Returns the localized title of this asset entry in the language.Returns the localized title of this asset entry in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized titles of this asset entry.getUrl()
Returns the url of this asset entry.long
Returns the user ID of this asset entry.Returns the user name of this asset entry.Returns the user uuid of this asset entry.long
boolean
Returns the visible of this asset entry.int
getWidth()
Returns the width of this asset entry.boolean
Returnstrue
if this asset entry is listable.boolean
Returnstrue
if this asset entry is visible.void
persist()
Updates this model instance in the database or adds it if it does not yet exist.void
void
prepareLocalizedFieldsForImport
(Locale defaultImportLocale) void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this asset entry.void
setClassPK
(long classPK) Sets the class pk of this asset entry.void
setClassTypeId
(long classTypeId) Sets the class type ID of this asset entry.void
setClassUuid
(String classUuid) Sets the class uuid of this asset entry.void
setCompanyId
(long companyId) Sets the company ID of this asset entry.void
setCreateDate
(Date createDate) Sets the create date of this asset entry.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this asset entry.void
setDescription
(String description) Sets the description of this asset entry.void
setDescription
(String description, Locale locale) Sets the localized description of this asset entry in the language.void
setDescription
(String description, Locale locale, Locale defaultLocale) Sets the localized description of this asset entry in the language, and sets the default locale.void
setDescriptionCurrentLanguageId
(String languageId) void
setDescriptionMap
(Map<Locale, String> descriptionMap) Sets the localized descriptions of this asset entry from the map of locales and localized descriptions.void
setDescriptionMap
(Map<Locale, String> descriptionMap, Locale defaultLocale) Sets the localized descriptions of this asset entry from the map of locales and localized descriptions, and sets the default locale.void
setEndDate
(Date endDate) Sets the end date of this asset entry.void
setEntryId
(long entryId) Sets the entry ID of this asset entry.void
setExpirationDate
(Date expirationDate) Sets the expiration date of this asset entry.void
setGroupId
(long groupId) Sets the group ID of this asset entry.void
setHeight
(int height) Sets the height of this asset entry.void
setLayoutUuid
(String layoutUuid) Sets the layout uuid of this asset entry.void
setListable
(boolean listable) Sets whether this asset entry is listable.void
setMimeType
(String mimeType) Sets the mime type of this asset entry.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this asset entry.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this asset entry.void
setPrimaryKey
(long primaryKey) Sets the primary key of this asset entry.void
setPriority
(double priority) Sets the priority of this asset entry.void
setPublishDate
(Date publishDate) Sets the publish date of this asset entry.void
setStartDate
(Date startDate) Sets the start date of this asset entry.void
setSummary
(String summary) Sets the summary of this asset entry.void
setSummary
(String summary, Locale locale) Sets the localized summary of this asset entry in the language.void
setSummary
(String summary, Locale locale, Locale defaultLocale) Sets the localized summary of this asset entry in the language, and sets the default locale.void
setSummaryCurrentLanguageId
(String languageId) void
setSummaryMap
(Map<Locale, String> summaryMap) Sets the localized summaries of this asset entry from the map of locales and localized summaries.void
setSummaryMap
(Map<Locale, String> summaryMap, Locale defaultLocale) Sets the localized summaries of this asset entry from the map of locales and localized summaries, and sets the default locale.void
Sets the title of this asset entry.void
Sets the localized title of this asset entry in the language.void
Sets the localized title of this asset entry in the language, and sets the default locale.void
setTitleCurrentLanguageId
(String languageId) void
setTitleMap
(Map<Locale, String> titleMap) Sets the localized titles of this asset entry from the map of locales and localized titles.void
setTitleMap
(Map<Locale, String> titleMap, Locale defaultLocale) Sets the localized titles of this asset entry from the map of locales and localized titles, and sets the default locale.void
Sets the url of this asset entry.void
setUserId
(long userId) Sets the user ID of this asset entry.void
setUserName
(String userName) Sets the user name of this asset entry.void
setUserUuid
(String userUuid) Sets the user uuid of this asset entry.void
setVisible
(boolean visible) Sets whether this asset entry is visible.void
setWidth
(int width) Sets the width of this asset entry.protected AssetEntryWrapper
wrap
(AssetEntry assetEntry) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
AssetEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<AssetEntry>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<AssetEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceAssetEntryModel
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<AssetEntry>
-
getAssetRenderer
- Specified by:
getAssetRenderer
in interfaceAssetEntry
-
getAssetRendererFactory
- Specified by:
getAssetRendererFactory
in interfaceAssetEntry
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIds
in interfaceAssetEntryModel
- Specified by:
getAvailableLanguageIds
in interfaceLocalizedModel
-
getCategories
- Specified by:
getCategories
in interfaceAssetEntry
-
getCategoryIds
public long[] getCategoryIds()- Specified by:
getCategoryIds
in interfaceAssetEntry
-
getClassName
Returns the fully qualified class name of this asset entry.- Specified by:
getClassName
in interfaceAssetEntryModel
- Specified by:
getClassName
in interfaceTypedModel
- Returns:
- the fully qualified class name of this asset entry
-
getClassNameId
public long getClassNameId()Returns the class name ID of this asset entry.- Specified by:
getClassNameId
in interfaceAssetEntryModel
- Specified by:
getClassNameId
in interfaceTypedModel
- Returns:
- the class name ID of this asset entry
-
getClassPK
public long getClassPK()Returns the class pk of this asset entry.- Specified by:
getClassPK
in interfaceAssetEntryModel
- Specified by:
getClassPK
in interfaceAttachedModel
- Returns:
- the class pk of this asset entry
-
getClassTypeId
public long getClassTypeId()Returns the class type ID of this asset entry.- Specified by:
getClassTypeId
in interfaceAssetEntryModel
- Returns:
- the class type ID of this asset entry
-
getClassUuid
Returns the class uuid of this asset entry.- Specified by:
getClassUuid
in interfaceAssetEntryModel
- Returns:
- the class uuid of this asset entry
-
getCompanyId
public long getCompanyId()Returns the company ID of this asset entry.- Specified by:
getCompanyId
in interfaceAssetEntryModel
- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this asset entry
-
getCreateDate
Returns the create date of this asset entry.- Specified by:
getCreateDate
in interfaceAssetEntryModel
- Specified by:
getCreateDate
in interfaceAuditedModel
- Returns:
- the create date of this asset entry
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this asset entry.- Specified by:
getCtCollectionId
in interfaceAssetEntryModel
- Specified by:
getCtCollectionId
in interfaceCTModel<AssetEntry>
- Returns:
- the ct collection ID of this asset entry
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageId
in interfaceAssetEntryModel
- Specified by:
getDefaultLanguageId
in interfaceLocalizedModel
-
getDescription
Returns the description of this asset entry.- Specified by:
getDescription
in interfaceAssetEntryModel
- Returns:
- the description of this asset entry
-
getDescription
Returns the localized description of this asset entry in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceAssetEntryModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized description of this asset entry
-
getDescription
Returns the localized description of this asset entry in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceAssetEntryModel
- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized description of this asset entry. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getDescription
Returns the localized description of this asset entry in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceAssetEntryModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized description of this asset entry
-
getDescription
Returns the localized description of this asset entry in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescription
in interfaceAssetEntryModel
- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized description of this asset entry
-
getDescriptionCurrentLanguageId
- Specified by:
getDescriptionCurrentLanguageId
in interfaceAssetEntryModel
-
getDescriptionCurrentValue
- Specified by:
getDescriptionCurrentValue
in interfaceAssetEntryModel
-
getDescriptionMap
Returns a map of the locales and localized descriptions of this asset entry.- Specified by:
getDescriptionMap
in interfaceAssetEntryModel
- Returns:
- the locales and localized descriptions of this asset entry
-
getEndDate
Returns the end date of this asset entry.- Specified by:
getEndDate
in interfaceAssetEntryModel
- Returns:
- the end date of this asset entry
-
getEntryId
public long getEntryId()Returns the entry ID of this asset entry.- Specified by:
getEntryId
in interfaceAssetEntryModel
- Returns:
- the entry ID of this asset entry
-
getExpirationDate
Returns the expiration date of this asset entry.- Specified by:
getExpirationDate
in interfaceAssetEntryModel
- Returns:
- the expiration date of this asset entry
-
getGroupId
public long getGroupId()Returns the group ID of this asset entry.- Specified by:
getGroupId
in interfaceAssetEntryModel
- Specified by:
getGroupId
in interfaceGroupedModel
- Returns:
- the group ID of this asset entry
-
getHeight
public int getHeight()Returns the height of this asset entry.- Specified by:
getHeight
in interfaceAssetEntryModel
- Returns:
- the height of this asset entry
-
getLayoutUuid
Returns the layout uuid of this asset entry.- Specified by:
getLayoutUuid
in interfaceAssetEntryModel
- Returns:
- the layout uuid of this asset entry
-
getListable
public boolean getListable()Returns the listable of this asset entry.- Specified by:
getListable
in interfaceAssetEntryModel
- Returns:
- the listable of this asset entry
-
getMimeType
Returns the mime type of this asset entry.- Specified by:
getMimeType
in interfaceAssetEntryModel
- Returns:
- the mime type of this asset entry
-
getModifiedDate
Returns the modified date of this asset entry.- Specified by:
getModifiedDate
in interfaceAssetEntryModel
- Specified by:
getModifiedDate
in interfaceAuditedModel
- Returns:
- the modified date of this asset entry
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this asset entry.- Specified by:
getMvccVersion
in interfaceAssetEntryModel
- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this asset entry
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this asset entry.- Specified by:
getPrimaryKey
in interfaceAssetEntryModel
- Specified by:
getPrimaryKey
in interfaceCTModel<AssetEntry>
- Returns:
- the primary key of this asset entry
-
getPriority
public double getPriority()Returns the priority of this asset entry.- Specified by:
getPriority
in interfaceAssetEntryModel
- Returns:
- the priority of this asset entry
-
getPublishDate
Returns the publish date of this asset entry.- Specified by:
getPublishDate
in interfaceAssetEntryModel
- Returns:
- the publish date of this asset entry
-
getStartDate
Returns the start date of this asset entry.- Specified by:
getStartDate
in interfaceAssetEntryModel
- Returns:
- the start date of this asset entry
-
getSummary
Returns the summary of this asset entry.- Specified by:
getSummary
in interfaceAssetEntryModel
- Returns:
- the summary of this asset entry
-
getSummary
Returns the localized summary of this asset entry in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getSummary
in interfaceAssetEntryModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized summary of this asset entry
-
getSummary
Returns the localized summary of this asset entry in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getSummary
in interfaceAssetEntryModel
- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized summary of this asset entry. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getSummary
Returns the localized summary of this asset entry in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getSummary
in interfaceAssetEntryModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized summary of this asset entry
-
getSummary
Returns the localized summary of this asset entry in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getSummary
in interfaceAssetEntryModel
- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized summary of this asset entry
-
getSummaryCurrentLanguageId
- Specified by:
getSummaryCurrentLanguageId
in interfaceAssetEntryModel
-
getSummaryCurrentValue
- Specified by:
getSummaryCurrentValue
in interfaceAssetEntryModel
-
getSummaryMap
Returns a map of the locales and localized summaries of this asset entry.- Specified by:
getSummaryMap
in interfaceAssetEntryModel
- Returns:
- the locales and localized summaries of this asset entry
-
getTagNames
- Specified by:
getTagNames
in interfaceAssetEntry
-
getTags
- Specified by:
getTags
in interfaceAssetEntry
-
getTitle
Returns the title of this asset entry.- Specified by:
getTitle
in interfaceAssetEntryModel
- Returns:
- the title of this asset entry
-
getTitle
Returns the localized title of this asset entry in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getTitle
in interfaceAssetEntryModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized title of this asset entry
-
getTitle
Returns the localized title of this asset entry in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getTitle
in interfaceAssetEntryModel
- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized title of this asset entry. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getTitle
Returns the localized title of this asset entry in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getTitle
in interfaceAssetEntryModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized title of this asset entry
-
getTitle
Returns the localized title of this asset entry in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getTitle
in interfaceAssetEntryModel
- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized title of this asset entry
-
getTitleCurrentLanguageId
- Specified by:
getTitleCurrentLanguageId
in interfaceAssetEntryModel
-
getTitleCurrentValue
- Specified by:
getTitleCurrentValue
in interfaceAssetEntryModel
-
getTitleMap
Returns a map of the locales and localized titles of this asset entry.- Specified by:
getTitleMap
in interfaceAssetEntryModel
- Returns:
- the locales and localized titles of this asset entry
-
getUrl
Returns the url of this asset entry.- Specified by:
getUrl
in interfaceAssetEntryModel
- Returns:
- the url of this asset entry
-
getUserId
public long getUserId()Returns the user ID of this asset entry.- Specified by:
getUserId
in interfaceAssetEntryModel
- Specified by:
getUserId
in interfaceAuditedModel
- Returns:
- the user ID of this asset entry
-
getUserName
Returns the user name of this asset entry.- Specified by:
getUserName
in interfaceAssetEntryModel
- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this asset entry
-
getUserUuid
Returns the user uuid of this asset entry.- Specified by:
getUserUuid
in interfaceAssetEntryModel
- Specified by:
getUserUuid
in interfaceAuditedModel
- Returns:
- the user uuid of this asset entry
-
getViewCount
public long getViewCount()- Specified by:
getViewCount
in interfaceAssetEntry
-
getVisible
public boolean getVisible()Returns the visible of this asset entry.- Specified by:
getVisible
in interfaceAssetEntryModel
- Returns:
- the visible of this asset entry
-
getWidth
public int getWidth()Returns the width of this asset entry.- Specified by:
getWidth
in interfaceAssetEntryModel
- Returns:
- the width of this asset entry
-
isListable
public boolean isListable()Returnstrue
if this asset entry is listable.- Specified by:
isListable
in interfaceAssetEntryModel
- Returns:
true
if this asset entry is listable;false
otherwise
-
isVisible
public boolean isVisible()Returnstrue
if this asset entry is visible.- Specified by:
isVisible
in interfaceAssetEntryModel
- Returns:
true
if this asset entry is visible;false
otherwise
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
prepareLocalizedFieldsForImport
- Specified by:
prepareLocalizedFieldsForImport
in interfaceAssetEntryModel
- Specified by:
prepareLocalizedFieldsForImport
in interfaceLocalizedModel
- Throws:
LocaleException
-
prepareLocalizedFieldsForImport
- Specified by:
prepareLocalizedFieldsForImport
in interfaceAssetEntryModel
- Specified by:
prepareLocalizedFieldsForImport
in interfaceLocalizedModel
- Throws:
LocaleException
-
setClassName
- Specified by:
setClassName
in interfaceAssetEntryModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this asset entry.- Specified by:
setClassNameId
in interfaceAssetEntryModel
- Specified by:
setClassNameId
in interfaceTypedModel
- Parameters:
classNameId
- the class name ID of this asset entry
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this asset entry.- Specified by:
setClassPK
in interfaceAssetEntryModel
- Specified by:
setClassPK
in interfaceAttachedModel
- Parameters:
classPK
- the class pk of this asset entry
-
setClassTypeId
public void setClassTypeId(long classTypeId) Sets the class type ID of this asset entry.- Specified by:
setClassTypeId
in interfaceAssetEntryModel
- Parameters:
classTypeId
- the class type ID of this asset entry
-
setClassUuid
Sets the class uuid of this asset entry.- Specified by:
setClassUuid
in interfaceAssetEntryModel
- Parameters:
classUuid
- the class uuid of this asset entry
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this asset entry.- Specified by:
setCompanyId
in interfaceAssetEntryModel
- Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this asset entry
-
setCreateDate
Sets the create date of this asset entry.- Specified by:
setCreateDate
in interfaceAssetEntryModel
- Specified by:
setCreateDate
in interfaceAuditedModel
- Parameters:
createDate
- the create date of this asset entry
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this asset entry.- Specified by:
setCtCollectionId
in interfaceAssetEntryModel
- Specified by:
setCtCollectionId
in interfaceCTModel<AssetEntry>
- Parameters:
ctCollectionId
- the ct collection ID of this asset entry
-
setDescription
Sets the description of this asset entry.- Specified by:
setDescription
in interfaceAssetEntryModel
- Parameters:
description
- the description of this asset entry
-
setDescription
Sets the localized description of this asset entry in the language.- Specified by:
setDescription
in interfaceAssetEntryModel
- Parameters:
description
- the localized description of this asset entrylocale
- the locale of the language
-
setDescription
Sets the localized description of this asset entry in the language, and sets the default locale.- Specified by:
setDescription
in interfaceAssetEntryModel
- Parameters:
description
- the localized description of this asset entrylocale
- the locale of the languagedefaultLocale
- the default locale
-
setDescriptionCurrentLanguageId
- Specified by:
setDescriptionCurrentLanguageId
in interfaceAssetEntryModel
-
setDescriptionMap
Sets the localized descriptions of this asset entry from the map of locales and localized descriptions.- Specified by:
setDescriptionMap
in interfaceAssetEntryModel
- Parameters:
descriptionMap
- the locales and localized descriptions of this asset entry
-
setDescriptionMap
Sets the localized descriptions of this asset entry from the map of locales and localized descriptions, and sets the default locale.- Specified by:
setDescriptionMap
in interfaceAssetEntryModel
- Parameters:
descriptionMap
- the locales and localized descriptions of this asset entrydefaultLocale
- the default locale
-
setEndDate
Sets the end date of this asset entry.- Specified by:
setEndDate
in interfaceAssetEntryModel
- Parameters:
endDate
- the end date of this asset entry
-
setEntryId
public void setEntryId(long entryId) Sets the entry ID of this asset entry.- Specified by:
setEntryId
in interfaceAssetEntryModel
- Parameters:
entryId
- the entry ID of this asset entry
-
setExpirationDate
Sets the expiration date of this asset entry.- Specified by:
setExpirationDate
in interfaceAssetEntryModel
- Parameters:
expirationDate
- the expiration date of this asset entry
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this asset entry.- Specified by:
setGroupId
in interfaceAssetEntryModel
- Specified by:
setGroupId
in interfaceGroupedModel
- Parameters:
groupId
- the group ID of this asset entry
-
setHeight
public void setHeight(int height) Sets the height of this asset entry.- Specified by:
setHeight
in interfaceAssetEntryModel
- Parameters:
height
- the height of this asset entry
-
setLayoutUuid
Sets the layout uuid of this asset entry.- Specified by:
setLayoutUuid
in interfaceAssetEntryModel
- Parameters:
layoutUuid
- the layout uuid of this asset entry
-
setListable
public void setListable(boolean listable) Sets whether this asset entry is listable.- Specified by:
setListable
in interfaceAssetEntryModel
- Parameters:
listable
- the listable of this asset entry
-
setMimeType
Sets the mime type of this asset entry.- Specified by:
setMimeType
in interfaceAssetEntryModel
- Parameters:
mimeType
- the mime type of this asset entry
-
setModifiedDate
Sets the modified date of this asset entry.- Specified by:
setModifiedDate
in interfaceAssetEntryModel
- Specified by:
setModifiedDate
in interfaceAuditedModel
- Parameters:
modifiedDate
- the modified date of this asset entry
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this asset entry.- Specified by:
setMvccVersion
in interfaceAssetEntryModel
- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this asset entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this asset entry.- Specified by:
setPrimaryKey
in interfaceAssetEntryModel
- Specified by:
setPrimaryKey
in interfaceCTModel<AssetEntry>
- Parameters:
primaryKey
- the primary key of this asset entry
-
setPriority
public void setPriority(double priority) Sets the priority of this asset entry.- Specified by:
setPriority
in interfaceAssetEntryModel
- Parameters:
priority
- the priority of this asset entry
-
setPublishDate
Sets the publish date of this asset entry.- Specified by:
setPublishDate
in interfaceAssetEntryModel
- Parameters:
publishDate
- the publish date of this asset entry
-
setStartDate
Sets the start date of this asset entry.- Specified by:
setStartDate
in interfaceAssetEntryModel
- Parameters:
startDate
- the start date of this asset entry
-
setSummary
Sets the summary of this asset entry.- Specified by:
setSummary
in interfaceAssetEntryModel
- Parameters:
summary
- the summary of this asset entry
-
setSummary
Sets the localized summary of this asset entry in the language.- Specified by:
setSummary
in interfaceAssetEntryModel
- Parameters:
summary
- the localized summary of this asset entrylocale
- the locale of the language
-
setSummary
Sets the localized summary of this asset entry in the language, and sets the default locale.- Specified by:
setSummary
in interfaceAssetEntryModel
- Parameters:
summary
- the localized summary of this asset entrylocale
- the locale of the languagedefaultLocale
- the default locale
-
setSummaryCurrentLanguageId
- Specified by:
setSummaryCurrentLanguageId
in interfaceAssetEntryModel
-
setSummaryMap
Sets the localized summaries of this asset entry from the map of locales and localized summaries.- Specified by:
setSummaryMap
in interfaceAssetEntryModel
- Parameters:
summaryMap
- the locales and localized summaries of this asset entry
-
setSummaryMap
Sets the localized summaries of this asset entry from the map of locales and localized summaries, and sets the default locale.- Specified by:
setSummaryMap
in interfaceAssetEntryModel
- Parameters:
summaryMap
- the locales and localized summaries of this asset entrydefaultLocale
- the default locale
-
setTitle
Sets the title of this asset entry.- Specified by:
setTitle
in interfaceAssetEntryModel
- Parameters:
title
- the title of this asset entry
-
setTitle
Sets the localized title of this asset entry in the language.- Specified by:
setTitle
in interfaceAssetEntryModel
- Parameters:
title
- the localized title of this asset entrylocale
- the locale of the language
-
setTitle
Sets the localized title of this asset entry in the language, and sets the default locale.- Specified by:
setTitle
in interfaceAssetEntryModel
- Parameters:
title
- the localized title of this asset entrylocale
- the locale of the languagedefaultLocale
- the default locale
-
setTitleCurrentLanguageId
- Specified by:
setTitleCurrentLanguageId
in interfaceAssetEntryModel
-
setTitleMap
Sets the localized titles of this asset entry from the map of locales and localized titles.- Specified by:
setTitleMap
in interfaceAssetEntryModel
- Parameters:
titleMap
- the locales and localized titles of this asset entry
-
setTitleMap
Sets the localized titles of this asset entry from the map of locales and localized titles, and sets the default locale.- Specified by:
setTitleMap
in interfaceAssetEntryModel
- Parameters:
titleMap
- the locales and localized titles of this asset entrydefaultLocale
- the default locale
-
setUrl
Sets the url of this asset entry.- Specified by:
setUrl
in interfaceAssetEntryModel
- Parameters:
url
- the url of this asset entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this asset entry.- Specified by:
setUserId
in interfaceAssetEntryModel
- Specified by:
setUserId
in interfaceAuditedModel
- Parameters:
userId
- the user ID of this asset entry
-
setUserName
Sets the user name of this asset entry.- Specified by:
setUserName
in interfaceAssetEntryModel
- Specified by:
setUserName
in interfaceAuditedModel
- Parameters:
userName
- the user name of this asset entry
-
setUserUuid
Sets the user uuid of this asset entry.- Specified by:
setUserUuid
in interfaceAssetEntryModel
- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this asset entry
-
setVisible
public void setVisible(boolean visible) Sets whether this asset entry is visible.- Specified by:
setVisible
in interfaceAssetEntryModel
- Parameters:
visible
- the visible of this asset entry
-
setWidth
public void setWidth(int width) Sets the width of this asset entry.- Specified by:
setWidth
in interfaceAssetEntryModel
- Parameters:
width
- the width of this asset entry
-
toXmlString
- Specified by:
toXmlString
in interfaceAssetEntryModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfaceBaseModel<AssetEntry>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfaceBaseModel<AssetEntry>
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<AssetEntry>
-