@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
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
,
Serialized FormModifier and Type | Field and Description |
---|---|
static long |
CLASSNAMEID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
CLASSPK_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
CLASSUUID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
COLUMN_BITMASK_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
COMPANYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
DATA_SOURCE |
static boolean |
ENTITY_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
ENTRYID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
EXPIRATIONDATE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static boolean |
FINDER_CACHE_ENABLED
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static boolean |
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
static long |
GROUPID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LAYOUTUUID_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static long |
LOCK_EXPIRATION_TIME |
static Object[][] |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS |
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME |
static String |
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE |
static String |
ORDER_BY_JPQL |
static String |
ORDER_BY_SQL |
static long |
PUBLISHDATE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
static String |
SESSION_FACTORY |
static Object[][] |
TABLE_COLUMNS |
static Map<String,Integer> |
TABLE_COLUMNS_MAP |
static String |
TABLE_NAME |
static String |
TABLE_SQL_CREATE |
static String |
TABLE_SQL_DROP |
static String |
TX_MANAGER |
static long |
VISIBLE_COLUMN_BITMASK
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnBitmask(String) |
Constructor and Description |
---|
AssetEntryModelImpl() |
Modifier and Type | Method and Description |
---|---|
Object |
clone() |
com.liferay.asset.kernel.model.AssetEntry |
cloneWithOriginalValues() |
int |
compareTo(com.liferay.asset.kernel.model.AssetEntry assetEntry) |
boolean |
equals(Object object) |
Map<String,Function<com.liferay.asset.kernel.model.AssetEntry,Object>> |
getAttributeGetterFunctions() |
Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetEntry,Object>> |
getAttributeSetterBiConsumers() |
String[] |
getAvailableLanguageIds() |
String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getClassTypeId() |
String |
getClassUuid() |
long |
getColumnBitmask() |
static long |
getColumnBitmask(String columnName) |
<T> T |
getColumnOriginalValue(String columnName) |
<T> T |
getColumnValue(String columnName) |
long |
getCompanyId() |
Date |
getCreateDate() |
long |
getCtCollectionId() |
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 |
getMvccVersion() |
long |
getOriginalClassNameId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalClassPK()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalClassUuid()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalCompanyId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
Date |
getOriginalExpirationDate()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
long |
getOriginalGroupId()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
String |
getOriginalLayoutUuid()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
Date |
getOriginalPublishDate()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
boolean |
getOriginalVisible()
Deprecated.
As of Athanasius (7.3.x), replaced by
getColumnOriginalValue(String) |
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() |
boolean |
getVisible() |
int |
getWidth() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
boolean |
isFinderCacheEnabled()
Deprecated.
As of Athanasius (7.3.x), with no direct replacement
|
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 |
setCtCollectionId(long ctCollectionId) |
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 |
setMvccVersion(long mvccVersion) |
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 |
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() |
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
@Deprecated public static final boolean ENTITY_CACHE_ENABLED
@Deprecated public static final boolean FINDER_CACHE_ENABLED
@Deprecated public static final boolean COLUMN_BITMASK_ENABLED
@Deprecated public static final long CLASSNAMEID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long CLASSPK_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long CLASSUUID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long COMPANYID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long EXPIRATIONDATE_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long GROUPID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long LAYOUTUUID_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long PUBLISHDATE_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long VISIBLE_COLUMN_BITMASK
getColumnBitmask(String)
@Deprecated public static final long ENTRYID_COLUMN_BITMASK
getColumnBitmask(String)
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
@Deprecated public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
public static final long LOCK_EXPIRATION_TIME
public long getPrimaryKey()
getPrimaryKey
in interface com.liferay.asset.kernel.model.AssetEntryModel
getPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetEntry>
public void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface com.liferay.asset.kernel.model.AssetEntryModel
setPrimaryKey
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetEntry>
public Serializable getPrimaryKeyObj()
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.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>
public Map<String,Function<com.liferay.asset.kernel.model.AssetEntry,Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
public Map<String,BiConsumer<com.liferay.asset.kernel.model.AssetEntry,Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
@JSON public long getMvccVersion()
getMvccVersion
in interface com.liferay.asset.kernel.model.AssetEntryModel
getMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
public void setMvccVersion(long mvccVersion)
setMvccVersion
in interface com.liferay.asset.kernel.model.AssetEntryModel
setMvccVersion
in interface com.liferay.portal.kernel.model.MVCCModel
@JSON public long getCtCollectionId()
getCtCollectionId
in interface com.liferay.asset.kernel.model.AssetEntryModel
getCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.asset.kernel.model.AssetEntry>
public void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface com.liferay.asset.kernel.model.AssetEntryModel
setCtCollectionId
in interface com.liferay.portal.kernel.model.change.tracking.CTModel<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
@Deprecated public long getOriginalGroupId()
getColumnOriginalValue(String)
@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
@Deprecated public long getOriginalCompanyId()
getColumnOriginalValue(String)
@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
@Deprecated public long getOriginalClassNameId()
getColumnOriginalValue(String)
@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
@Deprecated public long getOriginalClassPK()
getColumnOriginalValue(String)
@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
@Deprecated public String getOriginalClassUuid()
getColumnOriginalValue(String)
@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
@Deprecated public boolean getOriginalVisible()
getColumnOriginalValue(String)
@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
@Deprecated public Date getOriginalPublishDate()
getColumnOriginalValue(String)
@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
@Deprecated public Date getOriginalExpirationDate()
getColumnOriginalValue(String)
@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
@Deprecated public String getOriginalLayoutUuid()
getColumnOriginalValue(String)
@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
public long getColumnBitmask()
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
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.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.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.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 com.liferay.asset.kernel.model.AssetEntry cloneWithOriginalValues()
cloneWithOriginalValues
in interface com.liferay.asset.kernel.model.AssetEntryModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
public int compareTo(com.liferay.asset.kernel.model.AssetEntry assetEntry)
compareTo
in interface Comparable<com.liferay.asset.kernel.model.AssetEntry>
public boolean equals(Object object)
equals
in class Object
public int hashCode()
hashCode
in class Object
@Deprecated public boolean isEntityCacheEnabled()
isEntityCacheEnabled
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
@Deprecated 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.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 class Object
public String toXmlString()
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<com.liferay.asset.kernel.model.AssetEntry>
public <T> T getColumnValue(String columnName)
public <T> T getColumnOriginalValue(String columnName)
public static long getColumnBitmask(String columnName)