@ProviderType public class MicroblogsEntryWrapper extends java.lang.Object implements MicroblogsEntry, com.liferay.portal.kernel.model.ModelWrapper<MicroblogsEntry>
This class is a wrapper for MicroblogsEntry.
MicroblogsEntry,
Serialized FormMICROBLOGS_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
MicroblogsEntryWrapper(MicroblogsEntry microblogsEntry) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(MicroblogsEntry microblogsEntry) |
boolean |
equals(java.lang.Object obj) |
long |
fetchParentMicroblogsEntryUserId() |
long |
getCompanyId()
Returns the company ID of this microblogs entry.
|
java.lang.String |
getContent()
Returns the content of this microblogs entry.
|
java.util.Date |
getCreateDate()
Returns the create date of this microblogs entry.
|
long |
getCreatorClassNameId()
Returns the creator class name ID of this microblogs entry.
|
long |
getCreatorClassPK()
Returns the creator class p k of this microblogs entry.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
long |
getMicroblogsEntryId()
Returns the microblogs entry ID of this microblogs 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 microblogs entry.
|
long |
getParentMicroblogsEntryId()
Returns the parent microblogs entry ID of this microblogs entry.
|
long |
getParentMicroblogsEntryUserId() |
long |
getPrimaryKey()
Returns the primary key of this microblogs entry.
|
java.io.Serializable |
getPrimaryKeyObj() |
int |
getSocialRelationType()
Returns the social relation type of this microblogs entry.
|
int |
getType()
Returns the type of this microblogs entry.
|
long |
getUserId()
Returns the user ID of this microblogs entry.
|
java.lang.String |
getUserName()
Returns the user name of this microblogs entry.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this microblogs entry.
|
MicroblogsEntry |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
void |
setCompanyId(long companyId)
Sets the company ID of this microblogs entry.
|
void |
setContent(java.lang.String content)
Sets the content of this microblogs entry.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this microblogs entry.
|
void |
setCreatorClassNameId(long creatorClassNameId)
Sets the creator class name ID of this microblogs entry.
|
void |
setCreatorClassPK(long creatorClassPK)
Sets the creator class p k of this microblogs 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 |
setMicroblogsEntryId(long microblogsEntryId)
Sets the microblogs entry ID of this microblogs 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 microblogs entry.
|
void |
setNew(boolean n) |
void |
setParentMicroblogsEntryId(long parentMicroblogsEntryId)
Sets the parent microblogs entry ID of this microblogs entry.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this microblogs entry.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
void |
setSocialRelationType(int socialRelationType)
Sets the social relation type of this microblogs entry.
|
void |
setType(int type)
Sets the type of this microblogs entry.
|
void |
setUserId(long userId)
Sets the user ID of this microblogs entry.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this microblogs entry.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this microblogs entry.
|
com.liferay.portal.kernel.model.CacheModel<MicroblogsEntry> |
toCacheModel() |
MicroblogsEntry |
toEscapedModel() |
java.lang.String |
toString() |
MicroblogsEntry |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public MicroblogsEntryWrapper(MicroblogsEntry microblogsEntry)
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<MicroblogsEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public MicroblogsEntry toEscapedModel()
toEscapedModel in interface MicroblogsEntryModeltoEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public MicroblogsEntry toUnescapedModel()
toUnescapedModel in interface MicroblogsEntryModeltoUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public boolean isCachedModel()
isCachedModel in interface MicroblogsEntryModelisCachedModel in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public boolean isEscapedModel()
isEscapedModel in interface MicroblogsEntryModelisEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public boolean isNew()
isNew in interface MicroblogsEntryModelisNew in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface MicroblogsEntryModelgetExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelpublic com.liferay.portal.kernel.model.CacheModel<MicroblogsEntry> toCacheModel()
toCacheModel in interface MicroblogsEntryModeltoCacheModel in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public int compareTo(MicroblogsEntry microblogsEntry)
compareTo in interface MicroblogsEntryModelcompareTo in interface java.lang.Comparable<MicroblogsEntry>public int getSocialRelationType()
getSocialRelationType in interface MicroblogsEntryModelpublic int getType()
getType in interface MicroblogsEntryModelpublic int hashCode()
hashCode in interface MicroblogsEntryModelhashCode in class java.lang.Objectpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface MicroblogsEntryModelgetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.Object clone()
clone in interface MicroblogsEntryModelclone in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>clone in class java.lang.Objectpublic java.lang.String getContent()
getContent in interface MicroblogsEntryModelpublic java.lang.String getUserName()
getUserName in interface MicroblogsEntryModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface MicroblogsEntryModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String toString()
toString in interface MicroblogsEntryModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface MicroblogsEntryModeltoXmlString in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public java.util.Date getCreateDate()
getCreateDate in interface MicroblogsEntryModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface MicroblogsEntryModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelpublic long fetchParentMicroblogsEntryUserId()
fetchParentMicroblogsEntryUserId in interface MicroblogsEntrypublic long getCompanyId()
getCompanyId in interface MicroblogsEntryModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelpublic long getCreatorClassNameId()
getCreatorClassNameId in interface MicroblogsEntryModelpublic long getCreatorClassPK()
getCreatorClassPK in interface MicroblogsEntryModelpublic long getMicroblogsEntryId()
getMicroblogsEntryId in interface MicroblogsEntryModelpublic long getParentMicroblogsEntryId()
getParentMicroblogsEntryId in interface MicroblogsEntryModelpublic long getParentMicroblogsEntryUserId()
throws com.liferay.portal.kernel.exception.PortalException
getParentMicroblogsEntryUserId in interface MicroblogsEntrycom.liferay.portal.kernel.exception.PortalExceptionpublic long getPrimaryKey()
getPrimaryKey in interface MicroblogsEntryModelpublic long getUserId()
getUserId in interface MicroblogsEntryModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface MicroblogsEntryModelsetCachedModel in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public void setCompanyId(long companyId)
setCompanyId in interface MicroblogsEntryModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelcompanyId - the company ID of this microblogs entrypublic void setContent(java.lang.String content)
setContent in interface MicroblogsEntryModelcontent - the content of this microblogs entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface MicroblogsEntryModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelcreateDate - the create date of this microblogs entrypublic void setCreatorClassNameId(long creatorClassNameId)
setCreatorClassNameId in interface MicroblogsEntryModelcreatorClassNameId - the creator class name ID of this microblogs entrypublic void setCreatorClassPK(long creatorClassPK)
setCreatorClassPK in interface MicroblogsEntryModelcreatorClassPK - the creator class p k of this microblogs entrypublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface MicroblogsEntryModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface MicroblogsEntryModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface MicroblogsEntryModelsetExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public void setMicroblogsEntryId(long microblogsEntryId)
setMicroblogsEntryId in interface MicroblogsEntryModelmicroblogsEntryId - the microblogs entry ID of this microblogs entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface MicroblogsEntryModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelmodifiedDate - the modified date of this microblogs entrypublic void setNew(boolean n)
setNew in interface MicroblogsEntryModelsetNew in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public void setParentMicroblogsEntryId(long parentMicroblogsEntryId)
setParentMicroblogsEntryId in interface MicroblogsEntryModelparentMicroblogsEntryId - the parent microblogs entry ID of this microblogs entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface MicroblogsEntryModelprimaryKey - the primary key of this microblogs entrypublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface MicroblogsEntryModelsetPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelpublic void setSocialRelationType(int socialRelationType)
setSocialRelationType in interface MicroblogsEntryModelsocialRelationType - the social relation type of this microblogs entrypublic void setType(int type)
setType in interface MicroblogsEntryModeltype - the type of this microblogs entrypublic void setUserId(long userId)
setUserId in interface MicroblogsEntryModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this microblogs entrypublic void setUserName(java.lang.String userName)
setUserName in interface MicroblogsEntryModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this microblogs entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface MicroblogsEntryModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this microblogs entrypublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic MicroblogsEntry getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<MicroblogsEntry>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>