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 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.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.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.default StringMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareTo
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this kaleo timer.- Specified by:
getPrimaryKeyin interfacecom.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:
setPrimaryKeyin interfacecom.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:
getMvccVersionin interfacecom.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:
setMvccVersionin interfacecom.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:
getCtCollectionIdin interfacecom.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:
setCtCollectionIdin interfacecom.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:
getGroupIdin interfacecom.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:
setGroupIdin interfacecom.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:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.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:
getUserIdin interfacecom.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:
setUserIdin interfacecom.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:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user uuid of this kaleo timer
-
setUserUuid
Sets the user uuid of this kaleo timer.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
userUuid- the user uuid of this kaleo timer
-
getUserName
Returns the user name of this kaleo timer.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the user name of this kaleo timer
-
setUserName
Sets the user name of this kaleo timer.- Specified by:
setUserNamein interfacecom.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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the create date of this kaleo timer
-
setCreateDate
Sets the create date of this kaleo timer.- Specified by:
setCreateDatein interfacecom.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:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Returns:
- the modified date of this kaleo timer
-
setModifiedDate
Sets the modified date of this kaleo timer.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Parameters:
modifiedDate- the modified date of this kaleo timer
-
getKaleoClassName
Returns the kaleo class name of this kaleo timer.- Returns:
- the kaleo class name of this kaleo timer
-
setKaleoClassName
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
Returns the name of this kaleo timer.- Returns:
- the name of this kaleo timer
-
setName
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()Returnstrueif this kaleo timer is blocking.- Returns:
trueif this kaleo timer is blocking;falseotherwise
-
setBlocking
void setBlocking(boolean blocking) Sets whether this kaleo timer is blocking.- Parameters:
blocking- the blocking of this kaleo timer
-
getDescription
Returns the description of this kaleo timer.- Returns:
- the description of this kaleo timer
-
setDescription
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
Returns the scale of this kaleo timer.- Returns:
- the scale of this kaleo timer
-
setScale
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
Returns the recurrence scale of this kaleo timer.- Returns:
- the recurrence scale of this kaleo timer
-
setRecurrenceScale
Sets the recurrence scale of this kaleo timer.- Parameters:
recurrenceScale- the recurrence scale of this kaleo timer
-
cloneWithOriginalValues
KaleoTimer cloneWithOriginalValues()- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTimer>
-
toXmlString
-