@ProviderType public class KaleoTimerWrapper extends java.lang.Object 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 |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(KaleoTimer kaleoTimer) |
boolean |
equals(java.lang.Object obj) |
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.
|
java.lang.String |
getDescription()
Returns the description of this kaleo timer.
|
double |
getDuration()
Returns the duration of this kaleo timer.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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 p k of this kaleo timer.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition 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.lang.Class<?> |
getModelClass() |
java.lang.String |
getModelClassName() |
java.util.Date |
getModifiedDate()
Returns the modified date 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.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
KaleoTimer |
getWrappedModel() |
int |
hashCode() |
boolean |
isBlocking()
Returns
true if this kaleo timer is blocking. |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
boolean |
isRecurring() |
void |
persist() |
void |
resetOriginalValues() |
void |
setBlocking(boolean blocking)
Sets whether this kaleo timer is blocking.
|
void |
setCachedModel(boolean cachedModel) |
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 |
setDescription(java.lang.String description)
Sets the description of this kaleo timer.
|
void |
setDuration(double duration)
Sets the duration of this kaleo timer.
|
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel) |
void |
setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge) |
void |
setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) |
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 p k of this kaleo timer.
|
void |
setKaleoDefinitionId(long kaleoDefinitionId)
Sets the kaleo definition 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 |
setName(java.lang.String name)
Sets the name of this kaleo timer.
|
void |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo timer.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<KaleoTimer> |
toCacheModel() |
KaleoTimer |
toEscapedModel() |
java.lang.String |
toString() |
KaleoTimer |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public KaleoTimerWrapper(KaleoTimer kaleoTimer)
public java.lang.Class<?> getModelClass()
getModelClass in interface com.liferay.portal.kernel.model.ClassedModelpublic java.lang.String getModelClassName()
getModelClassName in interface com.liferay.portal.kernel.model.ClassedModelpublic 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 java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>clone in interface KaleoTimerModelclone in class java.lang.Objectpublic int compareTo(KaleoTimer kaleoTimer)
compareTo in interface KaleoTimerModelcompareTo in interface java.lang.Comparable<KaleoTimer>public 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 java.lang.String getDescription()
getDescription in interface KaleoTimerModelpublic double getDuration()
getDuration in interface KaleoTimerModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge 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 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 java.lang.String getName()
getName in interface KaleoTimerModelpublic long getPrimaryKey()
getPrimaryKey in interface KaleoTimerModelpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj 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 int hashCode()
hashCode in interface KaleoTimerModelhashCode in class java.lang.Objectpublic boolean isBlocking()
true if this kaleo timer is blocking.isBlocking in interface KaleoTimerModeltrue if this kaleo timer is blocking; false otherwisepublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>isCachedModel in interface KaleoTimerModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>isEscapedModel in interface KaleoTimerModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>isNew in interface KaleoTimerModelpublic 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 setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>setCachedModel in interface KaleoTimerModelpublic 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 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 setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>setExpandoBridgeAttributes in interface KaleoTimerModelpublic void setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>setExpandoBridgeAttributes in interface KaleoTimerModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>setExpandoBridgeAttributes in interface KaleoTimerModelpublic 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 p k of this kaleo timerpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoTimerModelkaleoDefinitionId - the kaleo definition 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 setName(java.lang.String name)
setName in interface KaleoTimerModelname - the name of this kaleo timerpublic void setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>setNew in interface KaleoTimerModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface KaleoTimerModelprimaryKey - the primary key of this kaleo timerpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface KaleoTimerModelpublic 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 com.liferay.portal.kernel.model.CacheModel<KaleoTimer> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>toCacheModel in interface KaleoTimerModelpublic KaleoTimer toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>toEscapedModel in interface KaleoTimerModelpublic java.lang.String toString()
toString in interface KaleoTimerModeltoString in class java.lang.Objectpublic KaleoTimer toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>toUnescapedModel in interface KaleoTimerModelpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>toXmlString in interface KaleoTimerModelpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic KaleoTimer getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<KaleoTimer>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoTimer>