com.liferay.portlet.asset.model.impl
Class AssetEntryModelImpl
java.lang.Object
com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>
com.liferay.portlet.asset.model.impl.AssetEntryModelImpl
- All Implemented Interfaces:
- com.liferay.portal.model.AttachedModel, com.liferay.portal.model.AuditedModel, com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>, com.liferay.portal.model.ClassedModel, com.liferay.portal.model.GroupedModel, com.liferay.portlet.asset.model.AssetEntryModel, java.io.Serializable, java.lang.Cloneable, java.lang.Comparable<com.liferay.portlet.asset.model.AssetEntry>
- Direct Known Subclasses:
- AssetEntryBaseImpl
@JSON(strict=true)
public class AssetEntryModelImpl
- extends com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>
- implements com.liferay.portlet.asset.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:
AssetEntryImpl,
AssetEntry,
AssetEntryModel,
Serialized Form- Generated:
|
Method Summary |
java.lang.Object |
clone()
|
int |
compareTo(com.liferay.portlet.asset.model.AssetEntry assetEntry)
|
boolean |
equals(java.lang.Object obj)
|
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 |
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()
|
java.lang.String |
getMimeType()
|
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.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 |
isVisible()
|
void |
resetOriginalValues()
|
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 |
setMimeType(java.lang.String mimeType)
|
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()
|
| Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl |
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.liferay.portlet.asset.model.AssetEntryModel |
isCachedModel, isEscapedModel, isNew, setCachedModel, setNew |
TABLE_NAME
public static final java.lang.String TABLE_NAME
- See Also:
- Constant Field Values
TABLE_COLUMNS
public static final java.lang.Object[][] TABLE_COLUMNS
TABLE_SQL_CREATE
public static final java.lang.String TABLE_SQL_CREATE
- See Also:
- Constant Field Values
TABLE_SQL_DROP
public static final java.lang.String TABLE_SQL_DROP
- See Also:
- Constant Field Values
DATA_SOURCE
public static final java.lang.String DATA_SOURCE
- See Also:
- Constant Field Values
SESSION_FACTORY
public static final java.lang.String SESSION_FACTORY
- See Also:
- Constant Field Values
TX_MANAGER
public static final java.lang.String TX_MANAGER
- See Also:
- Constant Field Values
ENTITY_CACHE_ENABLED
public static final boolean ENTITY_CACHE_ENABLED
FINDER_CACHE_ENABLED
public static final boolean FINDER_CACHE_ENABLED
COLUMN_BITMASK_ENABLED
public static final boolean COLUMN_BITMASK_ENABLED
CLASSNAMEID_COLUMN_BITMASK
public static long CLASSNAMEID_COLUMN_BITMASK
CLASSPK_COLUMN_BITMASK
public static long CLASSPK_COLUMN_BITMASK
CLASSUUID_COLUMN_BITMASK
public static long CLASSUUID_COLUMN_BITMASK
COMPANYID_COLUMN_BITMASK
public static long COMPANYID_COLUMN_BITMASK
EXPIRATIONDATE_COLUMN_BITMASK
public static long EXPIRATIONDATE_COLUMN_BITMASK
GROUPID_COLUMN_BITMASK
public static long GROUPID_COLUMN_BITMASK
PUBLISHDATE_COLUMN_BITMASK
public static long PUBLISHDATE_COLUMN_BITMASK
VISIBLE_COLUMN_BITMASK
public static long VISIBLE_COLUMN_BITMASK
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
public static final java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_NAME
- See Also:
- Constant Field Values
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
public static final java.lang.Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_COLUMNS
MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
public static final java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETCATEGORIES_SQL_CREATE
- See Also:
- Constant Field Values
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETCATEGORIES
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
public static final java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_NAME
- See Also:
- Constant Field Values
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
public static final java.lang.Object[][] MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_COLUMNS
MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE
public static final java.lang.String MAPPING_TABLE_ASSETENTRIES_ASSETTAGS_SQL_CREATE
- See Also:
- Constant Field Values
FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
public static final boolean FINDER_CACHE_ENABLED_ASSETENTRIES_ASSETTAGS
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
AssetEntryModelImpl
public AssetEntryModelImpl()
toModel
public 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.
- Parameters:
soapModel - the soap model instance to convert
- Returns:
- the normal model instance
toModels
public 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.
- Parameters:
soapModels - the soap model instances to convert
- Returns:
- the normal model instances
getPrimaryKey
public long getPrimaryKey()
- Specified by:
getPrimaryKey in interface com.liferay.portlet.asset.model.AssetEntryModel
setPrimaryKey
public void setPrimaryKey(long primaryKey)
- Specified by:
setPrimaryKey in interface com.liferay.portlet.asset.model.AssetEntryModel
getPrimaryKeyObj
public java.io.Serializable getPrimaryKeyObj()
- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>- Specified by:
getPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
getPrimaryKeyObj in interface com.liferay.portlet.asset.model.AssetEntryModel
setPrimaryKeyObj
public void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>- Specified by:
setPrimaryKeyObj in interface com.liferay.portal.model.ClassedModel- Specified by:
setPrimaryKeyObj in interface com.liferay.portlet.asset.model.AssetEntryModel
getModelClass
public java.lang.Class<?> getModelClass()
- Specified by:
getModelClass in interface com.liferay.portal.model.ClassedModel
getModelClassName
public java.lang.String getModelClassName()
- Specified by:
getModelClassName in interface com.liferay.portal.model.ClassedModel
getEntryId
@JSON
public long getEntryId()
- Specified by:
getEntryId in interface com.liferay.portlet.asset.model.AssetEntryModel
setEntryId
public void setEntryId(long entryId)
- Specified by:
setEntryId in interface com.liferay.portlet.asset.model.AssetEntryModel
getGroupId
@JSON
public long getGroupId()
- Specified by:
getGroupId in interface com.liferay.portal.model.GroupedModel- Specified by:
getGroupId in interface com.liferay.portlet.asset.model.AssetEntryModel
setGroupId
public void setGroupId(long groupId)
- Specified by:
setGroupId in interface com.liferay.portal.model.GroupedModel- Specified by:
setGroupId in interface com.liferay.portlet.asset.model.AssetEntryModel
getOriginalGroupId
public long getOriginalGroupId()
getCompanyId
@JSON
public long getCompanyId()
- Specified by:
getCompanyId in interface com.liferay.portal.model.AuditedModel- Specified by:
getCompanyId in interface com.liferay.portlet.asset.model.AssetEntryModel
setCompanyId
public void setCompanyId(long companyId)
- Specified by:
setCompanyId in interface com.liferay.portal.model.AuditedModel- Specified by:
setCompanyId in interface com.liferay.portlet.asset.model.AssetEntryModel
getOriginalCompanyId
public long getOriginalCompanyId()
getUserId
@JSON
public long getUserId()
- Specified by:
getUserId in interface com.liferay.portal.model.AuditedModel- Specified by:
getUserId in interface com.liferay.portlet.asset.model.AssetEntryModel
setUserId
public void setUserId(long userId)
- Specified by:
setUserId in interface com.liferay.portal.model.AuditedModel- Specified by:
setUserId in interface com.liferay.portlet.asset.model.AssetEntryModel
getUserUuid
public java.lang.String getUserUuid()
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getUserUuid in interface com.liferay.portal.model.AuditedModel- Specified by:
getUserUuid in interface com.liferay.portlet.asset.model.AssetEntryModel
- Throws:
com.liferay.portal.kernel.exception.SystemException
setUserUuid
public void setUserUuid(java.lang.String userUuid)
- Specified by:
setUserUuid in interface com.liferay.portal.model.AuditedModel- Specified by:
setUserUuid in interface com.liferay.portlet.asset.model.AssetEntryModel
getUserName
@JSON
public java.lang.String getUserName()
- Specified by:
getUserName in interface com.liferay.portal.model.AuditedModel- Specified by:
getUserName in interface com.liferay.portlet.asset.model.AssetEntryModel
setUserName
public void setUserName(java.lang.String userName)
- Specified by:
setUserName in interface com.liferay.portal.model.AuditedModel- Specified by:
setUserName in interface com.liferay.portlet.asset.model.AssetEntryModel
getCreateDate
@JSON
public java.util.Date getCreateDate()
- Specified by:
getCreateDate in interface com.liferay.portal.model.AuditedModel- Specified by:
getCreateDate in interface com.liferay.portlet.asset.model.AssetEntryModel
setCreateDate
public void setCreateDate(java.util.Date createDate)
- Specified by:
setCreateDate in interface com.liferay.portal.model.AuditedModel- Specified by:
setCreateDate in interface com.liferay.portlet.asset.model.AssetEntryModel
getModifiedDate
@JSON
public java.util.Date getModifiedDate()
- Specified by:
getModifiedDate in interface com.liferay.portal.model.AuditedModel- Specified by:
getModifiedDate in interface com.liferay.portlet.asset.model.AssetEntryModel
setModifiedDate
public void setModifiedDate(java.util.Date modifiedDate)
- Specified by:
setModifiedDate in interface com.liferay.portal.model.AuditedModel- Specified by:
setModifiedDate in interface com.liferay.portlet.asset.model.AssetEntryModel
getClassName
public java.lang.String getClassName()
- Specified by:
getClassName in interface com.liferay.portal.model.AttachedModel- Specified by:
getClassName in interface com.liferay.portlet.asset.model.AssetEntryModel
getClassNameId
@JSON
public long getClassNameId()
- Specified by:
getClassNameId in interface com.liferay.portal.model.AttachedModel- Specified by:
getClassNameId in interface com.liferay.portlet.asset.model.AssetEntryModel
setClassNameId
public void setClassNameId(long classNameId)
- Specified by:
setClassNameId in interface com.liferay.portal.model.AttachedModel- Specified by:
setClassNameId in interface com.liferay.portlet.asset.model.AssetEntryModel
getOriginalClassNameId
public long getOriginalClassNameId()
getClassPK
@JSON
public long getClassPK()
- Specified by:
getClassPK in interface com.liferay.portal.model.AttachedModel- Specified by:
getClassPK in interface com.liferay.portlet.asset.model.AssetEntryModel
setClassPK
public void setClassPK(long classPK)
- Specified by:
setClassPK in interface com.liferay.portal.model.AttachedModel- Specified by:
setClassPK in interface com.liferay.portlet.asset.model.AssetEntryModel
getOriginalClassPK
public long getOriginalClassPK()
getClassUuid
@JSON
public java.lang.String getClassUuid()
- Specified by:
getClassUuid in interface com.liferay.portlet.asset.model.AssetEntryModel
setClassUuid
public void setClassUuid(java.lang.String classUuid)
- Specified by:
setClassUuid in interface com.liferay.portlet.asset.model.AssetEntryModel
getOriginalClassUuid
public java.lang.String getOriginalClassUuid()
getClassTypeId
@JSON
public long getClassTypeId()
- Specified by:
getClassTypeId in interface com.liferay.portlet.asset.model.AssetEntryModel
setClassTypeId
public void setClassTypeId(long classTypeId)
- Specified by:
setClassTypeId in interface com.liferay.portlet.asset.model.AssetEntryModel
getVisible
@JSON
public boolean getVisible()
- Specified by:
getVisible in interface com.liferay.portlet.asset.model.AssetEntryModel
isVisible
public boolean isVisible()
- Specified by:
isVisible in interface com.liferay.portlet.asset.model.AssetEntryModel
setVisible
public void setVisible(boolean visible)
- Specified by:
setVisible in interface com.liferay.portlet.asset.model.AssetEntryModel
getOriginalVisible
public boolean getOriginalVisible()
getStartDate
@JSON
public java.util.Date getStartDate()
- Specified by:
getStartDate in interface com.liferay.portlet.asset.model.AssetEntryModel
setStartDate
public void setStartDate(java.util.Date startDate)
- Specified by:
setStartDate in interface com.liferay.portlet.asset.model.AssetEntryModel
getEndDate
@JSON
public java.util.Date getEndDate()
- Specified by:
getEndDate in interface com.liferay.portlet.asset.model.AssetEntryModel
setEndDate
public void setEndDate(java.util.Date endDate)
- Specified by:
setEndDate in interface com.liferay.portlet.asset.model.AssetEntryModel
getPublishDate
@JSON
public java.util.Date getPublishDate()
- Specified by:
getPublishDate in interface com.liferay.portlet.asset.model.AssetEntryModel
setPublishDate
public void setPublishDate(java.util.Date publishDate)
- Specified by:
setPublishDate in interface com.liferay.portlet.asset.model.AssetEntryModel
getOriginalPublishDate
public java.util.Date getOriginalPublishDate()
getExpirationDate
@JSON
public java.util.Date getExpirationDate()
- Specified by:
getExpirationDate in interface com.liferay.portlet.asset.model.AssetEntryModel
setExpirationDate
public void setExpirationDate(java.util.Date expirationDate)
- Specified by:
setExpirationDate in interface com.liferay.portlet.asset.model.AssetEntryModel
getOriginalExpirationDate
public java.util.Date getOriginalExpirationDate()
getMimeType
@JSON
public java.lang.String getMimeType()
- Specified by:
getMimeType in interface com.liferay.portlet.asset.model.AssetEntryModel
setMimeType
public void setMimeType(java.lang.String mimeType)
- Specified by:
setMimeType in interface com.liferay.portlet.asset.model.AssetEntryModel
getTitle
@JSON
public java.lang.String getTitle()
- Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetEntryModel
getTitle
public java.lang.String getTitle(java.util.Locale locale)
- Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetEntryModel
getTitle
public java.lang.String getTitle(java.util.Locale locale,
boolean useDefault)
- Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetEntryModel
getTitle
public java.lang.String getTitle(java.lang.String languageId)
- Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetEntryModel
getTitle
public java.lang.String getTitle(java.lang.String languageId,
boolean useDefault)
- Specified by:
getTitle in interface com.liferay.portlet.asset.model.AssetEntryModel
getTitleCurrentLanguageId
public java.lang.String getTitleCurrentLanguageId()
- Specified by:
getTitleCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModel
getTitleCurrentValue
@JSON
public java.lang.String getTitleCurrentValue()
- Specified by:
getTitleCurrentValue in interface com.liferay.portlet.asset.model.AssetEntryModel
getTitleMap
public java.util.Map<java.util.Locale,java.lang.String> getTitleMap()
- Specified by:
getTitleMap in interface com.liferay.portlet.asset.model.AssetEntryModel
setTitle
public void setTitle(java.lang.String title)
- Specified by:
setTitle in interface com.liferay.portlet.asset.model.AssetEntryModel
setTitle
public void setTitle(java.lang.String title,
java.util.Locale locale)
- Specified by:
setTitle in interface com.liferay.portlet.asset.model.AssetEntryModel
setTitle
public void setTitle(java.lang.String title,
java.util.Locale locale,
java.util.Locale defaultLocale)
- Specified by:
setTitle in interface com.liferay.portlet.asset.model.AssetEntryModel
setTitleCurrentLanguageId
public void setTitleCurrentLanguageId(java.lang.String languageId)
- Specified by:
setTitleCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModel
setTitleMap
public void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap)
- Specified by:
setTitleMap in interface com.liferay.portlet.asset.model.AssetEntryModel
setTitleMap
public void setTitleMap(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Locale defaultLocale)
- Specified by:
setTitleMap in interface com.liferay.portlet.asset.model.AssetEntryModel
getDescription
@JSON
public java.lang.String getDescription()
- Specified by:
getDescription in interface com.liferay.portlet.asset.model.AssetEntryModel
getDescription
public java.lang.String getDescription(java.util.Locale locale)
- Specified by:
getDescription in interface com.liferay.portlet.asset.model.AssetEntryModel
getDescription
public java.lang.String getDescription(java.util.Locale locale,
boolean useDefault)
- Specified by:
getDescription in interface com.liferay.portlet.asset.model.AssetEntryModel
getDescription
public java.lang.String getDescription(java.lang.String languageId)
- Specified by:
getDescription in interface com.liferay.portlet.asset.model.AssetEntryModel
getDescription
public java.lang.String getDescription(java.lang.String languageId,
boolean useDefault)
- Specified by:
getDescription in interface com.liferay.portlet.asset.model.AssetEntryModel
getDescriptionCurrentLanguageId
public java.lang.String getDescriptionCurrentLanguageId()
- Specified by:
getDescriptionCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModel
getDescriptionCurrentValue
@JSON
public java.lang.String getDescriptionCurrentValue()
- Specified by:
getDescriptionCurrentValue in interface com.liferay.portlet.asset.model.AssetEntryModel
getDescriptionMap
public java.util.Map<java.util.Locale,java.lang.String> getDescriptionMap()
- Specified by:
getDescriptionMap in interface com.liferay.portlet.asset.model.AssetEntryModel
setDescription
public void setDescription(java.lang.String description)
- Specified by:
setDescription in interface com.liferay.portlet.asset.model.AssetEntryModel
setDescription
public void setDescription(java.lang.String description,
java.util.Locale locale)
- Specified by:
setDescription in interface com.liferay.portlet.asset.model.AssetEntryModel
setDescription
public void setDescription(java.lang.String description,
java.util.Locale locale,
java.util.Locale defaultLocale)
- Specified by:
setDescription in interface com.liferay.portlet.asset.model.AssetEntryModel
setDescriptionCurrentLanguageId
public void setDescriptionCurrentLanguageId(java.lang.String languageId)
- Specified by:
setDescriptionCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModel
setDescriptionMap
public void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap)
- Specified by:
setDescriptionMap in interface com.liferay.portlet.asset.model.AssetEntryModel
setDescriptionMap
public void setDescriptionMap(java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.util.Locale defaultLocale)
- Specified by:
setDescriptionMap in interface com.liferay.portlet.asset.model.AssetEntryModel
getSummary
@JSON
public java.lang.String getSummary()
- Specified by:
getSummary in interface com.liferay.portlet.asset.model.AssetEntryModel
getSummary
public java.lang.String getSummary(java.util.Locale locale)
- Specified by:
getSummary in interface com.liferay.portlet.asset.model.AssetEntryModel
getSummary
public java.lang.String getSummary(java.util.Locale locale,
boolean useDefault)
- Specified by:
getSummary in interface com.liferay.portlet.asset.model.AssetEntryModel
getSummary
public java.lang.String getSummary(java.lang.String languageId)
- Specified by:
getSummary in interface com.liferay.portlet.asset.model.AssetEntryModel
getSummary
public java.lang.String getSummary(java.lang.String languageId,
boolean useDefault)
- Specified by:
getSummary in interface com.liferay.portlet.asset.model.AssetEntryModel
getSummaryCurrentLanguageId
public java.lang.String getSummaryCurrentLanguageId()
- Specified by:
getSummaryCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModel
getSummaryCurrentValue
@JSON
public java.lang.String getSummaryCurrentValue()
- Specified by:
getSummaryCurrentValue in interface com.liferay.portlet.asset.model.AssetEntryModel
getSummaryMap
public java.util.Map<java.util.Locale,java.lang.String> getSummaryMap()
- Specified by:
getSummaryMap in interface com.liferay.portlet.asset.model.AssetEntryModel
setSummary
public void setSummary(java.lang.String summary)
- Specified by:
setSummary in interface com.liferay.portlet.asset.model.AssetEntryModel
setSummary
public void setSummary(java.lang.String summary,
java.util.Locale locale)
- Specified by:
setSummary in interface com.liferay.portlet.asset.model.AssetEntryModel
setSummary
public void setSummary(java.lang.String summary,
java.util.Locale locale,
java.util.Locale defaultLocale)
- Specified by:
setSummary in interface com.liferay.portlet.asset.model.AssetEntryModel
setSummaryCurrentLanguageId
public void setSummaryCurrentLanguageId(java.lang.String languageId)
- Specified by:
setSummaryCurrentLanguageId in interface com.liferay.portlet.asset.model.AssetEntryModel
setSummaryMap
public void setSummaryMap(java.util.Map<java.util.Locale,java.lang.String> summaryMap)
- Specified by:
setSummaryMap in interface com.liferay.portlet.asset.model.AssetEntryModel
setSummaryMap
public void setSummaryMap(java.util.Map<java.util.Locale,java.lang.String> summaryMap,
java.util.Locale defaultLocale)
- Specified by:
setSummaryMap in interface com.liferay.portlet.asset.model.AssetEntryModel
getUrl
@JSON
public java.lang.String getUrl()
- Specified by:
getUrl in interface com.liferay.portlet.asset.model.AssetEntryModel
setUrl
public void setUrl(java.lang.String url)
- Specified by:
setUrl in interface com.liferay.portlet.asset.model.AssetEntryModel
getLayoutUuid
@JSON
public java.lang.String getLayoutUuid()
- Specified by:
getLayoutUuid in interface com.liferay.portlet.asset.model.AssetEntryModel
setLayoutUuid
public void setLayoutUuid(java.lang.String layoutUuid)
- Specified by:
setLayoutUuid in interface com.liferay.portlet.asset.model.AssetEntryModel
getHeight
@JSON
public int getHeight()
- Specified by:
getHeight in interface com.liferay.portlet.asset.model.AssetEntryModel
setHeight
public void setHeight(int height)
- Specified by:
setHeight in interface com.liferay.portlet.asset.model.AssetEntryModel
getWidth
@JSON
public int getWidth()
- Specified by:
getWidth in interface com.liferay.portlet.asset.model.AssetEntryModel
setWidth
public void setWidth(int width)
- Specified by:
setWidth in interface com.liferay.portlet.asset.model.AssetEntryModel
getPriority
@JSON
public double getPriority()
- Specified by:
getPriority in interface com.liferay.portlet.asset.model.AssetEntryModel
setPriority
public void setPriority(double priority)
- Specified by:
setPriority in interface com.liferay.portlet.asset.model.AssetEntryModel
getViewCount
@JSON
public int getViewCount()
- Specified by:
getViewCount in interface com.liferay.portlet.asset.model.AssetEntryModel
setViewCount
public void setViewCount(int viewCount)
- Specified by:
setViewCount in interface com.liferay.portlet.asset.model.AssetEntryModel
getColumnBitmask
public long getColumnBitmask()
toEscapedModel
public com.liferay.portlet.asset.model.AssetEntry toEscapedModel()
- Specified by:
toEscapedModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>- Specified by:
toEscapedModel in interface com.liferay.portlet.asset.model.AssetEntryModel- Overrides:
toEscapedModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>
getExpandoBridge
public com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge()
- Specified by:
getExpandoBridge in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>- Specified by:
getExpandoBridge in interface com.liferay.portal.model.ClassedModel- Specified by:
getExpandoBridge in interface com.liferay.portlet.asset.model.AssetEntryModel- Overrides:
getExpandoBridge in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.service.ServiceContext serviceContext)
- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>- Specified by:
setExpandoBridgeAttributes in interface com.liferay.portlet.asset.model.AssetEntryModel- Overrides:
setExpandoBridgeAttributes in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>
clone
public java.lang.Object clone()
- Specified by:
clone in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>- Specified by:
clone in interface com.liferay.portlet.asset.model.AssetEntryModel- Specified by:
clone in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>
compareTo
public int compareTo(com.liferay.portlet.asset.model.AssetEntry assetEntry)
- Specified by:
compareTo in interface com.liferay.portlet.asset.model.AssetEntryModel- Specified by:
compareTo in interface java.lang.Comparable<com.liferay.portlet.asset.model.AssetEntry>
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Specified by:
hashCode in interface com.liferay.portlet.asset.model.AssetEntryModel- Overrides:
hashCode in class java.lang.Object
resetOriginalValues
public void resetOriginalValues()
- Specified by:
resetOriginalValues in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>- Overrides:
resetOriginalValues in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>
toCacheModel
public com.liferay.portal.model.CacheModel<com.liferay.portlet.asset.model.AssetEntry> toCacheModel()
- Specified by:
toCacheModel in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>- Specified by:
toCacheModel in interface com.liferay.portlet.asset.model.AssetEntryModel- Overrides:
toCacheModel in class com.liferay.portal.model.impl.BaseModelImpl<com.liferay.portlet.asset.model.AssetEntry>
toString
public java.lang.String toString()
- Specified by:
toString in interface com.liferay.portlet.asset.model.AssetEntryModel- Overrides:
toString in class java.lang.Object
toXmlString
public java.lang.String toXmlString()
- Specified by:
toXmlString in interface com.liferay.portal.model.BaseModel<com.liferay.portlet.asset.model.AssetEntry>- Specified by:
toXmlString in interface com.liferay.portlet.asset.model.AssetEntryModel