public class AnnouncementsEntryWrapper extends BaseModelWrapper<AnnouncementsEntry> implements AnnouncementsEntry, ModelWrapper<AnnouncementsEntry>
This class is a wrapper for AnnouncementsEntry.
AnnouncementsEntry,
Serialized FormmodelENTRY_ID_ACCESSOR| Constructor and Description |
|---|
AnnouncementsEntryWrapper(AnnouncementsEntry announcementsEntry) |
| Modifier and Type | Method and Description |
|---|---|
AnnouncementsEntry |
cloneWithOriginalValues() |
boolean |
getAlert()
Returns the alert of this announcements entry.
|
String |
getClassName()
Returns the fully qualified class name of this announcements entry.
|
long |
getClassNameId()
Returns the class name ID of this announcements entry.
|
long |
getClassPK()
Returns the class pk of this announcements entry.
|
long |
getCompanyId()
Returns the company ID of this announcements entry.
|
String |
getContent()
Returns the content of this announcements entry.
|
Date |
getCreateDate()
Returns the create date of this announcements entry.
|
Date |
getDisplayDate()
Returns the display date of this announcements entry.
|
long |
getEntryId()
Returns the entry ID of this announcements entry.
|
Date |
getExpirationDate()
Returns the expiration date of this announcements entry.
|
long |
getGroupId() |
Map<String,Object> |
getModelAttributes() |
Date |
getModifiedDate()
Returns the modified date of this announcements entry.
|
long |
getMvccVersion()
Returns the mvcc version of this announcements entry.
|
long |
getPrimaryKey()
Returns the primary key of this announcements entry.
|
int |
getPriority()
Returns the priority of this announcements entry.
|
StagedModelType |
getStagedModelType() |
String |
getTitle()
Returns the title of this announcements entry.
|
String |
getType()
Returns the type of this announcements entry.
|
String |
getUrl()
Returns the url of this announcements entry.
|
long |
getUserId()
Returns the user ID of this announcements entry.
|
String |
getUserName()
Returns the user name of this announcements entry.
|
String |
getUserUuid()
Returns the user uuid of this announcements entry.
|
String |
getUuid()
Returns the uuid of this announcements entry.
|
boolean |
isAlert()
Returns
true if this announcements entry is alert. |
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
void |
setAlert(boolean alert)
Sets whether this announcements entry is alert.
|
void |
setClassName(String className) |
void |
setClassNameId(long classNameId)
Sets the class name ID of this announcements entry.
|
void |
setClassPK(long classPK)
Sets the class pk of this announcements entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this announcements entry.
|
void |
setContent(String content)
Sets the content of this announcements entry.
|
void |
setCreateDate(Date createDate)
Sets the create date of this announcements entry.
|
void |
setDisplayDate(Date displayDate)
Sets the display date of this announcements entry.
|
void |
setEntryId(long entryId)
Sets the entry ID of this announcements entry.
|
void |
setExpirationDate(Date expirationDate)
Sets the expiration date of this announcements entry.
|
void |
setModelAttributes(Map<String,Object> attributes) |
void |
setModifiedDate(Date modifiedDate)
Sets the modified date of this announcements entry.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this announcements entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this announcements entry.
|
void |
setPriority(int priority)
Sets the priority of this announcements entry.
|
void |
setTitle(String title)
Sets the title of this announcements entry.
|
void |
setType(String type)
Sets the type of this announcements entry.
|
void |
setUrl(String url)
Sets the url of this announcements entry.
|
void |
setUserId(long userId)
Sets the user ID of this announcements entry.
|
void |
setUserName(String userName)
Sets the user name of this announcements entry.
|
void |
setUserUuid(String userUuid)
Sets the user uuid of this announcements entry.
|
void |
setUuid(String uuid)
Sets the uuid of this announcements entry.
|
protected AnnouncementsEntryWrapper |
wrap(AnnouncementsEntry announcementsEntry) |
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlStringclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringclonegetModelClass, getModelClassNamegetWrappedModelpublic AnnouncementsEntryWrapper(AnnouncementsEntry announcementsEntry)
public Map<String,Object> getModelAttributes()
getModelAttributes in interface BaseModel<AnnouncementsEntry>public void setModelAttributes(Map<String,Object> attributes)
setModelAttributes in interface BaseModel<AnnouncementsEntry>public AnnouncementsEntry cloneWithOriginalValues()
cloneWithOriginalValues in interface AnnouncementsEntryModelcloneWithOriginalValues in interface BaseModel<AnnouncementsEntry>public boolean getAlert()
getAlert in interface AnnouncementsEntryModelpublic String getClassName()
getClassName in interface AnnouncementsEntryModelgetClassName in interface TypedModelpublic long getClassNameId()
getClassNameId in interface AnnouncementsEntryModelgetClassNameId in interface TypedModelpublic long getClassPK()
getClassPK in interface AnnouncementsEntryModelgetClassPK in interface AttachedModelpublic long getCompanyId()
getCompanyId in interface AnnouncementsEntryModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelgetCompanyId in interface StagedModelpublic String getContent()
getContent in interface AnnouncementsEntryModelpublic Date getCreateDate()
getCreateDate in interface AnnouncementsEntryModelgetCreateDate in interface AuditedModelgetCreateDate in interface StagedModelpublic Date getDisplayDate()
getDisplayDate in interface AnnouncementsEntryModelpublic long getEntryId()
getEntryId in interface AnnouncementsEntryModelpublic Date getExpirationDate()
getExpirationDate in interface AnnouncementsEntryModelpublic long getGroupId()
throws PortalException
getGroupId in interface AnnouncementsEntryPortalExceptionpublic Date getModifiedDate()
getModifiedDate in interface AnnouncementsEntryModelgetModifiedDate in interface AuditedModelgetModifiedDate in interface StagedModelpublic long getMvccVersion()
getMvccVersion in interface AnnouncementsEntryModelgetMvccVersion in interface MVCCModelpublic long getPrimaryKey()
getPrimaryKey in interface AnnouncementsEntryModelpublic int getPriority()
getPriority in interface AnnouncementsEntryModelpublic String getTitle()
getTitle in interface AnnouncementsEntryModelpublic String getType()
getType in interface AnnouncementsEntryModelpublic String getUrl()
getUrl in interface AnnouncementsEntryModelpublic long getUserId()
getUserId in interface AnnouncementsEntryModelgetUserId in interface AuditedModelpublic String getUserName()
getUserName in interface AnnouncementsEntryModelgetUserName in interface AuditedModelpublic String getUserUuid()
getUserUuid in interface AnnouncementsEntryModelgetUserUuid in interface AuditedModelpublic String getUuid()
getUuid in interface AnnouncementsEntryModelgetUuid in interface StagedModelpublic boolean isAlert()
true if this announcements entry is alert.isAlert in interface AnnouncementsEntryModeltrue if this announcements entry is alert; false otherwisepublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setAlert(boolean alert)
setAlert in interface AnnouncementsEntryModelalert - the alert of this announcements entrypublic void setClassName(String className)
setClassName in interface AnnouncementsEntryModelpublic void setClassNameId(long classNameId)
setClassNameId in interface AnnouncementsEntryModelsetClassNameId in interface TypedModelclassNameId - the class name ID of this announcements entrypublic void setClassPK(long classPK)
setClassPK in interface AnnouncementsEntryModelsetClassPK in interface AttachedModelclassPK - the class pk of this announcements entrypublic void setCompanyId(long companyId)
setCompanyId in interface AnnouncementsEntryModelsetCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelsetCompanyId in interface StagedModelcompanyId - the company ID of this announcements entrypublic void setContent(String content)
setContent in interface AnnouncementsEntryModelcontent - the content of this announcements entrypublic void setCreateDate(Date createDate)
setCreateDate in interface AnnouncementsEntryModelsetCreateDate in interface AuditedModelsetCreateDate in interface StagedModelcreateDate - the create date of this announcements entrypublic void setDisplayDate(Date displayDate)
setDisplayDate in interface AnnouncementsEntryModeldisplayDate - the display date of this announcements entrypublic void setEntryId(long entryId)
setEntryId in interface AnnouncementsEntryModelentryId - the entry ID of this announcements entrypublic void setExpirationDate(Date expirationDate)
setExpirationDate in interface AnnouncementsEntryModelexpirationDate - the expiration date of this announcements entrypublic void setModifiedDate(Date modifiedDate)
setModifiedDate in interface AnnouncementsEntryModelsetModifiedDate in interface AuditedModelsetModifiedDate in interface StagedModelmodifiedDate - the modified date of this announcements entrypublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface AnnouncementsEntryModelsetMvccVersion in interface MVCCModelmvccVersion - the mvcc version of this announcements entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface AnnouncementsEntryModelprimaryKey - the primary key of this announcements entrypublic void setPriority(int priority)
setPriority in interface AnnouncementsEntryModelpriority - the priority of this announcements entrypublic void setTitle(String title)
setTitle in interface AnnouncementsEntryModeltitle - the title of this announcements entrypublic void setType(String type)
setType in interface AnnouncementsEntryModeltype - the type of this announcements entrypublic void setUrl(String url)
setUrl in interface AnnouncementsEntryModelurl - the url of this announcements entrypublic void setUserId(long userId)
setUserId in interface AnnouncementsEntryModelsetUserId in interface AuditedModeluserId - the user ID of this announcements entrypublic void setUserName(String userName)
setUserName in interface AnnouncementsEntryModelsetUserName in interface AuditedModeluserName - the user name of this announcements entrypublic void setUserUuid(String userUuid)
setUserUuid in interface AnnouncementsEntryModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this announcements entrypublic void setUuid(String uuid)
setUuid in interface AnnouncementsEntryModelsetUuid in interface StagedModeluuid - the uuid of this announcements entrypublic StagedModelType getStagedModelType()
getStagedModelType in interface StagedModelprotected AnnouncementsEntryWrapper wrap(AnnouncementsEntry announcementsEntry)
wrap in class BaseModelWrapper<AnnouncementsEntry>