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
modelFields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTimer
KALEO_TIMER_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanReturns the blocking of this kaleo timer.longReturns the company ID of this kaleo timer.Returns the create date of this kaleo timer.longReturns the ct collection ID of this kaleo timer.Returns the description of this kaleo timer.doubleReturns the duration of this kaleo timer.longReturns the group ID of this kaleo timer.Returns the kaleo class name of this kaleo timer.longReturns the kaleo class pk of this kaleo timer.longReturns the kaleo definition ID of this kaleo timer.longReturns the kaleo definition version ID of this kaleo timer.longReturns the kaleo timer ID of this kaleo timer.Returns the modified date of this kaleo timer.longReturns the mvcc version of this kaleo timer.getName()Returns the name of this kaleo timer.longReturns the primary key of this kaleo timer.doubleReturns the recurrence duration of this kaleo timer.Returns the recurrence scale of this kaleo timer.getScale()Returns the scale of this kaleo timer.longReturns the user ID of this kaleo timer.Returns the user name of this kaleo timer.Returns the user uuid of this kaleo timer.booleanReturnstrueif this kaleo timer is blocking.booleanvoidpersist()voidsetBlocking(boolean blocking) Sets whether this kaleo timer is blocking.voidsetCompanyId(long companyId) Sets the company ID of this kaleo timer.voidsetCreateDate(Date createDate) Sets the create date of this kaleo timer.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo timer.voidsetDescription(String description) Sets the description of this kaleo timer.voidsetDuration(double duration) Sets the duration of this kaleo timer.voidsetGroupId(long groupId) Sets the group ID of this kaleo timer.voidsetKaleoClassName(String kaleoClassName) Sets the kaleo class name of this kaleo timer.voidsetKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo timer.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo timer.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo timer.voidsetKaleoTimerId(long kaleoTimerId) Sets the kaleo timer ID of this kaleo timer.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo timer.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo timer.voidSets the name of this kaleo timer.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo timer.voidsetRecurrenceDuration(double recurrenceDuration) Sets the recurrence duration of this kaleo timer.voidsetRecurrenceScale(String recurrenceScale) Sets the recurrence scale of this kaleo timer.voidSets the scale of this kaleo timer.voidsetUserId(long userId) Sets the user ID of this kaleo timer.voidsetUserName(String userName) Sets the user name of this kaleo timer.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo timer.protected KaleoTimerWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, 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
-
KaleoTimerWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>- Specified by:
cloneWithOriginalValuesin interfaceKaleoTimerModel
-
getBlocking
public boolean getBlocking()Returns the blocking of this kaleo timer.- Specified by:
getBlockingin interfaceKaleoTimerModel- Returns:
- the blocking of this kaleo timer
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo timer.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoTimerModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoTimerModel- Returns:
- the create date of this kaleo timer
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo timer.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>- Specified by:
getCtCollectionIdin interfaceKaleoTimerModel- Returns:
- the ct collection ID of this kaleo timer
-
getDescription
Returns the description of this kaleo timer.- Specified by:
getDescriptionin interfaceKaleoTimerModel- Returns:
- the description of this kaleo timer
-
getDuration
public double getDuration()Returns the duration of this kaleo timer.- Specified by:
getDurationin interfaceKaleoTimerModel- Returns:
- the duration of this kaleo timer
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo timer.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoTimerModel- Returns:
- the group ID of this kaleo timer
-
getKaleoClassName
Returns the kaleo class name of this kaleo timer.- Specified by:
getKaleoClassNamein 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:
getKaleoClassPKin 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:
getKaleoDefinitionIdin 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:
getKaleoDefinitionVersionIdin interfaceKaleoTimerModel- Returns:
- the kaleo definition version ID of this kaleo timer
-
getKaleoTaskReassignments
- Specified by:
getKaleoTaskReassignmentsin interfaceKaleoTimer
-
getKaleoTimerId
public long getKaleoTimerId()Returns the kaleo timer ID of this kaleo timer.- Specified by:
getKaleoTimerIdin interfaceKaleoTimerModel- Returns:
- the kaleo timer ID of this kaleo timer
-
getModifiedDate
Returns the modified date of this kaleo timer.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoTimerModel- Returns:
- the modified date of this kaleo timer
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo timer.- Specified by:
getMvccVersionin interfaceKaleoTimerModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo timer
-
getName
Returns the name of this kaleo timer.- Specified by:
getNamein interfaceKaleoTimerModel- Returns:
- the name of this kaleo timer
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo timer.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>- Specified by:
getPrimaryKeyin interfaceKaleoTimerModel- Returns:
- the primary key of this kaleo timer
-
getRecurrenceDuration
public double getRecurrenceDuration()Returns the recurrence duration of this kaleo timer.- Specified by:
getRecurrenceDurationin interfaceKaleoTimerModel- Returns:
- the recurrence duration of this kaleo timer
-
getRecurrenceScale
Returns the recurrence scale of this kaleo timer.- Specified by:
getRecurrenceScalein interfaceKaleoTimerModel- Returns:
- the recurrence scale of this kaleo timer
-
getScale
Returns the scale of this kaleo timer.- Specified by:
getScalein interfaceKaleoTimerModel- Returns:
- the scale of this kaleo timer
-
getUserId
public long getUserId()Returns the user ID of this kaleo timer.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoTimerModel- Returns:
- the user ID of this kaleo timer
-
getUserName
Returns the user name of this kaleo timer.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoTimerModel- Returns:
- the user name of this kaleo timer
-
getUserUuid
Returns the user uuid of this kaleo timer.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoTimerModel- Returns:
- the user uuid of this kaleo timer
-
isBlocking
public boolean isBlocking()Returnstrueif this kaleo timer is blocking.- Specified by:
isBlockingin interfaceKaleoTimerModel- Returns:
trueif this kaleo timer is blocking;falseotherwise
-
isRecurring
public boolean isRecurring()- Specified by:
isRecurringin interfaceKaleoTimer
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setBlocking
public void setBlocking(boolean blocking) Sets whether this kaleo timer is blocking.- Specified by:
setBlockingin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoTimerModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>- Specified by:
setCtCollectionIdin interfaceKaleoTimerModel- Parameters:
ctCollectionId- the ct collection ID of this kaleo timer
-
setDescription
Sets the description of this kaleo timer.- Specified by:
setDescriptionin interfaceKaleoTimerModel- Parameters:
description- the description of this kaleo timer
-
setDuration
public void setDuration(double duration) Sets the duration of this kaleo timer.- Specified by:
setDurationin 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin interfaceKaleoTimerModel- Parameters:
groupId- the group ID of this kaleo timer
-
setKaleoClassName
Sets the kaleo class name of this kaleo timer.- Specified by:
setKaleoClassNamein 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:
setKaleoClassPKin 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:
setKaleoDefinitionIdin 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:
setKaleoDefinitionVersionIdin 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:
setKaleoTimerIdin interfaceKaleoTimerModel- Parameters:
kaleoTimerId- the kaleo timer ID of this kaleo timer
-
setModifiedDate
Sets the modified date of this kaleo timer.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceKaleoTimerModel- Specified by:
setMvccVersionin 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:
setNamein 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>- Specified by:
setPrimaryKeyin 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:
setRecurrenceDurationin interfaceKaleoTimerModel- Parameters:
recurrenceDuration- the recurrence duration of this kaleo timer
-
setRecurrenceScale
Sets the recurrence scale of this kaleo timer.- Specified by:
setRecurrenceScalein interfaceKaleoTimerModel- Parameters:
recurrenceScale- the recurrence scale of this kaleo timer
-
setScale
Sets the scale of this kaleo timer.- Specified by:
setScalein 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoTimerModel- Parameters:
userId- the user ID of this kaleo timer
-
setUserName
Sets the user name of this kaleo timer.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoTimerModel- Parameters:
userName- the user name of this kaleo timer
-
setUserUuid
Sets the user uuid of this kaleo timer.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoTimerModel- Parameters:
userUuid- the user uuid of this kaleo timer
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoTimerModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimer>
-