@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 pk 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 pk 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.ClassedModel
public java.lang.String getModelClassName()
getModelClassName
in interface com.liferay.portal.kernel.model.ClassedModel
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 java.lang.Object clone()
clone
in interface MicroblogsEntryModel
clone
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
clone
in class java.lang.Object
public int compareTo(MicroblogsEntry microblogsEntry)
compareTo
in interface MicroblogsEntryModel
compareTo
in interface java.lang.Comparable<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 com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge
in interface MicroblogsEntryModel
getExpandoBridge
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
getExpandoBridge
in interface com.liferay.portal.kernel.model.ClassedModel
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 java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj
in interface MicroblogsEntryModel
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
getPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
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 int hashCode()
hashCode
in interface MicroblogsEntryModel
hashCode
in class java.lang.Object
public boolean isCachedModel()
isCachedModel
in interface MicroblogsEntryModel
isCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public boolean isEscapedModel()
isEscapedModel
in interface MicroblogsEntryModel
isEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public boolean isNew()
isNew
in interface MicroblogsEntryModel
isNew
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public void persist()
persist
in interface com.liferay.portal.kernel.model.PersistedModel
public void setCachedModel(boolean cachedModel)
setCachedModel
in interface MicroblogsEntryModel
setCachedModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
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 setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes
in interface MicroblogsEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes
in interface MicroblogsEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes
in interface MicroblogsEntryModel
setExpandoBridgeAttributes
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public 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 setNew(boolean n)
setNew
in interface MicroblogsEntryModel
setNew
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public 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 setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj
in interface MicroblogsEntryModel
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
setPrimaryKeyObj
in interface com.liferay.portal.kernel.model.ClassedModel
public 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 com.liferay.portal.kernel.model.CacheModel<MicroblogsEntry> toCacheModel()
toCacheModel
in interface MicroblogsEntryModel
toCacheModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public MicroblogsEntry toEscapedModel()
toEscapedModel
in interface MicroblogsEntryModel
toEscapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public java.lang.String toString()
toString
in interface MicroblogsEntryModel
toString
in class java.lang.Object
public MicroblogsEntry toUnescapedModel()
toUnescapedModel
in interface MicroblogsEntryModel
toUnescapedModel
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public java.lang.String toXmlString()
toXmlString
in interface MicroblogsEntryModel
toXmlString
in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public 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>