Interface MicroblogsEntryModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<MicroblogsEntry>, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
MicroblogsEntry
All Known Implementing Classes:
MicroblogsEntryWrapper

@ProviderType public interface MicroblogsEntryModel extends com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the MicroblogsEntry service. Represents a row in the "MicroblogsEntry" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.microblogs.model.impl.MicroblogsEntryModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.microblogs.model.impl.MicroblogsEntryImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    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
    Returns the primary key of this microblogs entry.
    int
    Returns the social relation type of this microblogs entry.
    int
    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
    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
    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.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this microblogs entry.
      Returns:
      the primary key of this microblogs entry
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this microblogs entry.
      Parameters:
      primaryKey - the primary key of this microblogs entry
    • getMicroblogsEntryId

      long getMicroblogsEntryId()
      Returns the microblogs entry ID of this microblogs entry.
      Returns:
      the microblogs entry ID of this microblogs entry
    • setMicroblogsEntryId

      void setMicroblogsEntryId(long microblogsEntryId)
      Sets the microblogs entry ID of this microblogs entry.
      Parameters:
      microblogsEntryId - the microblogs entry ID of this microblogs entry
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this microblogs entry.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this microblogs entry
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this microblogs entry.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this microblogs entry
    • getUserId

      long getUserId()
      Returns the user ID of this microblogs entry.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this microblogs entry
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this microblogs entry.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this microblogs entry
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this microblogs entry.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this microblogs entry
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this microblogs entry.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this microblogs entry
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this microblogs entry.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this microblogs entry
    • setUserName

      void setUserName(String userName)
      Sets the user name of this microblogs entry.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this microblogs entry
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this microblogs entry.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the create date of this microblogs entry
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this microblogs entry.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      createDate - the create date of this microblogs entry
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this microblogs entry.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the modified date of this microblogs entry
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this microblogs entry.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      modifiedDate - the modified date of this microblogs entry
    • getCreatorClassNameId

      long getCreatorClassNameId()
      Returns the creator class name ID of this microblogs entry.
      Returns:
      the creator class name ID of this microblogs entry
    • setCreatorClassNameId

      void setCreatorClassNameId(long creatorClassNameId)
      Sets the creator class name ID of this microblogs entry.
      Parameters:
      creatorClassNameId - the creator class name ID of this microblogs entry
    • getCreatorClassPK

      long getCreatorClassPK()
      Returns the creator class pk of this microblogs entry.
      Returns:
      the creator class pk of this microblogs entry
    • setCreatorClassPK

      void setCreatorClassPK(long creatorClassPK)
      Sets the creator class pk of this microblogs entry.
      Parameters:
      creatorClassPK - the creator class pk of this microblogs entry
    • getContent

      @AutoEscape String getContent()
      Returns the content of this microblogs entry.
      Returns:
      the content of this microblogs entry
    • setContent

      void setContent(String content)
      Sets the content of this microblogs entry.
      Parameters:
      content - the content of this microblogs entry
    • getType

      int getType()
      Returns the type of this microblogs entry.
      Returns:
      the type of this microblogs entry
    • setType

      void setType(int type)
      Sets the type of this microblogs entry.
      Parameters:
      type - the type of this microblogs entry
    • getParentMicroblogsEntryId

      long getParentMicroblogsEntryId()
      Returns the parent microblogs entry ID of this microblogs entry.
      Returns:
      the parent microblogs entry ID of this microblogs entry
    • setParentMicroblogsEntryId

      void setParentMicroblogsEntryId(long parentMicroblogsEntryId)
      Sets the parent microblogs entry ID of this microblogs entry.
      Parameters:
      parentMicroblogsEntryId - the parent microblogs entry ID of this microblogs entry
    • getSocialRelationType

      int getSocialRelationType()
      Returns the social relation type of this microblogs entry.
      Returns:
      the social relation type of this microblogs entry
    • setSocialRelationType

      void setSocialRelationType(int socialRelationType)
      Sets the social relation type of this microblogs entry.
      Parameters:
      socialRelationType - the social relation type of this microblogs entry
    • cloneWithOriginalValues

      MicroblogsEntry cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<MicroblogsEntry>
    • toXmlString

      default String toXmlString()