Liferay 6.2.0

com.liferay.portlet.asset.model
Interface AssetEntryModel

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<AssetEntry>, ClassedModel, Cloneable, Comparable<AssetEntry>, GroupedModel, Serializable, TypedModel
All Known Subinterfaces:
AssetEntry
All Known Implementing Classes:
AssetEntryBaseImpl, AssetEntryImpl, AssetEntryModelImpl, AssetEntryWrapper

@ProviderType
public interface AssetEntryModel
extends AttachedModel, BaseModel<AssetEntry>, GroupedModel

The base model interface for the AssetEntry service. Represents a row in the "AssetEntry" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation AssetEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AssetEntryImpl.

See Also:
AssetEntry, AssetEntryImpl, AssetEntryModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
abstract  Object clone()
          Creates a shallow clone of this model instance.
abstract  int compareTo(AssetEntry assetEntry)
           
abstract  String[] getAvailableLanguageIds()
           
abstract  String getClassName()
          Returns the fully qualified class name of this asset entry.
abstract  long getClassNameId()
          Returns the class name ID of this asset entry.
abstract  long getClassPK()
          Returns the class p k of this asset entry.
abstract  long getClassTypeId()
          Returns the class type ID of this asset entry.
abstract  String getClassUuid()
          Returns the class uuid of this asset entry.
abstract  long getCompanyId()
          Returns the company ID of this asset entry.
abstract  Date getCreateDate()
          Returns the create date of this asset entry.
abstract  String getDefaultLanguageId()
           
abstract  String getDescription()
          Returns the description of this asset entry.
abstract  String getDescription(Locale locale)
          Returns the localized description of this asset entry in the language.
abstract  String 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.
abstract  String getDescription(String languageId)
          Returns the localized description of this asset entry in the language.
abstract  String 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.
abstract  String getDescriptionCurrentLanguageId()
           
abstract  String getDescriptionCurrentValue()
           
abstract  Map<Locale,String> getDescriptionMap()
          Returns a map of the locales and localized descriptions of this asset entry.
abstract  Date getEndDate()
          Returns the end date of this asset entry.
abstract  long getEntryId()
          Returns the entry ID of this asset entry.
abstract  ExpandoBridge getExpandoBridge()
          Returns the expando bridge for this model instance.
abstract  Date getExpirationDate()
          Returns the expiration date of this asset entry.
abstract  long getGroupId()
          Returns the group ID of this asset entry.
abstract  int getHeight()
          Returns the height of this asset entry.
abstract  String getLayoutUuid()
          Returns the layout uuid of this asset entry.
abstract  String getMimeType()
          Returns the mime type of this asset entry.
abstract  Date getModifiedDate()
          Returns the modified date of this asset entry.
abstract  long getPrimaryKey()
          Returns the primary key of this asset entry.
abstract  Serializable getPrimaryKeyObj()
          Returns the primary key of this model instance.
abstract  double getPriority()
          Returns the priority of this asset entry.
abstract  Date getPublishDate()
          Returns the publish date of this asset entry.
abstract  Date getStartDate()
          Returns the start date of this asset entry.
abstract  String getSummary()
          Returns the summary of this asset entry.
abstract  String getSummary(Locale locale)
          Returns the localized summary of this asset entry in the language.
abstract  String 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.
abstract  String getSummary(String languageId)
          Returns the localized summary of this asset entry in the language.
abstract  String 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.
abstract  String getSummaryCurrentLanguageId()
           
abstract  String getSummaryCurrentValue()
           
abstract  Map<Locale,String> getSummaryMap()
          Returns a map of the locales and localized summaries of this asset entry.
abstract  String getTitle()
          Returns the title of this asset entry.
abstract  String getTitle(Locale locale)
          Returns the localized title of this asset entry in the language.
abstract  String getTitle(Locale locale, boolean useDefault)
          Returns the localized title of this asset entry in the language, optionally using the default language if no localization exists for the requested language.
abstract  String getTitle(String languageId)
          Returns the localized title of this asset entry in the language.
abstract  String getTitle(String languageId, boolean useDefault)
          Returns the localized title of this asset entry in the language, optionally using the default language if no localization exists for the requested language.
abstract  String getTitleCurrentLanguageId()
           
abstract  String getTitleCurrentValue()
           
abstract  Map<Locale,String> getTitleMap()
          Returns a map of the locales and localized titles of this asset entry.
abstract  String getUrl()
          Returns the url of this asset entry.
abstract  long getUserId()
          Returns the user ID of this asset entry.
abstract  String getUserName()
          Returns the user name of this asset entry.
abstract  String getUserUuid()
          Returns the user uuid of this asset entry.
abstract  int getViewCount()
          Returns the view count of this asset entry.
abstract  boolean getVisible()
          Returns the visible of this asset entry.
abstract  int getWidth()
          Returns the width of this asset entry.
abstract  int hashCode()
           
abstract  boolean isCachedModel()
          Returns true if this model instance was retrieved from the entity cache.
abstract  boolean isEscapedModel()
          Returns true if this model instance is escaped.
abstract  boolean isNew()
          Returns true if this model instance does not yet exist in the database.
abstract  boolean isVisible()
          Returns true if this asset entry is visible.
abstract  void prepareLocalizedFieldsForImport()
           
abstract  void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
           
abstract  void setCachedModel(boolean cachedModel)
          Sets whether this model instance was retrieved from the entity cache.
abstract  void setClassName(String className)
           
abstract  void setClassNameId(long classNameId)
          Sets the class name ID of this asset entry.
abstract  void setClassPK(long classPK)
          Sets the class p k of this asset entry.
abstract  void setClassTypeId(long classTypeId)
          Sets the class type ID of this asset entry.
abstract  void setClassUuid(String classUuid)
          Sets the class uuid of this asset entry.
abstract  void setCompanyId(long companyId)
          Sets the company ID of this asset entry.
abstract  void setCreateDate(Date createDate)
          Sets the create date of this asset entry.
abstract  void setDescription(String description)
          Sets the description of this asset entry.
abstract  void setDescription(String description, Locale locale)
          Sets the localized description of this asset entry in the language.
abstract  void setDescription(String description, Locale locale, Locale defaultLocale)
          Sets the localized description of this asset entry in the language, and sets the default locale.
abstract  void setDescriptionCurrentLanguageId(String languageId)
           
abstract  void setDescriptionMap(Map<Locale,String> descriptionMap)
          Sets the localized descriptions of this asset entry from the map of locales and localized descriptions.
abstract  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.
abstract  void setEndDate(Date endDate)
          Sets the end date of this asset entry.
abstract  void setEntryId(long entryId)
          Sets the entry ID of this asset entry.
abstract  void setExpandoBridgeAttributes(BaseModel<?> baseModel)
           
abstract  void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
           
abstract  void setExpandoBridgeAttributes(ServiceContext serviceContext)
          Sets the expando bridge attributes for this model instance to the attributes stored in the service context.
abstract  void setExpirationDate(Date expirationDate)
          Sets the expiration date of this asset entry.
abstract  void setGroupId(long groupId)
          Sets the group ID of this asset entry.
abstract  void setHeight(int height)
          Sets the height of this asset entry.
abstract  void setLayoutUuid(String layoutUuid)
          Sets the layout uuid of this asset entry.
abstract  void setMimeType(String mimeType)
          Sets the mime type of this asset entry.
abstract  void setModifiedDate(Date modifiedDate)
          Sets the modified date of this asset entry.
abstract  void setNew(boolean n)
          Sets whether this model instance does not yet exist in the database.
abstract  void setPrimaryKey(long primaryKey)
          Sets the primary key of this asset entry.
abstract  void setPrimaryKeyObj(Serializable primaryKeyObj)
          Sets the primary key of this model instance.
abstract  void setPriority(double priority)
          Sets the priority of this asset entry.
abstract  void setPublishDate(Date publishDate)
          Sets the publish date of this asset entry.
abstract  void setStartDate(Date startDate)
          Sets the start date of this asset entry.
abstract  void setSummary(String summary)
          Sets the summary of this asset entry.
abstract  void setSummary(String summary, Locale locale)
          Sets the localized summary of this asset entry in the language.
abstract  void setSummary(String summary, Locale locale, Locale defaultLocale)
          Sets the localized summary of this asset entry in the language, and sets the default locale.
abstract  void setSummaryCurrentLanguageId(String languageId)
           
abstract  void setSummaryMap(Map<Locale,String> summaryMap)
          Sets the localized summaries of this asset entry from the map of locales and localized summaries.
abstract  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.
abstract  void setTitle(String title)
          Sets the title of this asset entry.
abstract  void setTitle(String title, Locale locale)
          Sets the localized title of this asset entry in the language.
abstract  void setTitle(String title, Locale locale, Locale defaultLocale)
          Sets the localized title of this asset entry in the language, and sets the default locale.
abstract  void setTitleCurrentLanguageId(String languageId)
           
abstract  void setTitleMap(Map<Locale,String> titleMap)
          Sets the localized titles of this asset entry from the map of locales and localized titles.
abstract  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.
abstract  void setUrl(String url)
          Sets the url of this asset entry.
abstract  void setUserId(long userId)
          Sets the user ID of this asset entry.
abstract  void setUserName(String userName)
          Sets the user name of this asset entry.
abstract  void setUserUuid(String userUuid)
          Sets the user uuid of this asset entry.
abstract  void setViewCount(int viewCount)
          Sets the view count of this asset entry.
abstract  void setVisible(boolean visible)
          Sets whether this asset entry is visible.
abstract  void setWidth(int width)
          Sets the width of this asset entry.
abstract  CacheModel<AssetEntry> toCacheModel()
          Returns a cache model object for this entity used by entity cache.
abstract  AssetEntry toEscapedModel()
          Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
abstract  String toString()
           
abstract  AssetEntry toUnescapedModel()
           
abstract  String toXmlString()
          Returns the XML representation of this model instance.
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Method Detail

getPrimaryKey

long getPrimaryKey()
Returns the primary key of this asset entry.

Returns:
the primary key of this asset entry

setPrimaryKey

void setPrimaryKey(long primaryKey)
Sets the primary key of this asset entry.

Parameters:
primaryKey - the primary key of this asset entry

getEntryId

long getEntryId()
Returns the entry ID of this asset entry.

Returns:
the entry ID of this asset entry

setEntryId

void setEntryId(long entryId)
Sets the entry ID of this asset entry.

Parameters:
entryId - the entry ID of this asset entry

getGroupId

long getGroupId()
Returns the group ID of this asset entry.

Specified by:
getGroupId in interface GroupedModel
Returns:
the group ID of this asset entry

setGroupId

void setGroupId(long groupId)
Sets the group ID of this asset entry.

Specified by:
setGroupId in interface GroupedModel
Parameters:
groupId - the group ID of this asset entry

getCompanyId

long getCompanyId()
Returns the company ID of this asset entry.

Specified by:
getCompanyId in interface AuditedModel
Returns:
the company ID of this asset entry

setCompanyId

void setCompanyId(long companyId)
Sets the company ID of this asset entry.

Specified by:
setCompanyId in interface AuditedModel
Parameters:
companyId - the company ID of this asset entry

getUserId

long getUserId()
Returns the user ID of this asset entry.

Specified by:
getUserId in interface AuditedModel
Returns:
the user ID of this asset entry

setUserId

void setUserId(long userId)
Sets the user ID of this asset entry.

Specified by:
setUserId in interface AuditedModel
Parameters:
userId - the user ID of this asset entry

getUserUuid

String getUserUuid()
                   throws SystemException
Returns the user uuid of this asset entry.

Specified by:
getUserUuid in interface AuditedModel
Returns:
the user uuid of this asset entry
Throws:
SystemException - if a system exception occurred

setUserUuid

void setUserUuid(String userUuid)
Sets the user uuid of this asset entry.

Specified by:
setUserUuid in interface AuditedModel
Parameters:
userUuid - the user uuid of this asset entry

getUserName

@AutoEscape
String getUserName()
Returns the user name of this asset entry.

Specified by:
getUserName in interface AuditedModel
Returns:
the user name of this asset entry

setUserName

void setUserName(String userName)
Sets the user name of this asset entry.

Specified by:
setUserName in interface AuditedModel
Parameters:
userName - the user name of this asset entry

getCreateDate

Date getCreateDate()
Returns the create date of this asset entry.

Specified by:
getCreateDate in interface AuditedModel
Returns:
the create date of this asset entry

setCreateDate

void setCreateDate(Date createDate)
Sets the create date of this asset entry.

Specified by:
setCreateDate in interface AuditedModel
Parameters:
createDate - the create date of this asset entry

getModifiedDate

Date getModifiedDate()
Returns the modified date of this asset entry.

Specified by:
getModifiedDate in interface AuditedModel
Returns:
the modified date of this asset entry

setModifiedDate

void setModifiedDate(Date modifiedDate)
Sets the modified date of this asset entry.

Specified by:
setModifiedDate in interface AuditedModel
Parameters:
modifiedDate - the modified date of this asset entry

getClassName

String getClassName()
Returns the fully qualified class name of this asset entry.

Specified by:
getClassName in interface TypedModel
Returns:
the fully qualified class name of this asset entry

setClassName

void setClassName(String className)

getClassNameId

long getClassNameId()
Returns the class name ID of this asset entry.

Specified by:
getClassNameId in interface TypedModel
Returns:
the class name ID of this asset entry

setClassNameId

void setClassNameId(long classNameId)
Sets the class name ID of this asset entry.

Specified by:
setClassNameId in interface TypedModel
Parameters:
classNameId - the class name ID of this asset entry

getClassPK

long getClassPK()
Returns the class p k of this asset entry.

Specified by:
getClassPK in interface AttachedModel
Returns:
the class p k of this asset entry

setClassPK

void setClassPK(long classPK)
Sets the class p k of this asset entry.

Specified by:
setClassPK in interface AttachedModel
Parameters:
classPK - the class p k of this asset entry

getClassUuid

@AutoEscape
String getClassUuid()
Returns the class uuid of this asset entry.

Returns:
the class uuid of this asset entry

setClassUuid

void setClassUuid(String classUuid)
Sets the class uuid of this asset entry.

Parameters:
classUuid - the class uuid of this asset entry

getClassTypeId

long getClassTypeId()
Returns the class type ID of this asset entry.

Returns:
the class type ID of this asset entry

setClassTypeId

void setClassTypeId(long classTypeId)
Sets the class type ID of this asset entry.

Parameters:
classTypeId - the class type ID of this asset entry

getVisible

boolean getVisible()
Returns the visible of this asset entry.

Returns:
the visible of this asset entry

isVisible

boolean isVisible()
Returns true if this asset entry is visible.

Returns:
true if this asset entry is visible; false otherwise

setVisible

void setVisible(boolean visible)
Sets whether this asset entry is visible.

Parameters:
visible - the visible of this asset entry

getStartDate

Date getStartDate()
Returns the start date of this asset entry.

Returns:
the start date of this asset entry

setStartDate

void setStartDate(Date startDate)
Sets the start date of this asset entry.

Parameters:
startDate - the start date of this asset entry

getEndDate

Date getEndDate()
Returns the end date of this asset entry.

Returns:
the end date of this asset entry

setEndDate

void setEndDate(Date endDate)
Sets the end date of this asset entry.

Parameters:
endDate - the end date of this asset entry

getPublishDate

Date getPublishDate()
Returns the publish date of this asset entry.

Returns:
the publish date of this asset entry

setPublishDate

void setPublishDate(Date publishDate)
Sets the publish date of this asset entry.

Parameters:
publishDate - the publish date of this asset entry

getExpirationDate

Date getExpirationDate()
Returns the expiration date of this asset entry.

Returns:
the expiration date of this asset entry

setExpirationDate

void setExpirationDate(Date expirationDate)
Sets the expiration date of this asset entry.

Parameters:
expirationDate - the expiration date of this asset entry

getMimeType

@AutoEscape
String getMimeType()
Returns the mime type of this asset entry.

Returns:
the mime type of this asset entry

setMimeType

void setMimeType(String mimeType)
Sets the mime type of this asset entry.

Parameters:
mimeType - the mime type of this asset entry

getTitle

String getTitle()
Returns the title of this asset entry.

Returns:
the title of this asset entry

getTitle

@AutoEscape
String getTitle(Locale locale)
Returns the localized title of this asset entry in the language. Uses the default language if no localization exists for the requested language.

Parameters:
locale - the locale of the language
Returns:
the localized title of this asset entry

getTitle

@AutoEscape
String getTitle(Locale locale,
                           boolean useDefault)
Returns the localized title of this asset entry in the language, optionally using the default language if no localization exists for the requested language.

Parameters:
locale - the local of the language
useDefault - whether to use the default language if no localization exists for the requested language
Returns:
the localized title of this asset entry. If useDefault is false and no localization exists for the requested language, an empty string will be returned.

getTitle

@AutoEscape
String getTitle(String languageId)
Returns the localized title of this asset entry in the language. Uses the default language if no localization exists for the requested language.

Parameters:
languageId - the ID of the language
Returns:
the localized title of this asset entry

getTitle

@AutoEscape
String getTitle(String languageId,
                           boolean useDefault)
Returns the localized title of this asset entry in the language, optionally using the default language if no localization exists for the requested language.

Parameters:
languageId - the ID of the language
useDefault - whether to use the default language if no localization exists for the requested language
Returns:
the localized title of this asset entry

getTitleCurrentLanguageId

@AutoEscape
String getTitleCurrentLanguageId()

getTitleCurrentValue

@AutoEscape
String getTitleCurrentValue()

getTitleMap

Map<Locale,String> getTitleMap()
Returns a map of the locales and localized titles of this asset entry.

Returns:
the locales and localized titles of this asset entry

setTitle

void setTitle(String title)
Sets the title of this asset entry.

Parameters:
title - the title of this asset entry

setTitle

void setTitle(String title,
              Locale locale)
Sets the localized title of this asset entry in the language.

Parameters:
title - the localized title of this asset entry
locale - the locale of the language

setTitle

void setTitle(String title,
              Locale locale,
              Locale defaultLocale)
Sets the localized title of this asset entry in the language, and sets the default locale.

Parameters:
title - the localized title of this asset entry
locale - the locale of the language
defaultLocale - the default locale

setTitleCurrentLanguageId

void setTitleCurrentLanguageId(String languageId)

setTitleMap

void setTitleMap(Map<Locale,String> titleMap)
Sets the localized titles of this asset entry from the map of locales and localized titles.

Parameters:
titleMap - the locales and localized titles of this asset entry

setTitleMap

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.

Parameters:
titleMap - the locales and localized titles of this asset entry
defaultLocale - the default locale

getDescription

String getDescription()
Returns the description of this asset entry.

Returns:
the description of this asset entry

getDescription

@AutoEscape
String getDescription(Locale locale)
Returns the localized description of this asset entry in the language. Uses the default language if no localization exists for the requested language.

Parameters:
locale - the locale of the language
Returns:
the localized description of this asset entry

getDescription

@AutoEscape
String 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.

Parameters:
locale - the local of the language
useDefault - whether to use the default language if no localization exists for the requested language
Returns:
the localized description of this asset entry. If useDefault is false and no localization exists for the requested language, an empty string will be returned.

getDescription

@AutoEscape
String getDescription(String languageId)
Returns the localized description of this asset entry in the language. Uses the default language if no localization exists for the requested language.

Parameters:
languageId - the ID of the language
Returns:
the localized description of this asset entry

getDescription

@AutoEscape
String 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.

Parameters:
languageId - the ID of the language
useDefault - whether to use the default language if no localization exists for the requested language
Returns:
the localized description of this asset entry

getDescriptionCurrentLanguageId

@AutoEscape
String getDescriptionCurrentLanguageId()

getDescriptionCurrentValue

@AutoEscape
String getDescriptionCurrentValue()

getDescriptionMap

Map<Locale,String> getDescriptionMap()
Returns a map of the locales and localized descriptions of this asset entry.

Returns:
the locales and localized descriptions of this asset entry

setDescription

void setDescription(String description)
Sets the description of this asset entry.

Parameters:
description - the description of this asset entry

setDescription

void setDescription(String description,
                    Locale locale)
Sets the localized description of this asset entry in the language.

Parameters:
description - the localized description of this asset entry
locale - the locale of the language

setDescription

void setDescription(String description,
                    Locale locale,
                    Locale defaultLocale)
Sets the localized description of this asset entry in the language, and sets the default locale.

Parameters:
description - the localized description of this asset entry
locale - the locale of the language
defaultLocale - the default locale

setDescriptionCurrentLanguageId

void setDescriptionCurrentLanguageId(String languageId)

setDescriptionMap

void setDescriptionMap(Map<Locale,String> descriptionMap)
Sets the localized descriptions of this asset entry from the map of locales and localized descriptions.

Parameters:
descriptionMap - the locales and localized descriptions of this asset entry

setDescriptionMap

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.

Parameters:
descriptionMap - the locales and localized descriptions of this asset entry
defaultLocale - the default locale

getSummary

String getSummary()
Returns the summary of this asset entry.

Returns:
the summary of this asset entry

getSummary

@AutoEscape
String getSummary(Locale locale)
Returns the localized summary of this asset entry in the language. Uses the default language if no localization exists for the requested language.

Parameters:
locale - the locale of the language
Returns:
the localized summary of this asset entry

getSummary

@AutoEscape
String 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.

Parameters:
locale - the local of the language
useDefault - whether to use the default language if no localization exists for the requested language
Returns:
the localized summary of this asset entry. If useDefault is false and no localization exists for the requested language, an empty string will be returned.

getSummary

@AutoEscape
String getSummary(String languageId)
Returns the localized summary of this asset entry in the language. Uses the default language if no localization exists for the requested language.

Parameters:
languageId - the ID of the language
Returns:
the localized summary of this asset entry

getSummary

@AutoEscape
String 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.

Parameters:
languageId - the ID of the language
useDefault - whether to use the default language if no localization exists for the requested language
Returns:
the localized summary of this asset entry

getSummaryCurrentLanguageId

@AutoEscape
String getSummaryCurrentLanguageId()

getSummaryCurrentValue

@AutoEscape
String getSummaryCurrentValue()

getSummaryMap

Map<Locale,String> getSummaryMap()
Returns a map of the locales and localized summaries of this asset entry.

Returns:
the locales and localized summaries of this asset entry

setSummary

void setSummary(String summary)
Sets the summary of this asset entry.

Parameters:
summary - the summary of this asset entry

setSummary

void setSummary(String summary,
                Locale locale)
Sets the localized summary of this asset entry in the language.

Parameters:
summary - the localized summary of this asset entry
locale - the locale of the language

setSummary

void setSummary(String summary,
                Locale locale,
                Locale defaultLocale)
Sets the localized summary of this asset entry in the language, and sets the default locale.

Parameters:
summary - the localized summary of this asset entry
locale - the locale of the language
defaultLocale - the default locale

setSummaryCurrentLanguageId

void setSummaryCurrentLanguageId(String languageId)

setSummaryMap

void setSummaryMap(Map<Locale,String> summaryMap)
Sets the localized summaries of this asset entry from the map of locales and localized summaries.

Parameters:
summaryMap - the locales and localized summaries of this asset entry

setSummaryMap

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.

Parameters:
summaryMap - the locales and localized summaries of this asset entry
defaultLocale - the default locale

getUrl

@AutoEscape
String getUrl()
Returns the url of this asset entry.

Returns:
the url of this asset entry

setUrl

void setUrl(String url)
Sets the url of this asset entry.

Parameters:
url - the url of this asset entry

getLayoutUuid

@AutoEscape
String getLayoutUuid()
Returns the layout uuid of this asset entry.

Returns:
the layout uuid of this asset entry

setLayoutUuid

void setLayoutUuid(String layoutUuid)
Sets the layout uuid of this asset entry.

Parameters:
layoutUuid - the layout uuid of this asset entry

getHeight

int getHeight()
Returns the height of this asset entry.

Returns:
the height of this asset entry

setHeight

void setHeight(int height)
Sets the height of this asset entry.

Parameters:
height - the height of this asset entry

getWidth

int getWidth()
Returns the width of this asset entry.

Returns:
the width of this asset entry

setWidth

void setWidth(int width)
Sets the width of this asset entry.

Parameters:
width - the width of this asset entry

getPriority

double getPriority()
Returns the priority of this asset entry.

Returns:
the priority of this asset entry

setPriority

void setPriority(double priority)
Sets the priority of this asset entry.

Parameters:
priority - the priority of this asset entry

getViewCount

int getViewCount()
Returns the view count of this asset entry.

Returns:
the view count of this asset entry

setViewCount

void setViewCount(int viewCount)
Sets the view count of this asset entry.

Parameters:
viewCount - the view count of this asset entry

isNew

boolean isNew()
Description copied from interface: BaseModel
Returns true if this model instance does not yet exist in the database.

Specified by:
isNew in interface BaseModel<AssetEntry>
Returns:
true if this model instance does not yet exist in the database; false otherwise

setNew

void setNew(boolean n)
Description copied from interface: BaseModel
Sets whether this model instance does not yet exist in the database.

Specified by:
setNew in interface BaseModel<AssetEntry>
Parameters:
n - whether this model instance does not yet exist in the database

isCachedModel

boolean isCachedModel()
Description copied from interface: BaseModel
Returns true if this model instance was retrieved from the entity cache.

Specified by:
isCachedModel in interface BaseModel<AssetEntry>
Returns:
true if this model instance was retrieved from the entity cache; false otherwise
See Also:
BaseModel.setCachedModel(boolean)

setCachedModel

void setCachedModel(boolean cachedModel)
Description copied from interface: BaseModel
Sets whether this model instance was retrieved from the entity cache.

Specified by:
setCachedModel in interface BaseModel<AssetEntry>
Parameters:
cachedModel - whether this model instance was retrieved from the entity cache
See Also:
EntityCache

isEscapedModel

boolean isEscapedModel()
Description copied from interface: BaseModel
Returns true if this model instance is escaped.

Specified by:
isEscapedModel in interface BaseModel<AssetEntry>
Returns:
true if this model instance is escaped; false otherwise

getPrimaryKeyObj

Serializable getPrimaryKeyObj()
Description copied from interface: BaseModel
Returns the primary key of this model instance.

Specified by:
getPrimaryKeyObj in interface BaseModel<AssetEntry>
Specified by:
getPrimaryKeyObj in interface ClassedModel
Returns:
the primary key of this model instance

setPrimaryKeyObj

void setPrimaryKeyObj(Serializable primaryKeyObj)
Description copied from interface: BaseModel
Sets the primary key of this model instance.

Specified by:
setPrimaryKeyObj in interface BaseModel<AssetEntry>
Specified by:
setPrimaryKeyObj in interface ClassedModel
Parameters:
primaryKeyObj - the primary key of this model instance

getExpandoBridge

ExpandoBridge getExpandoBridge()
Description copied from interface: BaseModel
Returns the expando bridge for this model instance.

Specified by:
getExpandoBridge in interface BaseModel<AssetEntry>
Specified by:
getExpandoBridge in interface ClassedModel
Returns:
the expando bridge for this model instance

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(BaseModel<?> baseModel)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetEntry>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ExpandoBridge expandoBridge)
Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetEntry>

setExpandoBridgeAttributes

void setExpandoBridgeAttributes(ServiceContext serviceContext)
Description copied from interface: BaseModel
Sets the expando bridge attributes for this model instance to the attributes stored in the service context.

Specified by:
setExpandoBridgeAttributes in interface BaseModel<AssetEntry>
Parameters:
serviceContext - the service context to be applied
See Also:
ServiceContext.getExpandoBridgeAttributes( )

getAvailableLanguageIds

String[] getAvailableLanguageIds()

getDefaultLanguageId

String getDefaultLanguageId()

prepareLocalizedFieldsForImport

void prepareLocalizedFieldsForImport()
                                     throws LocaleException
Throws:
LocaleException

prepareLocalizedFieldsForImport

void prepareLocalizedFieldsForImport(Locale defaultImportLocale)
                                     throws LocaleException
Throws:
LocaleException

clone

Object clone()
Description copied from interface: BaseModel
Creates a shallow clone of this model instance.

Specified by:
clone in interface BaseModel<AssetEntry>
Returns:
the shallow clone of this model instance

compareTo

int compareTo(AssetEntry assetEntry)
Specified by:
compareTo in interface Comparable<AssetEntry>

hashCode

int hashCode()
Overrides:
hashCode in class Object

toCacheModel

CacheModel<AssetEntry> toCacheModel()
Description copied from interface: BaseModel
Returns a cache model object for this entity used by entity cache.

Specified by:
toCacheModel in interface BaseModel<AssetEntry>
Returns:
the cache model object

toEscapedModel

AssetEntry toEscapedModel()
Description copied from interface: BaseModel
Returns a copy of this entity as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.

Specified by:
toEscapedModel in interface BaseModel<AssetEntry>
Returns:
the escaped model instance
See Also:
AutoEscapeBeanHandler

toUnescapedModel

AssetEntry toUnescapedModel()
Specified by:
toUnescapedModel in interface BaseModel<AssetEntry>

toString

String toString()
Overrides:
toString in class Object

toXmlString

String toXmlString()
Description copied from interface: BaseModel
Returns the XML representation of this model instance.

Specified by:
toXmlString in interface BaseModel<AssetEntry>
Returns:
the XML representation of this model instance

Liferay 6.2.0