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
modelFields inherited from interface com.liferay.microblogs.model.MicroblogsEntry
MICROBLOGS_ENTRY_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlonglongReturns the company ID of this microblogs entry.Returns the content of this microblogs entry.Returns the create date of this microblogs entry.longReturns the creator class name ID of this microblogs entry.longReturns the creator class pk of this microblogs entry.longReturns the microblogs entry ID of this microblogs entry.Returns the modified date of this microblogs entry.longReturns the parent microblogs entry ID of this microblogs entry.longlongReturns the primary key of this microblogs entry.intReturns the social relation type of this microblogs entry.intgetType()Returns the type of this microblogs entry.longReturns the user ID of this microblogs entry.Returns the user name of this microblogs entry.Returns the user uuid of this microblogs entry.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this microblogs entry.voidsetContent(String content) Sets the content of this microblogs entry.voidsetCreateDate(Date createDate) Sets the create date of this microblogs entry.voidsetCreatorClassNameId(long creatorClassNameId) Sets the creator class name ID of this microblogs entry.voidsetCreatorClassPK(long creatorClassPK) Sets the creator class pk of this microblogs entry.voidsetMicroblogsEntryId(long microblogsEntryId) Sets the microblogs entry ID of this microblogs entry.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this microblogs entry.voidsetParentMicroblogsEntryId(long parentMicroblogsEntryId) Sets the parent microblogs entry ID of this microblogs entry.voidsetPrimaryKey(long primaryKey) Sets the primary key of this microblogs entry.voidsetSocialRelationType(int socialRelationType) Sets the social relation type of this microblogs entry.voidsetType(int type) Sets the type of this microblogs entry.voidsetUserId(long userId) Sets the user ID of this microblogs entry.voidsetUserName(String userName) Sets the user name of this microblogs entry.voidsetUserUuid(String userUuid) Sets the user uuid of this microblogs entry.protected MicroblogsEntryWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
MicroblogsEntryWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>- Specified by:
cloneWithOriginalValuesin interfaceMicroblogsEntryModel
-
fetchParentMicroblogsEntryUserId
public long fetchParentMicroblogsEntryUserId()- Specified by:
fetchParentMicroblogsEntryUserIdin interfaceMicroblogsEntry
-
getCompanyId
public long getCompanyId()Returns the company ID of this microblogs entry.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceMicroblogsEntryModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Returns:
- the company ID of this microblogs entry
-
getContent
Returns the content of this microblogs entry.- Specified by:
getContentin interfaceMicroblogsEntryModel- Returns:
- the content of this microblogs entry
-
getCreateDate
Returns the create date of this microblogs entry.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein 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:
getCreatorClassNameIdin 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:
getCreatorClassPKin 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:
getMicroblogsEntryIdin interfaceMicroblogsEntryModel- Returns:
- the microblogs entry ID of this microblogs entry
-
getModifiedDate
Returns the modified date of this microblogs entry.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein 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:
getParentMicroblogsEntryIdin interfaceMicroblogsEntryModel- Returns:
- the parent microblogs entry ID of this microblogs entry
-
getParentMicroblogsEntryUserId
public long getParentMicroblogsEntryUserId() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getParentMicroblogsEntryUserIdin interfaceMicroblogsEntry- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this microblogs entry.- Specified by:
getPrimaryKeyin interfaceMicroblogsEntryModel- Returns:
- the primary key of this microblogs entry
-
getSocialRelationType
public int getSocialRelationType()Returns the social relation type of this microblogs entry.- Specified by:
getSocialRelationTypein interfaceMicroblogsEntryModel- Returns:
- the social relation type of this microblogs entry
-
getType
public int getType()Returns the type of this microblogs entry.- Specified by:
getTypein interfaceMicroblogsEntryModel- Returns:
- the type of this microblogs entry
-
getUserId
public long getUserId()Returns the user ID of this microblogs entry.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceMicroblogsEntryModel- Returns:
- the user ID of this microblogs entry
-
getUserName
Returns the user name of this microblogs entry.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceMicroblogsEntryModel- Returns:
- the user name of this microblogs entry
-
getUserUuid
Returns the user uuid of this microblogs entry.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceMicroblogsEntryModel- Returns:
- the user uuid of this microblogs entry
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this microblogs entry.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceMicroblogsEntryModel- Specified by:
setCompanyIdin 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:
setContentin interfaceMicroblogsEntryModel- Parameters:
content- the content of this microblogs entry
-
setCreateDate
Sets the create date of this microblogs entry.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setCreatorClassNameIdin 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:
setCreatorClassPKin 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:
setMicroblogsEntryIdin interfaceMicroblogsEntryModel- Parameters:
microblogsEntryId- the microblogs entry ID of this microblogs entry
-
setModifiedDate
Sets the modified date of this microblogs entry.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setParentMicroblogsEntryIdin 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:
setPrimaryKeyin 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:
setSocialRelationTypein 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:
setTypein 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceMicroblogsEntryModel- Parameters:
userId- the user ID of this microblogs entry
-
setUserName
Sets the user name of this microblogs entry.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceMicroblogsEntryModel- Parameters:
userName- the user name of this microblogs entry
-
setUserUuid
Sets the user uuid of this microblogs entry.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceMicroblogsEntryModel- Parameters:
userUuid- the user uuid of this microblogs entry
-
toXmlString
- Specified by:
toXmlStringin interfaceMicroblogsEntryModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<MicroblogsEntry>
-