Package com.liferay.microblogs.model
Class MicroblogsEntryWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MicroblogsEntry>
com.liferay.microblogs.model.MicroblogsEntryWrapper
- All Implemented Interfaces:
MicroblogsEntry
,MicroblogsEntryModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ModelWrapper<MicroblogsEntry>
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,Serializable
,Cloneable
,Comparable<MicroblogsEntry>
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
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.microblogs.model.MicroblogsEntry
MICROBLOGS_ENTRY_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
Returns the company ID of this microblogs entry.Returns the content of this microblogs entry.Returns the create date of this microblogs entry.long
Returns the creator class name ID of this microblogs entry.long
Returns the creator class pk of this microblogs entry.long
Returns the microblogs entry ID of this microblogs entry.Returns the modified date of this microblogs entry.long
Returns the parent microblogs entry ID of this microblogs entry.long
long
Returns the primary key of this microblogs entry.int
Returns the social relation type of this microblogs entry.int
getType()
Returns the type of this microblogs entry.long
Returns the user ID of this microblogs entry.Returns the user name of this microblogs entry.Returns the user uuid of this microblogs entry.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this microblogs entry.void
setContent
(String content) Sets the content of this microblogs entry.void
setCreateDate
(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
(Map<String, Object> attributes) void
setModifiedDate
(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
(String userName) Sets the user name of this microblogs entry.void
setUserUuid
(String userUuid) Sets the user uuid of this microblogs entry.protected MicroblogsEntryWrapper
wrap
(MicroblogsEntry microblogsEntry) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
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
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassName
Methods inherited from interface java.lang.Comparable
compareTo
Methods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
MicroblogsEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
- Specified by:
cloneWithOriginalValues
in interfaceMicroblogsEntryModel
-
fetchParentMicroblogsEntryUserId
public long fetchParentMicroblogsEntryUserId()- Specified by:
fetchParentMicroblogsEntryUserId
in interfaceMicroblogsEntry
-
getCompanyId
public long getCompanyId()Returns the company ID of this microblogs entry.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceMicroblogsEntryModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this microblogs entry
-
getContent
Returns the content of this microblogs entry.- Specified by:
getContent
in interfaceMicroblogsEntryModel
- Returns:
- the content of this microblogs entry
-
getCreateDate
Returns the create date of this microblogs entry.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceMicroblogsEntryModel
- Returns:
- the create date of this microblogs entry
-
getCreatorClassNameId
public long getCreatorClassNameId()Returns the creator class name ID of this microblogs entry.- Specified by:
getCreatorClassNameId
in interfaceMicroblogsEntryModel
- Returns:
- the creator class name ID of this microblogs entry
-
getCreatorClassPK
public long getCreatorClassPK()Returns the creator class pk of this microblogs entry.- Specified by:
getCreatorClassPK
in interfaceMicroblogsEntryModel
- Returns:
- the creator class pk of this microblogs entry
-
getMicroblogsEntryId
public long getMicroblogsEntryId()Returns the microblogs entry ID of this microblogs entry.- Specified by:
getMicroblogsEntryId
in interfaceMicroblogsEntryModel
- Returns:
- the microblogs entry ID of this microblogs entry
-
getModifiedDate
Returns the modified date of this microblogs entry.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceMicroblogsEntryModel
- Returns:
- the modified date of this microblogs entry
-
getParentMicroblogsEntryId
public long getParentMicroblogsEntryId()Returns the parent microblogs entry ID of this microblogs entry.- Specified by:
getParentMicroblogsEntryId
in interfaceMicroblogsEntryModel
- Returns:
- the parent microblogs entry ID of this microblogs entry
-
getParentMicroblogsEntryUserId
public long getParentMicroblogsEntryUserId() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getParentMicroblogsEntryUserId
in interfaceMicroblogsEntry
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this microblogs entry.- Specified by:
getPrimaryKey
in interfaceMicroblogsEntryModel
- Returns:
- the primary key of this microblogs entry
-
getSocialRelationType
public int getSocialRelationType()Returns the social relation type of this microblogs entry.- Specified by:
getSocialRelationType
in interfaceMicroblogsEntryModel
- Returns:
- the social relation type of this microblogs entry
-
getType
public int getType()Returns the type of this microblogs entry.- Specified by:
getType
in interfaceMicroblogsEntryModel
- Returns:
- the type of this microblogs entry
-
getUserId
public long getUserId()Returns the user ID of this microblogs entry.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceMicroblogsEntryModel
- Returns:
- the user ID of this microblogs entry
-
getUserName
Returns the user name of this microblogs entry.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceMicroblogsEntryModel
- Returns:
- the user name of this microblogs entry
-
getUserUuid
Returns the user uuid of this microblogs entry.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceMicroblogsEntryModel
- Returns:
- the user uuid of this microblogs entry
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this microblogs entry.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceMicroblogsEntryModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this microblogs entry
-
setContent
Sets the content of this microblogs entry.- Specified by:
setContent
in interfaceMicroblogsEntryModel
- Parameters:
content
- the content of this microblogs entry
-
setCreateDate
Sets the create date of this microblogs entry.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceMicroblogsEntryModel
- Parameters:
createDate
- the create date of this microblogs entry
-
setCreatorClassNameId
public void setCreatorClassNameId(long creatorClassNameId) Sets the creator class name ID of this microblogs entry.- Specified by:
setCreatorClassNameId
in interfaceMicroblogsEntryModel
- Parameters:
creatorClassNameId
- the creator class name ID of this microblogs entry
-
setCreatorClassPK
public void setCreatorClassPK(long creatorClassPK) Sets the creator class pk of this microblogs entry.- Specified by:
setCreatorClassPK
in interfaceMicroblogsEntryModel
- Parameters:
creatorClassPK
- the creator class pk of this microblogs entry
-
setMicroblogsEntryId
public void setMicroblogsEntryId(long microblogsEntryId) Sets the microblogs entry ID of this microblogs entry.- Specified by:
setMicroblogsEntryId
in interfaceMicroblogsEntryModel
- Parameters:
microblogsEntryId
- the microblogs entry ID of this microblogs entry
-
setModifiedDate
Sets the modified date of this microblogs entry.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceMicroblogsEntryModel
- Parameters:
modifiedDate
- the modified date of this microblogs entry
-
setParentMicroblogsEntryId
public void setParentMicroblogsEntryId(long parentMicroblogsEntryId) Sets the parent microblogs entry ID of this microblogs entry.- Specified by:
setParentMicroblogsEntryId
in interfaceMicroblogsEntryModel
- Parameters:
parentMicroblogsEntryId
- the parent microblogs entry ID of this microblogs entry
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this microblogs entry.- Specified by:
setPrimaryKey
in interfaceMicroblogsEntryModel
- Parameters:
primaryKey
- the primary key of this microblogs entry
-
setSocialRelationType
public void setSocialRelationType(int socialRelationType) Sets the social relation type of this microblogs entry.- Specified by:
setSocialRelationType
in interfaceMicroblogsEntryModel
- Parameters:
socialRelationType
- the social relation type of this microblogs entry
-
setType
public void setType(int type) Sets the type of this microblogs entry.- Specified by:
setType
in interfaceMicroblogsEntryModel
- Parameters:
type
- the type of this microblogs entry
-
setUserId
public void setUserId(long userId) Sets the user ID of this microblogs entry.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceMicroblogsEntryModel
- Parameters:
userId
- the user ID of this microblogs entry
-
setUserName
Sets the user name of this microblogs entry.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceMicroblogsEntryModel
- Parameters:
userName
- the user name of this microblogs entry
-
setUserUuid
Sets the user uuid of this microblogs entry.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceMicroblogsEntryModel
- Parameters:
userUuid
- the user uuid of this microblogs entry
-
toXmlString
- Specified by:
toXmlString
in interfaceMicroblogsEntryModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MicroblogsEntry>
-