Class AnnouncementsEntryModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
com.liferay.portlet.announcements.model.impl.AnnouncementsEntryModelImpl
- All Implemented Interfaces:
com.liferay.announcements.kernel.model.AnnouncementsEntryModel,com.liferay.portal.kernel.model.AttachedModel,com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,com.liferay.portal.kernel.model.TypedModel,Serializable,Cloneable,Comparable<com.liferay.announcements.kernel.model.AnnouncementsEntry>
- Direct Known Subclasses:
AnnouncementsEntryBaseImpl
@JSON(strict=true)
public class AnnouncementsEntryModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
implements com.liferay.announcements.kernel.model.AnnouncementsEntryModel
The base model implementation for the AnnouncementsEntry service. Represents a row in the "AnnouncementsEntry" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface AnnouncementsEntryModel exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in AnnouncementsEntryImpl.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final longDeprecated.static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementstatic final longstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final Stringstatic final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final Stringstatic final Object[][]static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)static final longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String) -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()com.liferay.announcements.kernel.model.AnnouncementsEntryintcompareTo(com.liferay.announcements.kernel.model.AnnouncementsEntry announcementsEntry) booleanbooleangetAlert()Map<String,BiConsumer<com.liferay.announcements.kernel.model.AnnouncementsEntry, Object>> longlonglongstatic longgetColumnBitmask(String columnName) <T> TgetColumnOriginalValue(String columnName) <T> TgetColumnValue(String columnName) longlonglongcom.liferay.expando.kernel.model.ExpandoBridgeClass<?>longbooleanDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longDeprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)longintcom.liferay.exportimport.kernel.lar.StagedModelTypegetTitle()getType()getUrl()longgetUuid()inthashCode()booleanbooleanisAlert()booleanDeprecated.As of Athanasius (7.3.x), with no direct replacementbooleanDeprecated.As of Athanasius (7.3.x), with no direct replacementvoidvoidsetAlert(boolean alert) voidsetClassName(String className) voidsetClassNameId(long classNameId) voidsetClassPK(long classPK) voidsetCompanyId(long companyId) voidsetContent(String content) voidsetCreateDate(Date createDate) voidsetCtCollectionId(long ctCollectionId) voidsetDisplayDate(Date displayDate) voidsetEntryId(long entryId) voidsetExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) voidsetExpirationDate(Date expirationDate) voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) voidsetMvccVersion(long mvccVersion) voidsetPrimaryKey(long primaryKey) voidsetPrimaryKeyObj(Serializable primaryKeyObj) voidsetPriority(int priority) voidvoidvoidvoidsetUserId(long userId) voidsetUserName(String userName) voidsetUserUuid(String userUuid) voidcom.liferay.portal.kernel.model.CacheModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>com.liferay.announcements.kernel.model.AnnouncementsEntrytoString()Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.liferay.announcements.kernel.model.AnnouncementsEntryModel
toXmlStringMethods inherited from interface com.liferay.portal.kernel.model.BaseModel
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
-
Field Details
-
TABLE_NAME
- See Also:
-
TABLE_COLUMNS
-
TABLE_COLUMNS_MAP
-
TABLE_SQL_CREATE
- See Also:
-
TABLE_SQL_DROP
- See Also:
-
ORDER_BY_JPQL
- See Also:
-
ORDER_BY_SQL
- See Also:
-
ORDER_BY_SQL_INLINE_DISTINCT
- See Also:
-
DATA_SOURCE
- See Also:
-
SESSION_FACTORY
- See Also:
-
TX_MANAGER
- See Also:
-
ENTITY_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
FINDER_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
COLUMN_BITMASK_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
ALERT_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
CLASSNAMEID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
CLASSPK_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
USERID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
UUID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
PRIORITY_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
MODIFIEDDATE_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)- See Also:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
-
-
Constructor Details
-
AnnouncementsEntryModelImpl
public AnnouncementsEntryModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKeyin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKeyin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>- Specified by:
getPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>- Specified by:
setPrimaryKeyObjin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClassin interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassNamein interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>- Overrides:
getModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>- Overrides:
setModelAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.announcements.kernel.model.AnnouncementsEntry, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.announcements.kernel.model.AnnouncementsEntry, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersionin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersionin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
getUuid
- Specified by:
getUuidin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel
-
setUuid
- Specified by:
setUuidin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalUuid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getEntryId
@JSON public long getEntryId()- Specified by:
getEntryIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
setEntryId
public void setEntryId(long entryId) - Specified by:
setEntryIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getUserId
@JSON public long getUserId()- Specified by:
getUserIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel
-
getUserUuid
- Specified by:
getUserUuidin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel
-
setUserUuid
- Specified by:
setUserUuidin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel
-
getOriginalUserId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getUserName
- Specified by:
getUserNamein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel
-
setUserName
- Specified by:
setUserNamein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel
-
getCreateDate
- Specified by:
getCreateDatein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel
-
setCreateDate
- Specified by:
setCreateDatein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel
-
getModifiedDate
- Specified by:
getModifiedDatein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDatein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel
-
getClassName
- Specified by:
getClassNamein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getClassNamein interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassName
- Specified by:
setClassNamein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
getClassNameId
@JSON public long getClassNameId()- Specified by:
getClassNameIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel
-
setClassNameId
public void setClassNameId(long classNameId) - Specified by:
setClassNameIdin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setClassNameIdin interfacecom.liferay.portal.kernel.model.TypedModel
-
getOriginalClassNameId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getClassPK
@JSON public long getClassPK()- Specified by:
getClassPKin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
getClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel
-
setClassPK
public void setClassPK(long classPK) - Specified by:
setClassPKin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
setClassPKin interfacecom.liferay.portal.kernel.model.AttachedModel
-
getOriginalClassPK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getTitle
- Specified by:
getTitlein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
setTitle
- Specified by:
setTitlein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
getContent
- Specified by:
getContentin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
setContent
- Specified by:
setContentin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
getUrl
- Specified by:
getUrlin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
setUrl
- Specified by:
setUrlin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
getType
- Specified by:
getTypein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
setType
- Specified by:
setTypein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
getDisplayDate
- Specified by:
getDisplayDatein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
setDisplayDate
- Specified by:
setDisplayDatein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
getExpirationDate
- Specified by:
getExpirationDatein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
setExpirationDate
- Specified by:
setExpirationDatein interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
getPriority
@JSON public int getPriority()- Specified by:
getPriorityin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
setPriority
public void setPriority(int priority) - Specified by:
setPriorityin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
getAlert
@JSON public boolean getAlert()- Specified by:
getAlertin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
isAlert
@JSON public boolean isAlert()- Specified by:
isAlertin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
setAlert
public void setAlert(boolean alert) - Specified by:
setAlertin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel
-
getOriginalAlert
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String) -
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
getColumnBitmask
public long getColumnBitmask() -
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>- Specified by:
getExpandoBridgein interfacecom.liferay.portal.kernel.model.ClassedModel- Overrides:
getExpandoBridgein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>- Overrides:
setExpandoBridgeAttributesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
toEscapedModel
public com.liferay.announcements.kernel.model.AnnouncementsEntry toEscapedModel()- Specified by:
toEscapedModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>- Overrides:
toEscapedModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
clone
- Specified by:
clonein interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>- Specified by:
clonein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
clonein classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
cloneWithOriginalValues
public com.liferay.announcements.kernel.model.AnnouncementsEntry cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.announcements.kernel.model.AnnouncementsEntryModel- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
compareTo
public int compareTo(com.liferay.announcements.kernel.model.AnnouncementsEntry announcementsEntry) - Specified by:
compareToin interfaceComparable<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabledin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>- Overrides:
resetOriginalValuesin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.announcements.kernel.model.AnnouncementsEntry> toCacheModel()- Specified by:
toCacheModelin interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.announcements.kernel.model.AnnouncementsEntry>- Overrides:
toCacheModelin classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.announcements.kernel.model.AnnouncementsEntry>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)