@JSON(strict=true)
@ProviderType
public class AssetEntryModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
implements com.liferay.asset.kernel.model.AssetEntryModel
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
.
AssetEntryImpl
,
AssetEntry
,
AssetEntryModel
,
Serialized FormConstructor and Description |
---|
AssetEntryModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
int |
compareTo(com.liferay.asset.kernel.model.AssetEntry assetEntry) |
boolean |
equals(Object obj) |
String[] |
getAvailableLanguageIds() |
String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getClassTypeId() |
String |
getClassUuid() |
long |
getColumnBitmask() |
long |
getCompanyId() |
Date |
getCreateDate() |
String |
getDefaultLanguageId() |
String |
getDescription() |
String |
getDescription(Locale locale) |
String |
getDescription(Locale locale,
boolean useDefault) |
String |
getDescription(String languageId) |
String |
getDescription(String languageId,
boolean useDefault) |
String |
getDescriptionCurrentLanguageId() |
String |
getDescriptionCurrentValue() |
Map<Locale,String> |
getDescriptionMap() |
Date |
getEndDate() |
long |
getEntryId() |
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
Date |
getExpirationDate() |
long |
getGroupId() |
int |
getHeight() |
String |
getLayoutUuid() |
boolean |
getListable() |
String |
getMimeType() |
Map<String,Object> |
getModelAttributes() |
Class<?> |
getModelClass() |
String |
getModelClassName() |
Date |
getModifiedDate() |
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
String |
getOriginalClassUuid() |
long |
getOriginalCompanyId() |
Date |
getOriginalExpirationDate() |
long |
getOriginalGroupId() |
String |
getOriginalLayoutUuid() |
Date |
getOriginalPublishDate() |
boolean |
getOriginalVisible() |
long |
getPrimaryKey() |
Serializable |
getPrimaryKeyObj() |
double |
getPriority() |
Date |
getPublishDate() |
Date |
getStartDate() |
String |
getSummary() |
String |
getSummary(Locale locale) |
String |
getSummary(Locale locale,
boolean useDefault) |
String |
getSummary(String languageId) |
String |
getSummary(String languageId,
boolean useDefault) |
String |
getSummaryCurrentLanguageId() |
String |
getSummaryCurrentValue() |
Map<Locale,String> |
getSummaryMap() |
String |
getTitle() |
String |
getTitle(Locale locale) |
String |
getTitle(Locale locale,
boolean useDefault) |
String |
getTitle(String languageId) |
String |
getTitle(String languageId,
boolean useDefault) |
String |
getTitleCurrentLanguageId() |
String |
getTitleCurrentValue() |
Map<Locale,String> |
getTitleMap() |
String |
getUrl() |
long |
getUserId() |
String |
getUserName() |
String |
getUserUuid() |
int |
getViewCount() |
boolean |
getVisible() |
int |
getWidth() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
boolean |
isListable() |
boolean |
isVisible() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(Locale defaultImportLocale) |
void |
resetOriginalValues() |
void |
setClassName(String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setClassTypeId(long classTypeId) |
void |
setClassUuid(String classUuid) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(Date createDate) |
void |
setDescription(String description) |
void |
setDescription(String description,
Locale locale) |
void |
setDescription(String description,
Locale locale,
Locale defaultLocale) |
void |
setDescriptionCurrentLanguageId(String languageId) |
void |
setDescriptionMap(Map<Locale,String> descriptionMap) |
void |
setDescriptionMap(Map<Locale,String> descriptionMap,
Locale defaultLocale) |
void |
setEndDate(Date endDate) |
void |
setEntryId(long entryId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setExpirationDate(Date expirationDate) |
void |
setGroupId(long groupId) |
void |
setHeight(int height) |
void |
setLayoutUuid(String layoutUuid) |
void |
setListable(boolean listable) |
void |
setMimeType(String mimeType) |
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(Serializable primaryKeyObj) |
void |
setPriority(double priority) |
void |
setPublishDate(Date publishDate) |
void |
setStartDate(Date startDate) |
void |
setSummary(String summary) |
void |
setSummary(String summary,
Locale locale) |
void |
setSummary(String summary,
Locale locale,
Locale defaultLocale) |
void |
setSummaryCurrentLanguageId(String languageId) |
void |
setSummaryMap(Map<Locale,String> summaryMap) |
void |
setSummaryMap(Map<Locale,String> summaryMap,
Locale defaultLocale) |
void |
setTitle(String title) |
void |
setTitle(String title,
Locale locale) |
void |
setTitle(String title,
Locale locale,
Locale defaultLocale) |
void |
setTitleCurrentLanguageId(String languageId) |
void |
setTitleMap(Map<Locale,String> titleMap) |
void |
setTitleMap(Map<Locale,String> titleMap,
Locale defaultLocale) |
void |
setUrl(String url) |
void |
setUserId(long userId) |
void |
setUserName(String userName) |
void |
setUserUuid(String userUuid) |
void |
setViewCount(int viewCount) |
void |
setVisible(boolean visible) |
void |
setWidth(int width) |
com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetEntry> |
toCacheModel() |
com.liferay.asset.kernel.model.AssetEntry |
toEscapedModel() |
static com.liferay.asset.kernel.model.AssetEntry |
toModel(com.liferay.asset.kernel.model.AssetEntrySoap soapModel)
Converts the soap model instance into a normal model instance.
|
static List<com.liferay.asset.kernel.model.AssetEntry> |
toModels(com.liferay.asset.kernel.model.AssetEntrySoap[] soapModels)
Converts the soap model instances into normal model instances.
|
String |
toString() |
String |
toXmlString() |
public static final String TABLE_NAME
public static final Object[][] TABLE_COLUMNS
public static final Map<String,Integer> TABLE_COLUMNS_MAP
public static final String TABLE_SQL_CREATE
public static final String TABLE_SQL_DROP
public static final String ORDER_BY_JPQL
public static final String ORDER_BY_SQL
public static final String DATA_SOURCE
public static final String SESSION_FACTORY
public static final String TX_MANAGER
public static final boolean ENTITY_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
public static final long CLASSNAMEID_COLUMN_BITMASK
public static final long CLASSPK_COLUMN_BITMASK
public static final long CLASSUUID_COLUMN_BITMASK
public static final long COMPANYID_COLUMN_BITMASK
public static final long EXPIRATIONDATE_COLUMN_BITMASK
public static final long GROUPID_COLUMN_BITMASK
public static final long LAYOUTUUID_COLUMN_BITMASK
public static final long PUBLISHDATE_COLUMN_BITMASK
public static final long VISIBLE_COLUMN_BITMASK
public static final long ENTRYID_COLUMN_BITMASK
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
public static final Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
public static final Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
public static final String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
public static final long LOCK_EXPIRATION_TIME
public static com.liferay.asset.kernel.model.AssetEntry toModel(com.liferay.asset.kernel.model.AssetEntrySoap soapModel)
soapModel
- the soap model instance to convertpublic static List<com.liferay.asset.kernel.model.AssetEntry> toModels(com.liferay.asset.kernel.model.AssetEntrySoap[] soapModels)
soapModels
- the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.asset.kernel.model.AssetEntryModel
public Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface com.liferay.asset.kernel.model.AssetEntryModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public void setPrimaryKeyObj(Serializable primaryKeyObj)
setPrimaryKeyObj
in interface com.liferay.asset.kernel.model.AssetEntryModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public Class<?> getModelClass()
getModelClass
in interface com.liferay.portal.kernel.model.ClassedModel
public String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
public Map<String,Object> getModelAttributes()
getModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
getModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
setModelAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
@JSON public long getEntryId()
getEntryId
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setEntryId(long entryId)
setEntryId
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public long getGroupId()
getGroupId
in interface com.liferay.asset.kernel.model.AssetEntryModel
getGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public void setGroupId(long groupId)
setGroupId
in interface com.liferay.asset.kernel.model.AssetEntryModel
setGroupId
in interface com.liferay.portal.kernel.model.GroupedModel
public long getOriginalGroupId()
@JSON public long getCompanyId()
getCompanyId
in interface com.liferay.asset.kernel.model.AssetEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public void setCompanyId(long companyId)
setCompanyId
in interface com.liferay.asset.kernel.model.AssetEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public long getOriginalCompanyId()
@JSON public long getUserId()
getUserId
in interface com.liferay.asset.kernel.model.AssetEntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserId(long userId)
setUserId
in interface com.liferay.asset.kernel.model.AssetEntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public String getUserUuid()
getUserUuid
in interface com.liferay.asset.kernel.model.AssetEntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserUuid(String userUuid)
setUserUuid
in interface com.liferay.asset.kernel.model.AssetEntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
@JSON public String getUserName()
getUserName
in interface com.liferay.asset.kernel.model.AssetEntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public void setUserName(String userName)
setUserName
in interface com.liferay.asset.kernel.model.AssetEntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
@JSON public Date getCreateDate()
getCreateDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public void setCreateDate(Date createDate)
setCreateDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
@JSON public Date getModifiedDate()
getModifiedDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public boolean hasSetModifiedDate()
public void setModifiedDate(Date modifiedDate)
setModifiedDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public String getClassName()
getClassName
in interface com.liferay.asset.kernel.model.AssetEntryModel
getClassName
in interface com.liferay.portal.kernel.model.TypedModel
public void setClassName(String className)
setClassName
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public long getClassNameId()
getClassNameId
in interface com.liferay.asset.kernel.model.AssetEntryModel
getClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public void setClassNameId(long classNameId)
setClassNameId
in interface com.liferay.asset.kernel.model.AssetEntryModel
setClassNameId
in interface com.liferay.portal.kernel.model.TypedModel
public long getOriginalClassNameId()
@JSON public long getClassPK()
getClassPK
in interface com.liferay.asset.kernel.model.AssetEntryModel
getClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
public void setClassPK(long classPK)
setClassPK
in interface com.liferay.asset.kernel.model.AssetEntryModel
setClassPK
in interface com.liferay.portal.kernel.model.AttachedModel
public long getOriginalClassPK()
@JSON public String getClassUuid()
getClassUuid
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setClassUuid(String classUuid)
setClassUuid
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getOriginalClassUuid()
@JSON public long getClassTypeId()
getClassTypeId
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setClassTypeId(long classTypeId)
setClassTypeId
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public boolean getListable()
getListable
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public boolean isListable()
isListable
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setListable(boolean listable)
setListable
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public boolean getVisible()
getVisible
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public boolean isVisible()
isVisible
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setVisible(boolean visible)
setVisible
in interface com.liferay.asset.kernel.model.AssetEntryModel
public boolean getOriginalVisible()
@JSON public Date getStartDate()
getStartDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setStartDate(Date startDate)
setStartDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public Date getEndDate()
getEndDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setEndDate(Date endDate)
setEndDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public Date getPublishDate()
getPublishDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setPublishDate(Date publishDate)
setPublishDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
public Date getOriginalPublishDate()
@JSON public Date getExpirationDate()
getExpirationDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setExpirationDate(Date expirationDate)
setExpirationDate
in interface com.liferay.asset.kernel.model.AssetEntryModel
public Date getOriginalExpirationDate()
@JSON public String getMimeType()
getMimeType
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setMimeType(String mimeType)
setMimeType
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public String getTitle()
getTitle
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getTitle(Locale locale)
getTitle
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getTitle(Locale locale, boolean useDefault)
getTitle
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getTitle(String languageId)
getTitle
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getTitle(String languageId, boolean useDefault)
getTitle
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getTitleCurrentLanguageId()
getTitleCurrentLanguageId
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public String getTitleCurrentValue()
getTitleCurrentValue
in interface com.liferay.asset.kernel.model.AssetEntryModel
public Map<Locale,String> getTitleMap()
getTitleMap
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setTitle(String title)
setTitle
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setTitle(String title, Locale locale)
setTitle
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setTitle(String title, Locale locale, Locale defaultLocale)
setTitle
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setTitleCurrentLanguageId(String languageId)
setTitleCurrentLanguageId
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setTitleMap(Map<Locale,String> titleMap)
setTitleMap
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setTitleMap(Map<Locale,String> titleMap, Locale defaultLocale)
setTitleMap
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public String getDescription()
getDescription
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getDescription(Locale locale)
getDescription
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getDescription(Locale locale, boolean useDefault)
getDescription
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getDescription(String languageId)
getDescription
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getDescription(String languageId, boolean useDefault)
getDescription
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public String getDescriptionCurrentValue()
getDescriptionCurrentValue
in interface com.liferay.asset.kernel.model.AssetEntryModel
public Map<Locale,String> getDescriptionMap()
getDescriptionMap
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setDescription(String description)
setDescription
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setDescription(String description, Locale locale)
setDescription
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setDescription(String description, Locale locale, Locale defaultLocale)
setDescription
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setDescriptionCurrentLanguageId(String languageId)
setDescriptionCurrentLanguageId
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setDescriptionMap(Map<Locale,String> descriptionMap)
setDescriptionMap
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setDescriptionMap(Map<Locale,String> descriptionMap, Locale defaultLocale)
setDescriptionMap
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public String getSummary()
getSummary
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getSummary(Locale locale)
getSummary
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getSummary(Locale locale, boolean useDefault)
getSummary
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getSummary(String languageId)
getSummary
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getSummary(String languageId, boolean useDefault)
getSummary
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getSummaryCurrentLanguageId()
getSummaryCurrentLanguageId
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public String getSummaryCurrentValue()
getSummaryCurrentValue
in interface com.liferay.asset.kernel.model.AssetEntryModel
public Map<Locale,String> getSummaryMap()
getSummaryMap
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setSummary(String summary)
setSummary
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setSummary(String summary, Locale locale)
setSummary
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setSummary(String summary, Locale locale, Locale defaultLocale)
setSummary
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setSummaryCurrentLanguageId(String languageId)
setSummaryCurrentLanguageId
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setSummaryMap(Map<Locale,String> summaryMap)
setSummaryMap
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setSummaryMap(Map<Locale,String> summaryMap, Locale defaultLocale)
setSummaryMap
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public String getUrl()
getUrl
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setUrl(String url)
setUrl
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public String getLayoutUuid()
getLayoutUuid
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setLayoutUuid(String layoutUuid)
setLayoutUuid
in interface com.liferay.asset.kernel.model.AssetEntryModel
public String getOriginalLayoutUuid()
@JSON public int getHeight()
getHeight
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setHeight(int height)
setHeight
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public int getWidth()
getWidth
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setWidth(int width)
setWidth
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public double getPriority()
getPriority
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setPriority(double priority)
setPriority
in interface com.liferay.asset.kernel.model.AssetEntryModel
@JSON public int getViewCount()
getViewCount
in interface com.liferay.asset.kernel.model.AssetEntryModel
public void setViewCount(int viewCount)
setViewCount
in interface com.liferay.asset.kernel.model.AssetEntryModel
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface com.liferay.asset.kernel.model.AssetEntryModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
getExpandoBridge
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface com.liferay.asset.kernel.model.AssetEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
setExpandoBridgeAttributes
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
public String[] getAvailableLanguageIds()
getAvailableLanguageIds
in interface com.liferay.asset.kernel.model.AssetEntryModel
getAvailableLanguageIds
in interface com.liferay.portal.kernel.model.LocalizedModel
public String getDefaultLanguageId()
getDefaultLanguageId
in interface com.liferay.asset.kernel.model.AssetEntryModel
getDefaultLanguageId
in interface com.liferay.portal.kernel.model.LocalizedModel
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface com.liferay.asset.kernel.model.AssetEntryModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport
in interface com.liferay.asset.kernel.model.AssetEntryModel
prepareLocalizedFieldsForImport
in interface com.liferay.portal.kernel.model.LocalizedModel
com.liferay.portal.kernel.exception.LocaleException
public com.liferay.asset.kernel.model.AssetEntry toEscapedModel()
toEscapedModel
in interface com.liferay.asset.kernel.model.AssetEntryModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
toEscapedModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
public Object clone()
clone
in interface com.liferay.asset.kernel.model.AssetEntryModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
clone
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
public int compareTo(com.liferay.asset.kernel.model.AssetEntry assetEntry)
compareTo
in interface com.liferay.asset.kernel.model.AssetEntryModel
compareTo
in interface Comparable<com.liferay.asset.kernel.model.AssetEntry>
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in interface com.liferay.asset.kernel.model.AssetEntryModel
hashCode
in class Object
public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
public boolean isFinderCacheEnabled()
isFinderCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
public void resetOriginalValues()
resetOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
resetOriginalValues
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
public com.liferay.portal.kernel.model.CacheModel<com.liferay.asset.kernel.model.AssetEntry> toCacheModel()
toCacheModel
in interface com.liferay.asset.kernel.model.AssetEntryModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
toCacheModel
in class com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.asset.kernel.model.AssetEntry>
public String toString()
toString
in interface com.liferay.asset.kernel.model.AssetEntryModel
toString
in class Object
public String toXmlString()
toXmlString
in interface com.liferay.asset.kernel.model.AssetEntryModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>