@JSON(strict=true)
@ProviderType
public class AssetEntryModelImpl
extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>
implements com.liferay.portlet.asset.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 Form| Constructor and Description |
|---|
AssetEntryModelImpl() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(com.liferay.portlet.asset.model.AssetEntry assetEntry) |
boolean |
equals(java.lang.Object obj) |
java.lang.String[] |
getAvailableLanguageIds() |
java.lang.String |
getClassName() |
long |
getClassNameId() |
long |
getClassPK() |
long |
getClassTypeId() |
java.lang.String |
getClassUuid() |
long |
getColumnBitmask() |
long |
getCompanyId() |
java.util.Date |
getCreateDate() |
java.lang.String |
getDefaultLanguageId() |
java.lang.String |
getDescription() |
java.lang.String |
getDescription(java.util.Locale locale) |
java.lang.String |
getDescription(java.util.Locale locale,
boolean useDefault) |
java.lang.String |
getDescription(java.lang.String languageId) |
java.lang.String |
getDescription(java.lang.String languageId,
boolean useDefault) |
java.lang.String |
getDescriptionCurrentLanguageId() |
java.lang.String |
getDescriptionCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getDescriptionMap() |
java.util.Date |
getEndDate() |
long |
getEntryId() |
com.liferay.portlet.expando.model.ExpandoBridge |
getExpandoBridge() |
java.util.Date |
getExpirationDate() |
long |
getGroupId() |
int |
getHeight() |
java.lang.String |
getLayoutUuid() |
boolean |
getListable() |
java.lang.String |
getMimeType() |
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate() |
long |
getOriginalClassNameId() |
long |
getOriginalClassPK() |
java.lang.String |
getOriginalClassUuid() |
long |
getOriginalCompanyId() |
java.util.Date |
getOriginalExpirationDate() |
long |
getOriginalGroupId() |
java.lang.String |
getOriginalLayoutUuid() |
java.util.Date |
getOriginalPublishDate() |
boolean |
getOriginalVisible() |
long |
getPrimaryKey() |
java.io.Serializable |
getPrimaryKeyObj() |
double |
getPriority() |
java.util.Date |
getPublishDate() |
java.util.Date |
getStartDate() |
java.lang.String |
getSummary() |
java.lang.String |
getSummary(java.util.Locale locale) |
java.lang.String |
getSummary(java.util.Locale locale,
boolean useDefault) |
java.lang.String |
getSummary(java.lang.String languageId) |
java.lang.String |
getSummary(java.lang.String languageId,
boolean useDefault) |
java.lang.String |
getSummaryCurrentLanguageId() |
java.lang.String |
getSummaryCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getSummaryMap() |
java.lang.String |
getTitle() |
java.lang.String |
getTitle(java.util.Locale locale) |
java.lang.String |
getTitle(java.util.Locale locale,
boolean useDefault) |
java.lang.String |
getTitle(java.lang.String languageId) |
java.lang.String |
getTitle(java.lang.String languageId,
boolean useDefault) |
java.lang.String |
getTitleCurrentLanguageId() |
java.lang.String |
getTitleCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getTitleMap() |
java.lang.String |
getUrl() |
long |
getUserId() |
java.lang.String |
getUserName() |
java.lang.String |
getUserUuid() |
int |
getViewCount() |
boolean |
getVisible() |
int |
getWidth() |
int |
hashCode() |
boolean |
hasSetModifiedDate() |
boolean |
isEntityCacheEnabled() |
boolean |
isFinderCacheEnabled() |
boolean |
isListable() |
boolean |
isVisible() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
resetOriginalValues() |
void |
setClassName(java.lang.String className) |
void |
setClassNameId(long classNameId) |
void |
setClassPK(long classPK) |
void |
setClassTypeId(long classTypeId) |
void |
setClassUuid(java.lang.String classUuid) |
void |
setCompanyId(long companyId) |
void |
setCreateDate(java.util.Date createDate) |
void |
setDescription(java.lang.String description) |
void |
setDescription(java.lang.String description,
java.util.Locale locale) |
void |
setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale) |
void |
setDescriptionCurrentLanguageId(java.lang.String languageId) |
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap) |
void |
setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale) |
void |
setEndDate(java.util.Date endDate) |
void |
setEntryId(long entryId) |
void |
setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext) |
void |
setExpirationDate(java.util.Date expirationDate) |
void |
setGroupId(long groupId) |
void |
setHeight(int height) |
void |
setLayoutUuid(java.lang.String layoutUuid) |
void |
setListable(boolean listable) |
void |
setMimeType(java.lang.String mimeType) |
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate) |
void |
setPrimaryKey(long primaryKey) |
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setPriority(double priority) |
void |
setPublishDate(java.util.Date publishDate) |
void |
setStartDate(java.util.Date startDate) |
void |
setSummary(java.lang.String summary) |
void |
setSummary(java.lang.String summary,
java.util.Locale locale) |
void |
setSummary(java.lang.String summary,
java.util.Locale locale,
java.util.Locale defaultLocale) |
void |
setSummaryCurrentLanguageId(java.lang.String languageId) |
void |
setSummaryMap(java.util.Map<java.util.Locale,java.lang.String> summaryMap) |
void |
setSummaryMap(java.util.Map<java.util.Locale,java.lang.String> summaryMap,
java.util.Locale defaultLocale) |
void |
setTitle(java.lang.String title) |
void |
setTitle(java.lang.String title,
java.util.Locale locale) |
void |
setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale) |
void |
setTitleCurrentLanguageId(java.lang.String languageId) |
void |
setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap) |
void |
setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale) |
void |
setUrl(java.lang.String url) |
void |
setUserId(long userId) |
void |
setUserName(java.lang.String userName) |
void |
setUserUuid(java.lang.String userUuid) |
void |
setViewCount(int viewCount) |
void |
setVisible(boolean visible) |
void |
setWidth(int width) |
com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetEntry> |
toCacheModel() |
com.liferay.portlet.asset.model.AssetEntry |
toEscapedModel() |
static com.liferay.portlet.asset.model.AssetEntry |
toModel(com.liferay.portlet.asset.model.AssetEntrySoap soapModel)
Converts the soap model instance into a normal model instance.
|
static java.util.List<com.liferay.portlet.asset.model.AssetEntry> |
toModels(com.liferay.portlet.asset.model.AssetEntrySoap[] soapModels)
Converts the soap model instances into normal model instances.
|
java.lang.String |
toString() |
java.lang.String |
toXmlString() |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelpublic static final java.lang.String TABLE_NAME
public static final java.lang.Object[][] TABLE_COLUMNS
public static final java.util.Map<java.lang.String,java.lang.Integer> TABLE_COLUMNS_MAP
public static final java.lang.String TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_DROP
public static final java.lang.String ORDER_BY_JPQL
public static final java.lang.String ORDER_BY_SQL
public static final java.lang.String DATA_SOURCE
public static final java.lang.String SESSION_FACTORY
public static final java.lang.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 java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
public static final java.lang.Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
public static final java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
public static final java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
public static final java.lang.Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
public static final java.lang.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.portlet.asset.model.AssetEntry toModel(com.liferay.portlet.asset.model.AssetEntrySoap soapModel)
soapModel - the soap model instance to convertpublic static java.util.List<com.liferay.portlet.asset.model.AssetEntry> toModels(com.liferay.portlet.asset.model.AssetEntrySoap[] soapModels)
soapModels - the soap model instances to convertpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelgetPrimaryKeyObj in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModelsetPrimaryKeyObj in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>getModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>setModelAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>@JSON public long getEntryId()
getEntryId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setEntryId(long entryId)
setEntryId in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public long getGroupId()
getGroupId in interface com.liferay.portal.model.GroupedModelgetGroupId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.model.GroupedModelsetGroupId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic long getOriginalGroupId()
@JSON public long getCompanyId()
getCompanyId in interface com.liferay.portal.model.AuditedModelgetCompanyId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.model.AuditedModelsetCompanyId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic long getOriginalCompanyId()
@JSON public long getUserId()
getUserId in interface com.liferay.portal.model.AuditedModelgetUserId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.model.AuditedModelsetUserId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.model.AuditedModelgetUserUuid in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.model.AuditedModelsetUserUuid in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.lang.String getUserName()
getUserName in interface com.liferay.portal.model.AuditedModelgetUserName in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.model.AuditedModelsetUserName in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.model.AuditedModelgetCreateDate in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.model.AuditedModelsetCreateDate in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.model.AuditedModelgetModifiedDate in interface com.liferay.portlet.asset.model.AssetEntryModelpublic boolean hasSetModifiedDate()
public void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.model.AuditedModelsetModifiedDate in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getClassName()
getClassName in interface com.liferay.portal.model.TypedModelgetClassName in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setClassName(java.lang.String className)
setClassName in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public long getClassNameId()
getClassNameId in interface com.liferay.portal.model.TypedModelgetClassNameId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface com.liferay.portal.model.TypedModelsetClassNameId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic long getOriginalClassNameId()
@JSON public long getClassPK()
getClassPK in interface com.liferay.portal.model.AttachedModelgetClassPK in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setClassPK(long classPK)
setClassPK in interface com.liferay.portal.model.AttachedModelsetClassPK in interface com.liferay.portlet.asset.model.AssetEntryModelpublic long getOriginalClassPK()
@JSON public java.lang.String getClassUuid()
getClassUuid in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setClassUuid(java.lang.String classUuid)
setClassUuid in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getOriginalClassUuid()
@JSON public long getClassTypeId()
getClassTypeId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setClassTypeId(long classTypeId)
setClassTypeId in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public boolean getListable()
getListable in interface com.liferay.portlet.asset.model.AssetEntryModelpublic boolean isListable()
isListable in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setListable(boolean listable)
setListable in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public boolean getVisible()
getVisible in interface com.liferay.portlet.asset.model.AssetEntryModelpublic boolean isVisible()
isVisible in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setVisible(boolean visible)
setVisible in interface com.liferay.portlet.asset.model.AssetEntryModelpublic boolean getOriginalVisible()
@JSON public java.util.Date getStartDate()
getStartDate in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setStartDate(java.util.Date startDate)
setStartDate in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.util.Date getEndDate()
getEndDate in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setEndDate(java.util.Date endDate)
setEndDate in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.util.Date getPublishDate()
getPublishDate in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setPublishDate(java.util.Date publishDate)
setPublishDate in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.util.Date getOriginalPublishDate()
@JSON public java.util.Date getExpirationDate()
getExpirationDate in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setExpirationDate(java.util.Date expirationDate)
setExpirationDate in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.util.Date getOriginalExpirationDate()
@JSON public java.lang.String getMimeType()
getMimeType in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setMimeType(java.lang.String mimeType)
setMimeType in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.lang.String getTitle()
getTitle in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getTitle(java.util.Locale locale)
getTitle in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getTitle(java.util.Locale locale,
boolean useDefault)
getTitle in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getTitle(java.lang.String languageId)
getTitle in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getTitle(java.lang.String languageId,
boolean useDefault)
getTitle in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getTitleCurrentLanguageId()
getTitleCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.lang.String getTitleCurrentValue()
getTitleCurrentValue in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
getTitleMap in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setTitle(java.lang.String title)
setTitle in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setTitle(java.lang.String title,
java.util.Locale locale)
setTitle in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
setTitle in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setTitleCurrentLanguageId(java.lang.String languageId)
setTitleCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
setTitleMap in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
setTitleMap in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.lang.String getDescription()
getDescription in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getDescription(java.util.Locale locale)
getDescription in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
getDescription in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getDescription(java.lang.String languageId)
getDescription in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
getDescription in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getDescriptionCurrentLanguageId()
getDescriptionCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.lang.String getDescriptionCurrentValue()
getDescriptionCurrentValue in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
getDescriptionMap in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setDescription(java.lang.String description)
setDescription in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setDescription(java.lang.String description,
java.util.Locale locale)
setDescription in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
setDescription in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setDescriptionCurrentLanguageId(java.lang.String languageId)
setDescriptionCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
setDescriptionMap in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
setDescriptionMap in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.lang.String getSummary()
getSummary in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getSummary(java.util.Locale locale)
getSummary in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getSummary(java.util.Locale locale,
boolean useDefault)
getSummary in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getSummary(java.lang.String languageId)
getSummary in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getSummary(java.lang.String languageId,
boolean useDefault)
getSummary in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getSummaryCurrentLanguageId()
getSummaryCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.lang.String getSummaryCurrentValue()
getSummaryCurrentValue in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.util.Map<java.util.Locale,java.lang.String> getSummaryMap()
getSummaryMap in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setSummary(java.lang.String summary)
setSummary in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setSummary(java.lang.String summary,
java.util.Locale locale)
setSummary in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setSummary(java.lang.String summary,
java.util.Locale locale,
java.util.Locale defaultLocale)
setSummary in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setSummaryCurrentLanguageId(java.lang.String languageId)
setSummaryCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setSummaryMap(java.util.Map<java.util.Locale,java.lang.String> summaryMap)
setSummaryMap in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setSummaryMap(java.util.Map<java.util.Locale,java.lang.String> summaryMap,
java.util.Locale defaultLocale)
setSummaryMap in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.lang.String getUrl()
getUrl in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setUrl(java.lang.String url)
setUrl in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public java.lang.String getLayoutUuid()
getLayoutUuid in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setLayoutUuid(java.lang.String layoutUuid)
setLayoutUuid in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getOriginalLayoutUuid()
@JSON public int getHeight()
getHeight in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setHeight(int height)
setHeight in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public int getWidth()
getWidth in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setWidth(int width)
setWidth in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public double getPriority()
getPriority in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setPriority(double priority)
setPriority in interface com.liferay.portlet.asset.model.AssetEntryModel@JSON public int getViewCount()
getViewCount in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void setViewCount(int viewCount)
setViewCount in interface com.liferay.portlet.asset.model.AssetEntryModelpublic long getColumnBitmask()
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>getExpandoBridge in interface com.liferay.portal.model.ClassedModelgetExpandoBridge in interface com.liferay.portlet.asset.model.AssetEntryModelgetExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>setExpandoBridgeAttributes in interface com.liferay.portlet.asset.model.AssetEntryModelsetExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>public java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface com.liferay.portal.model.LocalizedModelgetAvailableLanguageIds in interface com.liferay.portlet.asset.model.AssetEntryModelpublic java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface com.liferay.portal.model.LocalizedModelgetDefaultLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.portal.model.LocalizedModelprepareLocalizedFieldsForImport in interface com.liferay.portlet.asset.model.AssetEntryModelcom.liferay.portal.LocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws com.liferay.portal.LocaleException
prepareLocalizedFieldsForImport in interface com.liferay.portal.model.LocalizedModelprepareLocalizedFieldsForImport in interface com.liferay.portlet.asset.model.AssetEntryModelcom.liferay.portal.LocaleExceptionpublic com.liferay.portlet.asset.model.AssetEntry toEscapedModel()
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>toEscapedModel in interface com.liferay.portlet.asset.model.AssetEntryModeltoEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>public java.lang.Object clone()
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>clone in interface com.liferay.portlet.asset.model.AssetEntryModelclone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>public int compareTo(com.liferay.portlet.asset.model.AssetEntry assetEntry)
compareTo in interface com.liferay.portlet.asset.model.AssetEntryModelcompareTo in interface java.lang.Comparable<com.liferay.portlet.asset.model.AssetEntry>public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in interface com.liferay.portlet.asset.model.AssetEntryModelhashCode in class java.lang.Objectpublic boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>public com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetEntry> toCacheModel()
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>toCacheModel in interface com.liferay.portlet.asset.model.AssetEntryModeltoCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>public java.lang.String toString()
toString in interface com.liferay.portlet.asset.model.AssetEntryModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>toXmlString in interface com.liferay.portlet.asset.model.AssetEntryModel