public class MicroblogsEntryWrapper extends BaseModelWrapper<MicroblogsEntry> implements MicroblogsEntry, ModelWrapper<MicroblogsEntry>
This class is a wrapper for MicroblogsEntry.
MicroblogsEntry,
Serialized FormmodelMICROBLOGS_ENTRY_ID_ACCESSOR| Constructor and Description |
|---|
MicroblogsEntryWrapper(MicroblogsEntry microblogsEntry) |
| Modifier and Type | Method and Description |
|---|---|
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 pk of this microblogs entry.
|
long |
getMicroblogsEntryId()
Returns the microblogs entry ID of this microblogs entry.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
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.
|
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.
|
void |
persist()
Updates this model instance in the database or adds it if it does not yet
exist.
|
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 pk of this microblogs entry.
|
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 |
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 |
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.
|
protected MicroblogsEntryWrapper |
wrap(MicroblogsEntry microblogsEntry) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamegetWrappedModelpublic MicroblogsEntryWrapper(MicroblogsEntry microblogsEntry)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface BaseModel<MicroblogsEntry>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface BaseModel<MicroblogsEntry>public long fetchParentMicroblogsEntryUserId()
fetchParentMicroblogsEntryUserId in interface MicroblogsEntrypublic long getCompanyId()
getCompanyId in interface MicroblogsEntryModelgetCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelpublic java.lang.String getContent()
getContent in interface MicroblogsEntryModelpublic java.util.Date getCreateDate()
getCreateDate in interface MicroblogsEntryModelgetCreateDate in interface AuditedModelpublic long getCreatorClassNameId()
getCreatorClassNameId in interface MicroblogsEntryModelpublic long getCreatorClassPK()
getCreatorClassPK in interface MicroblogsEntryModelpublic long getMicroblogsEntryId()
getMicroblogsEntryId in interface MicroblogsEntryModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface MicroblogsEntryModelgetModifiedDate in interface AuditedModelpublic long getParentMicroblogsEntryId()
getParentMicroblogsEntryId in interface MicroblogsEntryModelpublic long getParentMicroblogsEntryUserId()
throws PortalException
getParentMicroblogsEntryUserId in interface MicroblogsEntryPortalExceptionpublic long getPrimaryKey()
getPrimaryKey in interface MicroblogsEntryModelpublic int getSocialRelationType()
getSocialRelationType in interface MicroblogsEntryModelpublic int getType()
getType in interface MicroblogsEntryModelpublic long getUserId()
getUserId in interface MicroblogsEntryModelgetUserId in interface AuditedModelpublic java.lang.String getUserName()
getUserName in interface MicroblogsEntryModelgetUserName in interface AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface MicroblogsEntryModelgetUserUuid in interface AuditedModelpublic void persist()
PersistedModelpersist in interface PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface MicroblogsEntryModelsetCompanyId in interface AuditedModelsetCompanyId in interface 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 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 pk of this microblogs entrypublic 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 AuditedModelmodifiedDate - the modified date of this microblogs entrypublic 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 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 AuditedModeluserId - the user ID of this microblogs entrypublic void setUserName(java.lang.String userName)
setUserName in interface MicroblogsEntryModelsetUserName in interface AuditedModeluserName - the user name of this microblogs entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface MicroblogsEntryModelsetUserUuid in interface AuditedModeluserUuid - the user uuid of this microblogs entryprotected MicroblogsEntryWrapper wrap(MicroblogsEntry microblogsEntry)
wrap in class BaseModelWrapper<MicroblogsEntry>