Class AssetEntryModelImpl

Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
All Implemented Interfaces:
com.liferay.asset.kernel.model.AssetEntryModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>, com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetEntry>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<com.liferay.asset.kernel.model.AssetEntry>
Direct Known Subclasses:
AssetEntryBaseImpl

@JSON(strict=true) public class AssetEntryModelImpl extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry> implements com.liferay.asset.kernel.model.AssetEntryModel
The base model implementation for the AssetEntry service. Represents a row in the "AssetEntry" database table, with each column mapped to a property of this class.

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

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Field Details

  • Constructor Details

    • AssetEntryModelImpl

      public AssetEntryModelImpl()
  • Method Details

    • getPrimaryKey

      public long getPrimaryKey()
      Specified by:
      getPrimaryKey in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetEntry>
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Specified by:
      setPrimaryKey in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetEntry>
    • getPrimaryKeyObj

      public Serializable getPrimaryKeyObj()
      Specified by:
      getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
      Specified by:
      getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
    • setPrimaryKeyObj

      public void setPrimaryKeyObj(Serializable primaryKeyObj)
      Specified by:
      setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
      Specified by:
      setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelClass

      public Class<?> getModelClass()
      Specified by:
      getModelClass in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelClassName

      public String getModelClassName()
      Specified by:
      getModelClassName in interface com.liferay.portal.kernel.model.ClassedModel
    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
      Overrides:
      getModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
      Overrides:
      setModelAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
    • getAttributeGetterFunctions

      public Map<String,Function<com.liferay.asset.kernel.model.AssetEntry,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetEntry,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
    • getMvccVersion

      @JSON public long getMvccVersion()
      Specified by:
      getMvccVersion in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Specified by:
      setMvccVersion in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
    • getCtCollectionId

      @JSON public long getCtCollectionId()
      Specified by:
      getCtCollectionId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetEntry>
    • setCtCollectionId

      public void setCtCollectionId(long ctCollectionId)
      Specified by:
      setCtCollectionId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetEntry>
    • getEntryId

      @JSON public long getEntryId()
      Specified by:
      getEntryId in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setEntryId

      public void setEntryId(long entryId)
      Specified by:
      setEntryId in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getGroupId

      @JSON public long getGroupId()
      Specified by:
      getGroupId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
    • setGroupId

      public void setGroupId(long groupId)
      Specified by:
      setGroupId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
    • getOriginalGroupId

      @Deprecated public long getOriginalGroupId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getCompanyId

      @JSON public long getCompanyId()
      Specified by:
      getCompanyId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
    • setCompanyId

      public void setCompanyId(long companyId)
      Specified by:
      setCompanyId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
    • getOriginalCompanyId

      @Deprecated public long getOriginalCompanyId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getUserId

      @JSON public long getUserId()
      Specified by:
      getUserId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
    • setUserId

      public void setUserId(long userId)
      Specified by:
      setUserId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
    • getUserUuid

      public String getUserUuid()
      Specified by:
      getUserUuid in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
    • setUserUuid

      public void setUserUuid(String userUuid)
      Specified by:
      setUserUuid in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
    • getUserName

      @JSON public String getUserName()
      Specified by:
      getUserName in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
    • setUserName

      public void setUserName(String userName)
      Specified by:
      setUserName in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
    • getCreateDate

      @JSON public Date getCreateDate()
      Specified by:
      getCreateDate in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
    • setCreateDate

      public void setCreateDate(Date createDate)
      Specified by:
      setCreateDate in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
    • getModifiedDate

      @JSON public Date getModifiedDate()
      Specified by:
      getModifiedDate in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
    • hasSetModifiedDate

      public boolean hasSetModifiedDate()
    • setModifiedDate

      public void setModifiedDate(Date modifiedDate)
      Specified by:
      setModifiedDate in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
    • getClassName

      public String getClassName()
      Specified by:
      getClassName in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
    • setClassName

      public void setClassName(String className)
      Specified by:
      setClassName in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getClassNameId

      @JSON public long getClassNameId()
      Specified by:
      getClassNameId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
    • setClassNameId

      public void setClassNameId(long classNameId)
      Specified by:
      setClassNameId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
    • getOriginalClassNameId

      @Deprecated public long getOriginalClassNameId()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getClassPK

      @JSON public long getClassPK()
      Specified by:
      getClassPK in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
    • setClassPK

      public void setClassPK(long classPK)
      Specified by:
      setClassPK in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
    • getOriginalClassPK

      @Deprecated public long getOriginalClassPK()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getClassUuid

      @JSON public String getClassUuid()
      Specified by:
      getClassUuid in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setClassUuid

      public void setClassUuid(String classUuid)
      Specified by:
      setClassUuid in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getOriginalClassUuid

      @Deprecated public String getOriginalClassUuid()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getClassTypeId

      @JSON public long getClassTypeId()
      Specified by:
      getClassTypeId in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setClassTypeId

      public void setClassTypeId(long classTypeId)
      Specified by:
      setClassTypeId in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getListable

      @JSON public boolean getListable()
      Specified by:
      getListable in interface com.liferay.asset.kernel.model.AssetEntryModel
    • isListable

      @JSON public boolean isListable()
      Specified by:
      isListable in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setListable

      public void setListable(boolean listable)
      Specified by:
      setListable in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getVisible

      @JSON public boolean getVisible()
      Specified by:
      getVisible in interface com.liferay.asset.kernel.model.AssetEntryModel
    • isVisible

      @JSON public boolean isVisible()
      Specified by:
      isVisible in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setVisible

      public void setVisible(boolean visible)
      Specified by:
      setVisible in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getOriginalVisible

      @Deprecated public boolean getOriginalVisible()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getStartDate

      @JSON public Date getStartDate()
      Specified by:
      getStartDate in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setStartDate

      public void setStartDate(Date startDate)
      Specified by:
      setStartDate in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getEndDate

      @JSON public Date getEndDate()
      Specified by:
      getEndDate in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setEndDate

      public void setEndDate(Date endDate)
      Specified by:
      setEndDate in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getPublishDate

      @JSON public Date getPublishDate()
      Specified by:
      getPublishDate in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setPublishDate

      public void setPublishDate(Date publishDate)
      Specified by:
      setPublishDate in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getOriginalPublishDate

      @Deprecated public Date getOriginalPublishDate()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getExpirationDate

      @JSON public Date getExpirationDate()
      Specified by:
      getExpirationDate in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setExpirationDate

      public void setExpirationDate(Date expirationDate)
      Specified by:
      setExpirationDate in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getOriginalExpirationDate

      @Deprecated public Date getOriginalExpirationDate()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getMimeType

      @JSON public String getMimeType()
      Specified by:
      getMimeType in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setMimeType

      public void setMimeType(String mimeType)
      Specified by:
      setMimeType in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getTitle

      @JSON public String getTitle()
      Specified by:
      getTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getTitle

      public String getTitle(Locale locale)
      Specified by:
      getTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getTitle

      public String getTitle(Locale locale, boolean useDefault)
      Specified by:
      getTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getTitle

      public String getTitle(String languageId)
      Specified by:
      getTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getTitle

      public String getTitle(String languageId, boolean useDefault)
      Specified by:
      getTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getTitleCurrentLanguageId

      public String getTitleCurrentLanguageId()
      Specified by:
      getTitleCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getTitleCurrentValue

      @JSON public String getTitleCurrentValue()
      Specified by:
      getTitleCurrentValue in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getTitleMap

      public Map<Locale,String> getTitleMap()
      Specified by:
      getTitleMap in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setTitle

      public void setTitle(String title)
      Specified by:
      setTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setTitle

      public void setTitle(String title, Locale locale)
      Specified by:
      setTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setTitle

      public void setTitle(String title, Locale locale, Locale defaultLocale)
      Specified by:
      setTitle in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setTitleCurrentLanguageId

      public void setTitleCurrentLanguageId(String languageId)
      Specified by:
      setTitleCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setTitleMap

      public void setTitleMap(Map<Locale,String> titleMap)
      Specified by:
      setTitleMap in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setTitleMap

      public void setTitleMap(Map<Locale,String> titleMap, Locale defaultLocale)
      Specified by:
      setTitleMap in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getDescription

      @JSON public String getDescription()
      Specified by:
      getDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getDescription

      public String getDescription(Locale locale)
      Specified by:
      getDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getDescription

      public String getDescription(Locale locale, boolean useDefault)
      Specified by:
      getDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getDescription

      public String getDescription(String languageId)
      Specified by:
      getDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getDescription

      public String getDescription(String languageId, boolean useDefault)
      Specified by:
      getDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getDescriptionCurrentLanguageId

      public String getDescriptionCurrentLanguageId()
      Specified by:
      getDescriptionCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getDescriptionCurrentValue

      @JSON public String getDescriptionCurrentValue()
      Specified by:
      getDescriptionCurrentValue in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getDescriptionMap

      public Map<Locale,String> getDescriptionMap()
      Specified by:
      getDescriptionMap in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setDescription

      public void setDescription(String description)
      Specified by:
      setDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setDescription

      public void setDescription(String description, Locale locale)
      Specified by:
      setDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setDescription

      public void setDescription(String description, Locale locale, Locale defaultLocale)
      Specified by:
      setDescription in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setDescriptionCurrentLanguageId

      public void setDescriptionCurrentLanguageId(String languageId)
      Specified by:
      setDescriptionCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setDescriptionMap

      public void setDescriptionMap(Map<Locale,String> descriptionMap)
      Specified by:
      setDescriptionMap in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setDescriptionMap

      public void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
      Specified by:
      setDescriptionMap in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getSummary

      @JSON public String getSummary()
      Specified by:
      getSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getSummary

      public String getSummary(Locale locale)
      Specified by:
      getSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getSummary

      public String getSummary(Locale locale, boolean useDefault)
      Specified by:
      getSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getSummary

      public String getSummary(String languageId)
      Specified by:
      getSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getSummary

      public String getSummary(String languageId, boolean useDefault)
      Specified by:
      getSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getSummaryCurrentLanguageId

      public String getSummaryCurrentLanguageId()
      Specified by:
      getSummaryCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getSummaryCurrentValue

      @JSON public String getSummaryCurrentValue()
      Specified by:
      getSummaryCurrentValue in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getSummaryMap

      public Map<Locale,String> getSummaryMap()
      Specified by:
      getSummaryMap in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setSummary

      public void setSummary(String summary)
      Specified by:
      setSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setSummary

      public void setSummary(String summary, Locale locale)
      Specified by:
      setSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setSummary

      public void setSummary(String summary, Locale locale, Locale defaultLocale)
      Specified by:
      setSummary in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setSummaryCurrentLanguageId

      public void setSummaryCurrentLanguageId(String languageId)
      Specified by:
      setSummaryCurrentLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setSummaryMap

      public void setSummaryMap(Map<Locale,String> summaryMap)
      Specified by:
      setSummaryMap in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setSummaryMap

      public void setSummaryMap(Map<Locale,String> summaryMap, Locale defaultLocale)
      Specified by:
      setSummaryMap in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getUrl

      @JSON public String getUrl()
      Specified by:
      getUrl in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setUrl

      public void setUrl(String url)
      Specified by:
      setUrl in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getLayoutUuid

      @JSON public String getLayoutUuid()
      Specified by:
      getLayoutUuid in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setLayoutUuid

      public void setLayoutUuid(String layoutUuid)
      Specified by:
      setLayoutUuid in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getOriginalLayoutUuid

      @Deprecated public String getOriginalLayoutUuid()
      Deprecated.
      As of Athanasius (7.3.x), replaced by getColumnOriginalValue(String)
    • getHeight

      @JSON public int getHeight()
      Specified by:
      getHeight in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setHeight

      public void setHeight(int height)
      Specified by:
      setHeight in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getWidth

      @JSON public int getWidth()
      Specified by:
      getWidth in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setWidth

      public void setWidth(int width)
      Specified by:
      setWidth in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getPriority

      @JSON public double getPriority()
      Specified by:
      getPriority in interface com.liferay.asset.kernel.model.AssetEntryModel
    • setPriority

      public void setPriority(double priority)
      Specified by:
      setPriority in interface com.liferay.asset.kernel.model.AssetEntryModel
    • getColumnBitmask

      public long getColumnBitmask()
    • getExpandoBridge

      public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
      Specified by:
      getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModel
      Overrides:
      getExpandoBridge in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
    • setExpandoBridgeAttributes

      public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
      Specified by:
      setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
      Overrides:
      setExpandoBridgeAttributes in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
    • getAvailableLanguageIds

      public String[] getAvailableLanguageIds()
      Specified by:
      getAvailableLanguageIds in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModel
    • getDefaultLanguageId

      public String getDefaultLanguageId()
      Specified by:
      getDefaultLanguageId in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      getDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModel
    • prepareLocalizedFieldsForImport

      public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • prepareLocalizedFieldsForImport

      public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      prepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModel
      Throws:
      com.liferay.portal.kernel.exception.LocaleException
    • toEscapedModel

      public com.liferay.asset.kernel.model.AssetEntry toEscapedModel()
      Specified by:
      toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
      Overrides:
      toEscapedModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
    • clone

      public Object clone()
      Specified by:
      clone in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
      Specified by:
      clone in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
    • cloneWithOriginalValues

      public com.liferay.asset.kernel.model.AssetEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.asset.kernel.model.AssetEntryModel
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
    • compareTo

      public int compareTo(com.liferay.asset.kernel.model.AssetEntry assetEntry)
      Specified by:
      compareTo in interface Comparable<com.liferay.asset.kernel.model.AssetEntry>
    • equals

      public boolean equals(Object object)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • isEntityCacheEnabled

      @Deprecated public boolean isEntityCacheEnabled()
      Deprecated.
      As of Athanasius (7.3.x), with no direct replacement
      Specified by:
      isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
    • isFinderCacheEnabled

      @Deprecated public boolean isFinderCacheEnabled()
      Deprecated.
      As of Athanasius (7.3.x), with no direct replacement
      Specified by:
      isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
    • resetOriginalValues

      public void resetOriginalValues()
      Specified by:
      resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
      Overrides:
      resetOriginalValues in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
    • toCacheModel

      public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetEntry> toCacheModel()
      Specified by:
      toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
      Overrides:
      toCacheModel in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getColumnValue

      public <T> T getColumnValue(String columnName)
    • getColumnOriginalValue

      public <T> T getColumnOriginalValue(String columnName)
    • getColumnBitmask

      public static long getColumnBitmask(String columnName)