Interface KaleoTimerModel

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

@ProviderType public interface KaleoTimerModel extends com.liferay.portal.kernel.model.BaseModel<KaleoTimer>, com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the KaleoTimer service. Represents a row in the "KaleoTimer" 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.KaleoTimerModelImpl 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.KaleoTimerImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
    Returns the blocking of this kaleo timer.
    long
    Returns the company ID of this kaleo timer.
    Returns the create date of this kaleo timer.
    long
    Returns the ct collection ID of this kaleo timer.
    Returns the description of this kaleo timer.
    double
    Returns the duration of this kaleo timer.
    long
    Returns the group ID of this kaleo timer.
    Returns the kaleo class name of this kaleo timer.
    long
    Returns the kaleo class pk of this kaleo timer.
    long
    Returns the kaleo definition ID of this kaleo timer.
    long
    Returns the kaleo definition version ID of this kaleo timer.
    long
    Returns the kaleo timer ID of this kaleo timer.
    Returns the modified date of this kaleo timer.
    long
    Returns the mvcc version of this kaleo timer.
    Returns the name of this kaleo timer.
    long
    Returns the primary key of this kaleo timer.
    double
    Returns the recurrence duration of this kaleo timer.
    Returns the recurrence scale of this kaleo timer.
    Returns the scale of this kaleo timer.
    long
    Returns the user ID of this kaleo timer.
    Returns the user name of this kaleo timer.
    Returns the user uuid of this kaleo timer.
    boolean
    Returns true if this kaleo timer is blocking.
    void
    setBlocking(boolean blocking)
    Sets whether this kaleo timer is blocking.
    void
    setCompanyId(long companyId)
    Sets the company ID of this kaleo timer.
    void
    setCreateDate(Date createDate)
    Sets the create date of this kaleo timer.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this kaleo timer.
    void
    setDescription(String description)
    Sets the description of this kaleo timer.
    void
    setDuration(double duration)
    Sets the duration of this kaleo timer.
    void
    setGroupId(long groupId)
    Sets the group ID of this kaleo timer.
    void
    setKaleoClassName(String kaleoClassName)
    Sets the kaleo class name of this kaleo timer.
    void
    setKaleoClassPK(long kaleoClassPK)
    Sets the kaleo class pk of this kaleo timer.
    void
    setKaleoDefinitionId(long kaleoDefinitionId)
    Sets the kaleo definition ID of this kaleo timer.
    void
    setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
    Sets the kaleo definition version ID of this kaleo timer.
    void
    setKaleoTimerId(long kaleoTimerId)
    Sets the kaleo timer ID of this kaleo timer.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this kaleo timer.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this kaleo timer.
    void
    Sets the name of this kaleo timer.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this kaleo timer.
    void
    setRecurrenceDuration(double recurrenceDuration)
    Sets the recurrence duration of this kaleo timer.
    void
    setRecurrenceScale(String recurrenceScale)
    Sets the recurrence scale of this kaleo timer.
    void
    Sets the scale of this kaleo timer.
    void
    setUserId(long userId)
    Sets the user ID of this kaleo timer.
    void
    setUserName(String userName)
    Sets the user name of this kaleo timer.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this kaleo timer.
    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 timer.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>
      Returns:
      the primary key of this kaleo timer
    • setPrimaryKey

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

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

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

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

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

      long getKaleoTimerId()
      Returns the kaleo timer ID of this kaleo timer.
      Returns:
      the kaleo timer ID of this kaleo timer
    • setKaleoTimerId

      void setKaleoTimerId(long kaleoTimerId)
      Sets the kaleo timer ID of this kaleo timer.
      Parameters:
      kaleoTimerId - the kaleo timer ID of this kaleo timer
    • getGroupId

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

      boolean getBlocking()
      Returns the blocking of this kaleo timer.
      Returns:
      the blocking of this kaleo timer
    • isBlocking

      boolean isBlocking()
      Returns true if this kaleo timer is blocking.
      Returns:
      true if this kaleo timer is blocking; false otherwise
    • setBlocking

      void setBlocking(boolean blocking)
      Sets whether this kaleo timer is blocking.
      Parameters:
      blocking - the blocking of this kaleo timer
    • getDescription

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

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

      double getDuration()
      Returns the duration of this kaleo timer.
      Returns:
      the duration of this kaleo timer
    • setDuration

      void setDuration(double duration)
      Sets the duration of this kaleo timer.
      Parameters:
      duration - the duration of this kaleo timer
    • getScale

      @AutoEscape String getScale()
      Returns the scale of this kaleo timer.
      Returns:
      the scale of this kaleo timer
    • setScale

      void setScale(String scale)
      Sets the scale of this kaleo timer.
      Parameters:
      scale - the scale of this kaleo timer
    • getRecurrenceDuration

      double getRecurrenceDuration()
      Returns the recurrence duration of this kaleo timer.
      Returns:
      the recurrence duration of this kaleo timer
    • setRecurrenceDuration

      void setRecurrenceDuration(double recurrenceDuration)
      Sets the recurrence duration of this kaleo timer.
      Parameters:
      recurrenceDuration - the recurrence duration of this kaleo timer
    • getRecurrenceScale

      @AutoEscape String getRecurrenceScale()
      Returns the recurrence scale of this kaleo timer.
      Returns:
      the recurrence scale of this kaleo timer
    • setRecurrenceScale

      void setRecurrenceScale(String recurrenceScale)
      Sets the recurrence scale of this kaleo timer.
      Parameters:
      recurrenceScale - the recurrence scale of this kaleo timer
    • cloneWithOriginalValues

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

      default String toXmlString()