@ProviderType public class WallEntryWrapper extends java.lang.Object implements WallEntry, com.liferay.portal.kernel.model.ModelWrapper<WallEntry>
This class is a wrapper for WallEntry.
WallEntry,
Serialized FormWALL_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
WallEntryWrapper(WallEntry wallEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(WallEntry wallEntry) |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getComments()
Returns the comments of this wall entry.
|
long |
getCompanyId()
Returns the company ID of this wall entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this wall entry.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getGroupId()
Returns the group ID of this wall entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date of this wall entry.
|
long |
getPrimaryKey()
Returns the primary key of this wall entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
long |
getUserId()
Returns the user ID of this wall entry.
|
java.lang.String |
getUserName()
Returns the user name of this wall entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this wall entry.
|
long |
getWallEntryId()
Returns the wall entry ID of this wall entry.
|
WallEntry |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setComments(java.lang.String comments)
Sets the comments of this wall entry.
|
void |
setCompanyId(long companyId)
Sets the company ID of this wall entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this wall entry.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
setGroupId(long groupId)
Sets the group ID of this wall entry.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this wall entry.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this wall entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setUserId(long userId)
Sets the user ID of this wall entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this wall entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this wall entry.
|
void |
setWallEntryId(long wallEntryId)
Sets the wall entry ID of this wall entry.
|
com.liferay.portal.kernel.model.CacheModel<WallEntry> |
toCacheModel() |
WallEntry |
toEscapedModel() |
java.lang.String |
toString() |
WallEntry |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public WallEntryWrapper(WallEntry wallEntry)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>public WallEntry toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>toEscapedModel in interface WallEntryModelpublic WallEntry toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>toUnescapedModel in interface WallEntryModelpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>isCachedModel in interface WallEntryModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>isEscapedModel in interface WallEntryModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>isNew in interface WallEntryModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface WallEntryModelpublic com.liferay.portal.kernel.model.CacheModel<WallEntry> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>toCacheModel in interface WallEntryModelpublic int compareTo(WallEntry wallEntry)
compareTo in interface WallEntryModelcompareTo in interface java.lang.Comparable<WallEntry>public int hashCode()
hashCode in interface WallEntryModelhashCode in class java.lang.Objectpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface WallEntryModelpublic java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>clone in interface WallEntryModelclone in class java.lang.Objectpublic java.lang.String getComments()
getComments in interface WallEntryModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface WallEntryModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface WallEntryModelpublic java.lang.String toString()
toString in interface WallEntryModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>toXmlString in interface WallEntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface WallEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface WallEntryModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface WallEntryModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface WallEntryModelpublic long getPrimaryKey()
getPrimaryKey in interface WallEntryModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface WallEntryModelpublic long getWallEntryId()
getWallEntryId in interface WallEntryModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>setCachedModel in interface WallEntryModelpublic void setComments(java.lang.String comments)
setComments in interface WallEntryModelcomments - the comments of this wall entrypublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface WallEntryModelcompanyId - the company ID of this wall entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface WallEntryModelcreateDate - the create date of this wall entrypublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>setExpandoBridgeAttributes in interface WallEntryModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>setExpandoBridgeAttributes in interface WallEntryModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>setExpandoBridgeAttributes in interface WallEntryModelpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface WallEntryModelgroupId - the group ID of this wall entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface WallEntryModelmodifiedDate - the modified date of this wall entrypublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>setNew in interface WallEntryModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface WallEntryModelprimaryKey - the primary key of this wall entrypublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface WallEntryModelpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface WallEntryModeluserId - the user ID of this wall entrypublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface WallEntryModeluserName - the user name of this wall entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface WallEntryModeluserUuid - the user uuid of this wall entrypublic void setWallEntryId(long wallEntryId)
setWallEntryId in interface WallEntryModelwallEntryId - the wall entry ID of this wall entrypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic WallEntry getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<WallEntry>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<WallEntry>