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.
KaleoTimer,
Serialized FormKALEO_TIMER_ID_ACCESSOR| Constructor and Description |
|---|
KaleoTimerWrapper(KaleoTimer kaleoTimer) |
| Modifier and Type | Method and Description |
|---|---|
KaleoTimer |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<KaleoTimer,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoTimer,java.lang.Object>> |
getAttributeSetterBiConsumers() |
boolean |
getBlocking()
Returns the blocking of this kaleo timer.
|
long |
getCompanyId()
Returns the company ID of this kaleo timer.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo timer.
|
long |
getCtCollectionId()
Returns the ct collection ID of this kaleo timer.
|
java.lang.String |
getDescription()
Returns the description of this kaleo timer.
|
double |
getDuration()
Returns the duration of this kaleo timer.
|
long |
getGroupId()
Returns the group ID of this kaleo timer.
|
java.lang.String |
getKaleoClassName()
Returns the kaleo class name of this kaleo timer.
|
long |
getKaleoClassPK()
Returns the kaleo class pk of this kaleo timer.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo timer.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo timer.
|
java.util.List<KaleoTaskAssignment> |
getKaleoTaskReassignments() |
long |
getKaleoTimerId()
Returns the kaleo timer ID of this kaleo timer.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo timer.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo timer.
|
java.lang.String |
getName()
Returns the name of this kaleo timer.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo timer.
|
double |
getRecurrenceDuration()
Returns the recurrence duration of this kaleo timer.
|
java.lang.String |
getRecurrenceScale()
Returns the recurrence scale of this kaleo timer.
|
java.lang.String |
getScale()
Returns the scale of this kaleo timer.
|
long |
getUserId()
Returns the user ID of this kaleo timer.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo timer.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo timer.
|
boolean |
isBlocking()
Returns
true if this kaleo timer is blocking. |
boolean |
isRecurring() |
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(java.util.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(java.lang.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(java.lang.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(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this kaleo timer.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this kaleo timer.
|
void |
setName(java.lang.String name)
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(java.lang.String recurrenceScale)
Sets the recurrence scale of this kaleo timer.
|
void |
setScale(java.lang.String scale)
Sets the scale of this kaleo timer.
|
void |
setUserId(long userId)
Sets the user ID of this kaleo timer.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this kaleo timer.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo timer.
|
protected KaleoTimerWrapper |
wrap(KaleoTimer kaleoTimer) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic KaleoTimerWrapper(KaleoTimer kaleoTimer)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>public KaleoTimer cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>cloneWithOriginalValues in interface KaleoTimerModelpublic boolean getBlocking()
getBlocking in interface KaleoTimerModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface KaleoTimerModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface KaleoTimerModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>getCtCollectionId in interface KaleoTimerModelpublic java.lang.String getDescription()
getDescription in interface KaleoTimerModelpublic double getDuration()
getDuration in interface KaleoTimerModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface KaleoTimerModelpublic java.lang.String getKaleoClassName()
getKaleoClassName in interface KaleoTimerModelpublic long getKaleoClassPK()
getKaleoClassPK in interface KaleoTimerModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoTimerModelpublic long getKaleoDefinitionVersionId()
getKaleoDefinitionVersionId in interface KaleoTimerModelpublic java.util.List<KaleoTaskAssignment> getKaleoTaskReassignments()
getKaleoTaskReassignments in interface KaleoTimerpublic long getKaleoTimerId()
getKaleoTimerId in interface KaleoTimerModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface KaleoTimerModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface KaleoTimerModelpublic java.lang.String getName()
getName in interface KaleoTimerModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>getPrimaryKey in interface KaleoTimerModelpublic double getRecurrenceDuration()
getRecurrenceDuration in interface KaleoTimerModelpublic java.lang.String getRecurrenceScale()
getRecurrenceScale in interface KaleoTimerModelpublic java.lang.String getScale()
getScale in interface KaleoTimerModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface KaleoTimerModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface KaleoTimerModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface KaleoTimerModelpublic boolean isBlocking()
true if this kaleo timer is blocking.isBlocking in interface KaleoTimerModeltrue if this kaleo timer is blocking; false otherwisepublic boolean isRecurring()
isRecurring in interface KaleoTimerpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setBlocking(boolean blocking)
setBlocking in interface KaleoTimerModelblocking - the blocking of this kaleo timerpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface KaleoTimerModelcompanyId - the company ID of this kaleo timerpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface KaleoTimerModelcreateDate - the create date of this kaleo timerpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>setCtCollectionId in interface KaleoTimerModelctCollectionId - the ct collection ID of this kaleo timerpublic void setDescription(java.lang.String description)
setDescription in interface KaleoTimerModeldescription - the description of this kaleo timerpublic void setDuration(double duration)
setDuration in interface KaleoTimerModelduration - the duration of this kaleo timerpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface KaleoTimerModelgroupId - the group ID of this kaleo timerpublic void setKaleoClassName(java.lang.String kaleoClassName)
setKaleoClassName in interface KaleoTimerModelkaleoClassName - the kaleo class name of this kaleo timerpublic void setKaleoClassPK(long kaleoClassPK)
setKaleoClassPK in interface KaleoTimerModelkaleoClassPK - the kaleo class pk of this kaleo timerpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoTimerModelkaleoDefinitionId - the kaleo definition ID of this kaleo timerpublic void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
setKaleoDefinitionVersionId in interface KaleoTimerModelkaleoDefinitionVersionId - the kaleo definition version ID of this kaleo timerpublic void setKaleoTimerId(long kaleoTimerId)
setKaleoTimerId in interface KaleoTimerModelkaleoTimerId - the kaleo timer ID of this kaleo timerpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface KaleoTimerModelmodifiedDate - the modified date of this kaleo timerpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface KaleoTimerModelmvccVersion - the mvcc version of this kaleo timerpublic void setName(java.lang.String name)
setName in interface KaleoTimerModelname - the name of this kaleo timerpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTimer>setPrimaryKey in interface KaleoTimerModelprimaryKey - the primary key of this kaleo timerpublic void setRecurrenceDuration(double recurrenceDuration)
setRecurrenceDuration in interface KaleoTimerModelrecurrenceDuration - the recurrence duration of this kaleo timerpublic void setRecurrenceScale(java.lang.String recurrenceScale)
setRecurrenceScale in interface KaleoTimerModelrecurrenceScale - the recurrence scale of this kaleo timerpublic void setScale(java.lang.String scale)
setScale in interface KaleoTimerModelscale - the scale of this kaleo timerpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface KaleoTimerModeluserId - the user ID of this kaleo timerpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface KaleoTimerModeluserName - the user name of this kaleo timerpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface KaleoTimerModeluserUuid - the user uuid of this kaleo timerpublic java.util.Map<java.lang.String,java.util.function.Function<KaleoTimer,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>public java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoTimer,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>protected KaleoTimerWrapper wrap(KaleoTimer kaleoTimer)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTimer>