public class MicroblogsEntryWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MicroblogsEntry> 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 |
---|---|
MicroblogsEntry |
cloneWithOriginalValues() |
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() |
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.
|
java.lang.String |
toXmlString() |
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
finalize, getClass, notify, notifyAll, wait, wait, wait
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
public MicroblogsEntryWrapper(MicroblogsEntry microblogsEntry)
public 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 cloneWithOriginalValues()
cloneWithOriginalValues
in interface MicroblogsEntryModel
cloneWithOriginalValues
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public long fetchParentMicroblogsEntryUserId()
fetchParentMicroblogsEntryUserId
in interface MicroblogsEntry
public long getCompanyId()
getCompanyId
in interface MicroblogsEntryModel
getCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
getCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
public java.lang.String getContent()
getContent
in interface MicroblogsEntryModel
public java.util.Date getCreateDate()
getCreateDate
in interface MicroblogsEntryModel
getCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getCreatorClassNameId()
getCreatorClassNameId
in interface MicroblogsEntryModel
public long getCreatorClassPK()
getCreatorClassPK
in interface MicroblogsEntryModel
public long getMicroblogsEntryId()
getMicroblogsEntryId
in interface MicroblogsEntryModel
public java.util.Date getModifiedDate()
getModifiedDate
in interface MicroblogsEntryModel
getModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
public long getParentMicroblogsEntryId()
getParentMicroblogsEntryId
in interface MicroblogsEntryModel
public long getParentMicroblogsEntryUserId() throws com.liferay.portal.kernel.exception.PortalException
getParentMicroblogsEntryUserId
in interface MicroblogsEntry
com.liferay.portal.kernel.exception.PortalException
public long getPrimaryKey()
getPrimaryKey
in interface MicroblogsEntryModel
public int getSocialRelationType()
getSocialRelationType
in interface MicroblogsEntryModel
public int getType()
getType
in interface MicroblogsEntryModel
public long getUserId()
getUserId
in interface MicroblogsEntryModel
getUserId
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserName()
getUserName
in interface MicroblogsEntryModel
getUserName
in interface com.liferay.portal.kernel.model.AuditedModel
public java.lang.String getUserUuid()
getUserUuid
in interface MicroblogsEntryModel
getUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCompanyId(long companyId)
setCompanyId
in interface MicroblogsEntryModel
setCompanyId
in interface com.liferay.portal.kernel.model.AuditedModel
setCompanyId
in interface com.liferay.portal.kernel.model.ShardedModel
companyId
- the company ID of this microblogs entrypublic void setContent(java.lang.String content)
setContent
in interface MicroblogsEntryModel
content
- the content of this microblogs entrypublic void setCreateDate(java.util.Date createDate)
setCreateDate
in interface MicroblogsEntryModel
setCreateDate
in interface com.liferay.portal.kernel.model.AuditedModel
createDate
- the create date of this microblogs entrypublic void setCreatorClassNameId(long creatorClassNameId)
setCreatorClassNameId
in interface MicroblogsEntryModel
creatorClassNameId
- the creator class name ID of this microblogs entrypublic void setCreatorClassPK(long creatorClassPK)
setCreatorClassPK
in interface MicroblogsEntryModel
creatorClassPK
- the creator class pk of this microblogs entrypublic void setMicroblogsEntryId(long microblogsEntryId)
setMicroblogsEntryId
in interface MicroblogsEntryModel
microblogsEntryId
- the microblogs entry ID of this microblogs entrypublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface MicroblogsEntryModel
setModifiedDate
in interface com.liferay.portal.kernel.model.AuditedModel
modifiedDate
- the modified date of this microblogs entrypublic void setParentMicroblogsEntryId(long parentMicroblogsEntryId)
setParentMicroblogsEntryId
in interface MicroblogsEntryModel
parentMicroblogsEntryId
- the parent microblogs entry ID of this microblogs entrypublic void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface MicroblogsEntryModel
primaryKey
- the primary key of this microblogs entrypublic void setSocialRelationType(int socialRelationType)
setSocialRelationType
in interface MicroblogsEntryModel
socialRelationType
- the social relation type of this microblogs entrypublic void setType(int type)
setType
in interface MicroblogsEntryModel
type
- the type of this microblogs entrypublic void setUserId(long userId)
setUserId
in interface MicroblogsEntryModel
setUserId
in interface com.liferay.portal.kernel.model.AuditedModel
userId
- the user ID of this microblogs entrypublic void setUserName(java.lang.String userName)
setUserName
in interface MicroblogsEntryModel
setUserName
in interface com.liferay.portal.kernel.model.AuditedModel
userName
- the user name of this microblogs entrypublic void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface MicroblogsEntryModel
setUserUuid
in interface com.liferay.portal.kernel.model.AuditedModel
userUuid
- the user uuid of this microblogs entrypublic java.lang.String toXmlString()
toXmlString
in interface MicroblogsEntryModel
protected MicroblogsEntryWrapper wrap(MicroblogsEntry microblogsEntry)
wrap
in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MicroblogsEntry>