Class KaleoTimerWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimer>
com.liferay.portal.workflow.kaleo.model.KaleoTimerWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoTimer>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoTimer>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoTimer
,KaleoTimerModel
,Serializable
,Cloneable
,Comparable<KaleoTimer>
public class KaleoTimerWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimer>
implements KaleoTimer, com.liferay.portal.kernel.model.ModelWrapper<KaleoTimer>
This class is a wrapper for KaleoTimer
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTimer
KALEO_TIMER_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
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.getName()
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.getScale()
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
Returnstrue
if this kaleo timer is blocking.boolean
void
persist()
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
setModelAttributes
(Map<String, Object> attributes) 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.protected KaleoTimerWrapper
wrap
(KaleoTimer kaleoTimer) 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, 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
-
KaleoTimerWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoTimerModel
-
getBlocking
public boolean getBlocking()Returns the blocking of this kaleo timer.- Specified by:
getBlocking
in interfaceKaleoTimerModel
- Returns:
- the blocking of this kaleo timer
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo timer.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoTimerModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo timer
-
getCreateDate
Returns the create date of this kaleo timer.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoTimerModel
- Returns:
- the create date of this kaleo timer
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo timer.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>
- Specified by:
getCtCollectionId
in interfaceKaleoTimerModel
- Returns:
- the ct collection ID of this kaleo timer
-
getDescription
Returns the description of this kaleo timer.- Specified by:
getDescription
in interfaceKaleoTimerModel
- Returns:
- the description of this kaleo timer
-
getDuration
public double getDuration()Returns the duration of this kaleo timer.- Specified by:
getDuration
in interfaceKaleoTimerModel
- Returns:
- the duration of this kaleo timer
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo timer.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoTimerModel
- Returns:
- the group ID of this kaleo timer
-
getKaleoClassName
Returns the kaleo class name of this kaleo timer.- Specified by:
getKaleoClassName
in interfaceKaleoTimerModel
- Returns:
- the kaleo class name of this kaleo timer
-
getKaleoClassPK
public long getKaleoClassPK()Returns the kaleo class pk of this kaleo timer.- Specified by:
getKaleoClassPK
in interfaceKaleoTimerModel
- Returns:
- the kaleo class pk of this kaleo timer
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo timer.- Specified by:
getKaleoDefinitionId
in interfaceKaleoTimerModel
- Returns:
- the kaleo definition ID of this kaleo timer
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo timer.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoTimerModel
- Returns:
- the kaleo definition version ID of this kaleo timer
-
getKaleoTaskReassignments
- Specified by:
getKaleoTaskReassignments
in interfaceKaleoTimer
-
getKaleoTimerId
public long getKaleoTimerId()Returns the kaleo timer ID of this kaleo timer.- Specified by:
getKaleoTimerId
in interfaceKaleoTimerModel
- Returns:
- the kaleo timer ID of this kaleo timer
-
getModifiedDate
Returns the modified date of this kaleo timer.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoTimerModel
- Returns:
- the modified date of this kaleo timer
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo timer.- Specified by:
getMvccVersion
in interfaceKaleoTimerModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo timer
-
getName
Returns the name of this kaleo timer.- Specified by:
getName
in interfaceKaleoTimerModel
- Returns:
- the name of this kaleo timer
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo timer.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>
- Specified by:
getPrimaryKey
in interfaceKaleoTimerModel
- Returns:
- the primary key of this kaleo timer
-
getRecurrenceDuration
public double getRecurrenceDuration()Returns the recurrence duration of this kaleo timer.- Specified by:
getRecurrenceDuration
in interfaceKaleoTimerModel
- Returns:
- the recurrence duration of this kaleo timer
-
getRecurrenceScale
Returns the recurrence scale of this kaleo timer.- Specified by:
getRecurrenceScale
in interfaceKaleoTimerModel
- Returns:
- the recurrence scale of this kaleo timer
-
getScale
Returns the scale of this kaleo timer.- Specified by:
getScale
in interfaceKaleoTimerModel
- Returns:
- the scale of this kaleo timer
-
getUserId
public long getUserId()Returns the user ID of this kaleo timer.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoTimerModel
- Returns:
- the user ID of this kaleo timer
-
getUserName
Returns the user name of this kaleo timer.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoTimerModel
- Returns:
- the user name of this kaleo timer
-
getUserUuid
Returns the user uuid of this kaleo timer.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoTimerModel
- Returns:
- the user uuid of this kaleo timer
-
isBlocking
public boolean isBlocking()Returnstrue
if this kaleo timer is blocking.- Specified by:
isBlocking
in interfaceKaleoTimerModel
- Returns:
true
if this kaleo timer is blocking;false
otherwise
-
isRecurring
public boolean isRecurring()- Specified by:
isRecurring
in interfaceKaleoTimer
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBlocking
public void setBlocking(boolean blocking) Sets whether this kaleo timer is blocking.- Specified by:
setBlocking
in interfaceKaleoTimerModel
- Parameters:
blocking
- the blocking of this kaleo timer
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo timer.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoTimerModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo timer
-
setCreateDate
Sets the create date of this kaleo timer.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoTimerModel
- Parameters:
createDate
- the create date of this kaleo timer
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo timer.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>
- Specified by:
setCtCollectionId
in interfaceKaleoTimerModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo timer
-
setDescription
Sets the description of this kaleo timer.- Specified by:
setDescription
in interfaceKaleoTimerModel
- Parameters:
description
- the description of this kaleo timer
-
setDuration
public void setDuration(double duration) Sets the duration of this kaleo timer.- Specified by:
setDuration
in interfaceKaleoTimerModel
- Parameters:
duration
- the duration of this kaleo timer
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo timer.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoTimerModel
- Parameters:
groupId
- the group ID of this kaleo timer
-
setKaleoClassName
Sets the kaleo class name of this kaleo timer.- Specified by:
setKaleoClassName
in interfaceKaleoTimerModel
- Parameters:
kaleoClassName
- the kaleo class name of this kaleo timer
-
setKaleoClassPK
public void setKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo timer.- Specified by:
setKaleoClassPK
in interfaceKaleoTimerModel
- Parameters:
kaleoClassPK
- the kaleo class pk of this kaleo timer
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo timer.- Specified by:
setKaleoDefinitionId
in interfaceKaleoTimerModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo timer
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo timer.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoTimerModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo timer
-
setKaleoTimerId
public void setKaleoTimerId(long kaleoTimerId) Sets the kaleo timer ID of this kaleo timer.- Specified by:
setKaleoTimerId
in interfaceKaleoTimerModel
- Parameters:
kaleoTimerId
- the kaleo timer ID of this kaleo timer
-
setModifiedDate
Sets the modified date of this kaleo timer.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoTimerModel
- Parameters:
modifiedDate
- the modified date of this kaleo timer
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo timer.- Specified by:
setMvccVersion
in interfaceKaleoTimerModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo timer
-
setName
Sets the name of this kaleo timer.- Specified by:
setName
in interfaceKaleoTimerModel
- Parameters:
name
- the name of this kaleo timer
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo timer.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>
- Specified by:
setPrimaryKey
in interfaceKaleoTimerModel
- Parameters:
primaryKey
- the primary key of this kaleo timer
-
setRecurrenceDuration
public void setRecurrenceDuration(double recurrenceDuration) Sets the recurrence duration of this kaleo timer.- Specified by:
setRecurrenceDuration
in interfaceKaleoTimerModel
- Parameters:
recurrenceDuration
- the recurrence duration of this kaleo timer
-
setRecurrenceScale
Sets the recurrence scale of this kaleo timer.- Specified by:
setRecurrenceScale
in interfaceKaleoTimerModel
- Parameters:
recurrenceScale
- the recurrence scale of this kaleo timer
-
setScale
Sets the scale of this kaleo timer.- Specified by:
setScale
in interfaceKaleoTimerModel
- Parameters:
scale
- the scale of this kaleo timer
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo timer.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoTimerModel
- Parameters:
userId
- the user ID of this kaleo timer
-
setUserName
Sets the user name of this kaleo timer.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoTimerModel
- Parameters:
userName
- the user name of this kaleo timer
-
setUserUuid
Sets the user uuid of this kaleo timer.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoTimerModel
- Parameters:
userUuid
- the user uuid of this kaleo timer
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoTimerModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimer>
-