Class KaleoActionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoAction>
com.liferay.portal.workflow.kaleo.model.KaleoActionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoAction>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoAction>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoAction
,KaleoActionModel
,Serializable
,Cloneable
,Comparable<KaleoAction>
public class KaleoActionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoAction>
implements KaleoAction, com.liferay.portal.kernel.model.ModelWrapper<KaleoAction>
This class is a wrapper for KaleoAction
.
- 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.KaleoAction
KALEO_ACTION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this kaleo action.Returns the create date of this kaleo action.long
Returns the ct collection ID of this kaleo action.Returns the description of this kaleo action.Returns the execution type of this kaleo action.long
Returns the group ID of this kaleo action.long
Returns the kaleo action ID of this kaleo action.Returns the kaleo class name of this kaleo action.long
Returns the kaleo class pk of this kaleo action.long
Returns the kaleo definition ID of this kaleo action.long
Returns the kaleo definition version ID of this kaleo action.Returns the kaleo node name of this kaleo action.Returns the modified date of this kaleo action.long
Returns the mvcc version of this kaleo action.getName()
Returns the name of this kaleo action.long
Returns the primary key of this kaleo action.int
Returns the priority of this kaleo action.Returns the script of this kaleo action.Returns the script language of this kaleo action.Returns the script required contexts of this kaleo action.int
Returns the status of this kaleo action.getType()
Returns the type of this kaleo action.long
Returns the user ID of this kaleo action.Returns the user name of this kaleo action.Returns the user uuid of this kaleo action.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this kaleo action.void
setCreateDate
(Date createDate) Sets the create date of this kaleo action.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this kaleo action.void
setDescription
(String description) Sets the description of this kaleo action.void
setExecutionType
(String executionType) Sets the execution type of this kaleo action.void
setGroupId
(long groupId) Sets the group ID of this kaleo action.void
setKaleoActionId
(long kaleoActionId) Sets the kaleo action ID of this kaleo action.void
setKaleoClassName
(String kaleoClassName) Sets the kaleo class name of this kaleo action.void
setKaleoClassPK
(long kaleoClassPK) Sets the kaleo class pk of this kaleo action.void
setKaleoDefinitionId
(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo action.void
setKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo action.void
setKaleoNodeName
(String kaleoNodeName) Sets the kaleo node name of this kaleo action.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo action.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo action.void
Sets the name of this kaleo action.void
setPrimaryKey
(long primaryKey) Sets the primary key of this kaleo action.void
setPriority
(int priority) Sets the priority of this kaleo action.void
Sets the script of this kaleo action.void
setScriptLanguage
(String scriptLanguage) Sets the script language of this kaleo action.void
setScriptRequiredContexts
(String scriptRequiredContexts) Sets the script required contexts of this kaleo action.void
setStatus
(int status) Sets the status of this kaleo action.void
Sets the type of this kaleo action.void
setUserId
(long userId) Sets the user ID of this kaleo action.void
setUserName
(String userName) Sets the user name of this kaleo action.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo action.protected KaleoActionWrapper
wrap
(KaleoAction kaleoAction) 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
-
KaleoActionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoAction>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoAction>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoAction>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoActionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo action.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoActionModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo action
-
getCreateDate
Returns the create date of this kaleo action.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoActionModel
- Returns:
- the create date of this kaleo action
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo action.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>
- Specified by:
getCtCollectionId
in interfaceKaleoActionModel
- Returns:
- the ct collection ID of this kaleo action
-
getDescription
Returns the description of this kaleo action.- Specified by:
getDescription
in interfaceKaleoActionModel
- Returns:
- the description of this kaleo action
-
getExecutionType
Returns the execution type of this kaleo action.- Specified by:
getExecutionType
in interfaceKaleoActionModel
- Returns:
- the execution type of this kaleo action
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo action.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoActionModel
- Returns:
- the group ID of this kaleo action
-
getKaleoActionId
public long getKaleoActionId()Returns the kaleo action ID of this kaleo action.- Specified by:
getKaleoActionId
in interfaceKaleoActionModel
- Returns:
- the kaleo action ID of this kaleo action
-
getKaleoClassName
Returns the kaleo class name of this kaleo action.- Specified by:
getKaleoClassName
in interfaceKaleoActionModel
- Returns:
- the kaleo class name of this kaleo action
-
getKaleoClassPK
public long getKaleoClassPK()Returns the kaleo class pk of this kaleo action.- Specified by:
getKaleoClassPK
in interfaceKaleoActionModel
- Returns:
- the kaleo class pk of this kaleo action
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo action.- Specified by:
getKaleoDefinitionId
in interfaceKaleoActionModel
- Returns:
- the kaleo definition ID of this kaleo action
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo action.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoActionModel
- Returns:
- the kaleo definition version ID of this kaleo action
-
getKaleoNodeName
Returns the kaleo node name of this kaleo action.- Specified by:
getKaleoNodeName
in interfaceKaleoActionModel
- Returns:
- the kaleo node name of this kaleo action
-
getModifiedDate
Returns the modified date of this kaleo action.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoActionModel
- Returns:
- the modified date of this kaleo action
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo action.- Specified by:
getMvccVersion
in interfaceKaleoActionModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo action
-
getName
Returns the name of this kaleo action.- Specified by:
getName
in interfaceKaleoActionModel
- Returns:
- the name of this kaleo action
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo action.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>
- Specified by:
getPrimaryKey
in interfaceKaleoActionModel
- Returns:
- the primary key of this kaleo action
-
getPriority
public int getPriority()Returns the priority of this kaleo action.- Specified by:
getPriority
in interfaceKaleoActionModel
- Returns:
- the priority of this kaleo action
-
getScript
Returns the script of this kaleo action.- Specified by:
getScript
in interfaceKaleoActionModel
- Returns:
- the script of this kaleo action
-
getScriptLanguage
Returns the script language of this kaleo action.- Specified by:
getScriptLanguage
in interfaceKaleoActionModel
- Returns:
- the script language of this kaleo action
-
getScriptRequiredContexts
Returns the script required contexts of this kaleo action.- Specified by:
getScriptRequiredContexts
in interfaceKaleoActionModel
- Returns:
- the script required contexts of this kaleo action
-
getStatus
public int getStatus()Returns the status of this kaleo action.- Specified by:
getStatus
in interfaceKaleoActionModel
- Returns:
- the status of this kaleo action
-
getType
Returns the type of this kaleo action.- Specified by:
getType
in interfaceKaleoActionModel
- Returns:
- the type of this kaleo action
-
getUserId
public long getUserId()Returns the user ID of this kaleo action.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoActionModel
- Returns:
- the user ID of this kaleo action
-
getUserName
Returns the user name of this kaleo action.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoActionModel
- Returns:
- the user name of this kaleo action
-
getUserUuid
Returns the user uuid of this kaleo action.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoActionModel
- Returns:
- the user uuid of this kaleo action
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo action.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoActionModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo action
-
setCreateDate
Sets the create date of this kaleo action.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoActionModel
- Parameters:
createDate
- the create date of this kaleo action
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo action.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>
- Specified by:
setCtCollectionId
in interfaceKaleoActionModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo action
-
setDescription
Sets the description of this kaleo action.- Specified by:
setDescription
in interfaceKaleoActionModel
- Parameters:
description
- the description of this kaleo action
-
setExecutionType
Sets the execution type of this kaleo action.- Specified by:
setExecutionType
in interfaceKaleoActionModel
- Parameters:
executionType
- the execution type of this kaleo action
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo action.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoActionModel
- Parameters:
groupId
- the group ID of this kaleo action
-
setKaleoActionId
public void setKaleoActionId(long kaleoActionId) Sets the kaleo action ID of this kaleo action.- Specified by:
setKaleoActionId
in interfaceKaleoActionModel
- Parameters:
kaleoActionId
- the kaleo action ID of this kaleo action
-
setKaleoClassName
Sets the kaleo class name of this kaleo action.- Specified by:
setKaleoClassName
in interfaceKaleoActionModel
- Parameters:
kaleoClassName
- the kaleo class name of this kaleo action
-
setKaleoClassPK
public void setKaleoClassPK(long kaleoClassPK) Sets the kaleo class pk of this kaleo action.- Specified by:
setKaleoClassPK
in interfaceKaleoActionModel
- Parameters:
kaleoClassPK
- the kaleo class pk of this kaleo action
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo action.- Specified by:
setKaleoDefinitionId
in interfaceKaleoActionModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo action
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo action.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoActionModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo action
-
setKaleoNodeName
Sets the kaleo node name of this kaleo action.- Specified by:
setKaleoNodeName
in interfaceKaleoActionModel
- Parameters:
kaleoNodeName
- the kaleo node name of this kaleo action
-
setModifiedDate
Sets the modified date of this kaleo action.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoActionModel
- Parameters:
modifiedDate
- the modified date of this kaleo action
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo action.- Specified by:
setMvccVersion
in interfaceKaleoActionModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo action
-
setName
Sets the name of this kaleo action.- Specified by:
setName
in interfaceKaleoActionModel
- Parameters:
name
- the name of this kaleo action
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo action.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoAction>
- Specified by:
setPrimaryKey
in interfaceKaleoActionModel
- Parameters:
primaryKey
- the primary key of this kaleo action
-
setPriority
public void setPriority(int priority) Sets the priority of this kaleo action.- Specified by:
setPriority
in interfaceKaleoActionModel
- Parameters:
priority
- the priority of this kaleo action
-
setScript
Sets the script of this kaleo action.- Specified by:
setScript
in interfaceKaleoActionModel
- Parameters:
script
- the script of this kaleo action
-
setScriptLanguage
Sets the script language of this kaleo action.- Specified by:
setScriptLanguage
in interfaceKaleoActionModel
- Parameters:
scriptLanguage
- the script language of this kaleo action
-
setScriptRequiredContexts
Sets the script required contexts of this kaleo action.- Specified by:
setScriptRequiredContexts
in interfaceKaleoActionModel
- Parameters:
scriptRequiredContexts
- the script required contexts of this kaleo action
-
setStatus
public void setStatus(int status) Sets the status of this kaleo action.- Specified by:
setStatus
in interfaceKaleoActionModel
- Parameters:
status
- the status of this kaleo action
-
setType
Sets the type of this kaleo action.- Specified by:
setType
in interfaceKaleoActionModel
- Parameters:
type
- the type of this kaleo action
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo action.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoActionModel
- Parameters:
userId
- the user ID of this kaleo action
-
setUserName
Sets the user name of this kaleo action.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoActionModel
- Parameters:
userName
- the user name of this kaleo action
-
setUserUuid
Sets the user uuid of this kaleo action.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoActionModel
- Parameters:
userUuid
- the user uuid of this kaleo action
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoActionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoAction>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoAction>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoAction>
-