Interface KaleoNotificationModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<KaleoNotification>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<KaleoNotification>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
KaleoNotification
All Known Implementing Classes:
KaleoNotificationWrapper

@ProviderType public interface KaleoNotificationModel extends com.liferay.portal.kernel.model.BaseModel<KaleoNotification>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoNotification service. Represents a row in the "KaleoNotification" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portal.workflow.kaleo.model.impl.KaleoNotificationModelImpl 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.portal.workflow.kaleo.model.impl.KaleoNotificationImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this kaleo notification.
    Returns the create date of this kaleo notification.
    long
    Returns the ct collection ID of this kaleo notification.
    Returns the description of this kaleo notification.
    Returns the execution type of this kaleo notification.
    long
    Returns the group ID of this kaleo notification.
    Returns the kaleo class name of this kaleo notification.
    long
    Returns the kaleo class pk of this kaleo notification.
    long
    Returns the kaleo definition ID of this kaleo notification.
    long
    Returns the kaleo definition version ID of this kaleo notification.
    Returns the kaleo node name of this kaleo notification.
    long
    Returns the kaleo notification ID of this kaleo notification.
    Returns the modified date of this kaleo notification.
    long
    Returns the mvcc version of this kaleo notification.
    Returns the name of this kaleo notification.
    Returns the notification types of this kaleo notification.
    long
    Returns the primary key of this kaleo notification.
    Returns the template of this kaleo notification.
    Returns the template language of this kaleo notification.
    long
    Returns the user ID of this kaleo notification.
    Returns the user name of this kaleo notification.
    Returns the user uuid of this kaleo notification.
    void
    setCompanyId(long companyId)
    Sets the company ID of this kaleo notification.
    void
    setCreateDate(Date createDate)
    Sets the create date of this kaleo notification.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this kaleo notification.
    void
    setDescription(String description)
    Sets the description of this kaleo notification.
    void
    setExecutionType(String executionType)
    Sets the execution type of this kaleo notification.
    void
    setGroupId(long groupId)
    Sets the group ID of this kaleo notification.
    void
    setKaleoClassName(String kaleoClassName)
    Sets the kaleo class name of this kaleo notification.
    void
    setKaleoClassPK(long kaleoClassPK)
    Sets the kaleo class pk of this kaleo notification.
    void
    setKaleoDefinitionId(long kaleoDefinitionId)
    Sets the kaleo definition ID of this kaleo notification.
    void
    setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Sets the kaleo definition version ID of this kaleo notification.
    void
    setKaleoNodeName(String kaleoNodeName)
    Sets the kaleo node name of this kaleo notification.
    void
    setKaleoNotificationId(long kaleoNotificationId)
    Sets the kaleo notification ID of this kaleo notification.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this kaleo notification.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this kaleo notification.
    void
    Sets the name of this kaleo notification.
    void
    setNotificationTypes(String notificationTypes)
    Sets the notification types of this kaleo notification.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this kaleo notification.
    void
    setTemplate(String template)
    Sets the template of this kaleo notification.
    void
    setTemplateLanguage(String templateLanguage)
    Sets the template language of this kaleo notification.
    void
    setUserId(long userId)
    Sets the user ID of this kaleo notification.
    void
    setUserName(String userName)
    Sets the user name of this kaleo notification.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this kaleo notification.
    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 kaleo notification.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>
      Returns:
      the primary key of this kaleo notification
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this kaleo notification.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>
      Parameters:
      primaryKey - the primary key of this kaleo notification
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this kaleo notification.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this kaleo notification
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this kaleo notification.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this kaleo notification
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this kaleo notification.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>
      Returns:
      the ct collection ID of this kaleo notification
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this kaleo notification.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoNotification>
      Parameters:
      ctCollectionId - the ct collection ID of this kaleo notification
    • getKaleoNotificationId

      long getKaleoNotificationId()
      Returns the kaleo notification ID of this kaleo notification.
      Returns:
      the kaleo notification ID of this kaleo notification
    • setKaleoNotificationId

      void setKaleoNotificationId(long kaleoNotificationId)
      Sets the kaleo notification ID of this kaleo notification.
      Parameters:
      kaleoNotificationId - the kaleo notification ID of this kaleo notification
    • getGroupId

      long getGroupId()
      Returns the group ID of this kaleo notification.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this kaleo notification
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this kaleo notification.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this kaleo notification
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this kaleo notification.
      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 kaleo notification
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this kaleo notification.
      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 kaleo notification
    • getUserId

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

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

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

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

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

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

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

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

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

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

      @AutoEscape String getKaleoClassName()
      Returns the kaleo class name of this kaleo notification.
      Returns:
      the kaleo class name of this kaleo notification
    • setKaleoClassName

      void setKaleoClassName(String kaleoClassName)
      Sets the kaleo class name of this kaleo notification.
      Parameters:
      kaleoClassName - the kaleo class name of this kaleo notification
    • getKaleoClassPK

      long getKaleoClassPK()
      Returns the kaleo class pk of this kaleo notification.
      Returns:
      the kaleo class pk of this kaleo notification
    • setKaleoClassPK

      void setKaleoClassPK(long kaleoClassPK)
      Sets the kaleo class pk of this kaleo notification.
      Parameters:
      kaleoClassPK - the kaleo class pk of this kaleo notification
    • getKaleoDefinitionId

      long getKaleoDefinitionId()
      Returns the kaleo definition ID of this kaleo notification.
      Returns:
      the kaleo definition ID of this kaleo notification
    • setKaleoDefinitionId

      void setKaleoDefinitionId(long kaleoDefinitionId)
      Sets the kaleo definition ID of this kaleo notification.
      Parameters:
      kaleoDefinitionId - the kaleo definition ID of this kaleo notification
    • getKaleoDefinitionVersionId

      long getKaleoDefinitionVersionId()
      Returns the kaleo definition version ID of this kaleo notification.
      Returns:
      the kaleo definition version ID of this kaleo notification
    • setKaleoDefinitionVersionId

      void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
      Sets the kaleo definition version ID of this kaleo notification.
      Parameters:
      kaleoDefinitionVersionId - the kaleo definition version ID of this kaleo notification
    • getKaleoNodeName

      @AutoEscape String getKaleoNodeName()
      Returns the kaleo node name of this kaleo notification.
      Returns:
      the kaleo node name of this kaleo notification
    • setKaleoNodeName

      void setKaleoNodeName(String kaleoNodeName)
      Sets the kaleo node name of this kaleo notification.
      Parameters:
      kaleoNodeName - the kaleo node name of this kaleo notification
    • getName

      @AutoEscape String getName()
      Returns the name of this kaleo notification.
      Returns:
      the name of this kaleo notification
    • setName

      void setName(String name)
      Sets the name of this kaleo notification.
      Parameters:
      name - the name of this kaleo notification
    • getDescription

      @AutoEscape String getDescription()
      Returns the description of this kaleo notification.
      Returns:
      the description of this kaleo notification
    • setDescription

      void setDescription(String description)
      Sets the description of this kaleo notification.
      Parameters:
      description - the description of this kaleo notification
    • getExecutionType

      @AutoEscape String getExecutionType()
      Returns the execution type of this kaleo notification.
      Returns:
      the execution type of this kaleo notification
    • setExecutionType

      void setExecutionType(String executionType)
      Sets the execution type of this kaleo notification.
      Parameters:
      executionType - the execution type of this kaleo notification
    • getTemplate

      @AutoEscape String getTemplate()
      Returns the template of this kaleo notification.
      Returns:
      the template of this kaleo notification
    • setTemplate

      void setTemplate(String template)
      Sets the template of this kaleo notification.
      Parameters:
      template - the template of this kaleo notification
    • getTemplateLanguage

      @AutoEscape String getTemplateLanguage()
      Returns the template language of this kaleo notification.
      Returns:
      the template language of this kaleo notification
    • setTemplateLanguage

      void setTemplateLanguage(String templateLanguage)
      Sets the template language of this kaleo notification.
      Parameters:
      templateLanguage - the template language of this kaleo notification
    • getNotificationTypes

      @AutoEscape String getNotificationTypes()
      Returns the notification types of this kaleo notification.
      Returns:
      the notification types of this kaleo notification
    • setNotificationTypes

      void setNotificationTypes(String notificationTypes)
      Sets the notification types of this kaleo notification.
      Parameters:
      notificationTypes - the notification types of this kaleo notification
    • cloneWithOriginalValues

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

      default String toXmlString()