Class KaleoConditionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoCondition>
com.liferay.portal.workflow.kaleo.model.KaleoConditionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoCondition>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoCondition>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoCondition
,KaleoConditionModel
,Serializable
,Cloneable
,Comparable<KaleoCondition>
public class KaleoConditionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoCondition>
implements KaleoCondition, com.liferay.portal.kernel.model.ModelWrapper<KaleoCondition>
This class is a wrapper for KaleoCondition
.
- 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.KaleoCondition
KALEO_CONDITION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
Returns the company ID of this kaleo condition.Returns the create date of this kaleo condition.long
Returns the ct collection ID of this kaleo condition.long
Returns the group ID of this kaleo condition.long
Returns the kaleo condition ID of this kaleo condition.long
Returns the kaleo definition ID of this kaleo condition.long
Returns the kaleo definition version ID of this kaleo condition.long
Returns the kaleo node ID of this kaleo condition.Returns the modified date of this kaleo condition.long
Returns the mvcc version of this kaleo condition.long
Returns the primary key of this kaleo condition.Returns the script of this kaleo condition.Returns the script language of this kaleo condition.Returns the script required contexts of this kaleo condition.long
Returns the user ID of this kaleo condition.Returns the user name of this kaleo condition.Returns the user uuid of this kaleo condition.void
persist()
void
setCompanyId
(long companyId) Sets the company ID of this kaleo condition.void
setCreateDate
(Date createDate) Sets the create date of this kaleo condition.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this kaleo condition.void
setGroupId
(long groupId) Sets the group ID of this kaleo condition.void
setKaleoConditionId
(long kaleoConditionId) Sets the kaleo condition ID of this kaleo condition.void
setKaleoDefinitionId
(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo condition.void
setKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo condition.void
setKaleoNodeId
(long kaleoNodeId) Sets the kaleo node ID of this kaleo condition.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo condition.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo condition.void
setPrimaryKey
(long primaryKey) Sets the primary key of this kaleo condition.void
Sets the script of this kaleo condition.void
setScriptLanguage
(String scriptLanguage) Sets the script language of this kaleo condition.void
setScriptRequiredContexts
(String scriptRequiredContexts) Sets the script required contexts of this kaleo condition.void
setUserId
(long userId) Sets the user ID of this kaleo condition.void
setUserName
(String userName) Sets the user name of this kaleo condition.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo condition.protected KaleoConditionWrapper
wrap
(KaleoCondition kaleoCondition) 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
-
KaleoConditionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoCondition>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoCondition>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoCondition>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoConditionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo condition.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoConditionModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo condition
-
getCreateDate
Returns the create date of this kaleo condition.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoConditionModel
- Returns:
- the create date of this kaleo condition
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo condition.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>
- Specified by:
getCtCollectionId
in interfaceKaleoConditionModel
- Returns:
- the ct collection ID of this kaleo condition
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo condition.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoConditionModel
- Returns:
- the group ID of this kaleo condition
-
getKaleoConditionId
public long getKaleoConditionId()Returns the kaleo condition ID of this kaleo condition.- Specified by:
getKaleoConditionId
in interfaceKaleoConditionModel
- Returns:
- the kaleo condition ID of this kaleo condition
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo condition.- Specified by:
getKaleoDefinitionId
in interfaceKaleoConditionModel
- Returns:
- the kaleo definition ID of this kaleo condition
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo condition.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoConditionModel
- Returns:
- the kaleo definition version ID of this kaleo condition
-
getKaleoNodeId
public long getKaleoNodeId()Returns the kaleo node ID of this kaleo condition.- Specified by:
getKaleoNodeId
in interfaceKaleoConditionModel
- Returns:
- the kaleo node ID of this kaleo condition
-
getModifiedDate
Returns the modified date of this kaleo condition.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoConditionModel
- Returns:
- the modified date of this kaleo condition
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo condition.- Specified by:
getMvccVersion
in interfaceKaleoConditionModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo condition
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo condition.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>
- Specified by:
getPrimaryKey
in interfaceKaleoConditionModel
- Returns:
- the primary key of this kaleo condition
-
getScript
Returns the script of this kaleo condition.- Specified by:
getScript
in interfaceKaleoConditionModel
- Returns:
- the script of this kaleo condition
-
getScriptLanguage
Returns the script language of this kaleo condition.- Specified by:
getScriptLanguage
in interfaceKaleoConditionModel
- Returns:
- the script language of this kaleo condition
-
getScriptRequiredContexts
Returns the script required contexts of this kaleo condition.- Specified by:
getScriptRequiredContexts
in interfaceKaleoConditionModel
- Returns:
- the script required contexts of this kaleo condition
-
getUserId
public long getUserId()Returns the user ID of this kaleo condition.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoConditionModel
- Returns:
- the user ID of this kaleo condition
-
getUserName
Returns the user name of this kaleo condition.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoConditionModel
- Returns:
- the user name of this kaleo condition
-
getUserUuid
Returns the user uuid of this kaleo condition.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoConditionModel
- Returns:
- the user uuid of this kaleo condition
-
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 condition.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoConditionModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo condition
-
setCreateDate
Sets the create date of this kaleo condition.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoConditionModel
- Parameters:
createDate
- the create date of this kaleo condition
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo condition.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>
- Specified by:
setCtCollectionId
in interfaceKaleoConditionModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo condition
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo condition.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoConditionModel
- Parameters:
groupId
- the group ID of this kaleo condition
-
setKaleoConditionId
public void setKaleoConditionId(long kaleoConditionId) Sets the kaleo condition ID of this kaleo condition.- Specified by:
setKaleoConditionId
in interfaceKaleoConditionModel
- Parameters:
kaleoConditionId
- the kaleo condition ID of this kaleo condition
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo condition.- Specified by:
setKaleoDefinitionId
in interfaceKaleoConditionModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo condition
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo condition.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoConditionModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo condition
-
setKaleoNodeId
public void setKaleoNodeId(long kaleoNodeId) Sets the kaleo node ID of this kaleo condition.- Specified by:
setKaleoNodeId
in interfaceKaleoConditionModel
- Parameters:
kaleoNodeId
- the kaleo node ID of this kaleo condition
-
setModifiedDate
Sets the modified date of this kaleo condition.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoConditionModel
- Parameters:
modifiedDate
- the modified date of this kaleo condition
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo condition.- Specified by:
setMvccVersion
in interfaceKaleoConditionModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo condition
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo condition.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>
- Specified by:
setPrimaryKey
in interfaceKaleoConditionModel
- Parameters:
primaryKey
- the primary key of this kaleo condition
-
setScript
Sets the script of this kaleo condition.- Specified by:
setScript
in interfaceKaleoConditionModel
- Parameters:
script
- the script of this kaleo condition
-
setScriptLanguage
Sets the script language of this kaleo condition.- Specified by:
setScriptLanguage
in interfaceKaleoConditionModel
- Parameters:
scriptLanguage
- the script language of this kaleo condition
-
setScriptRequiredContexts
Sets the script required contexts of this kaleo condition.- Specified by:
setScriptRequiredContexts
in interfaceKaleoConditionModel
- Parameters:
scriptRequiredContexts
- the script required contexts of this kaleo condition
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo condition.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoConditionModel
- Parameters:
userId
- the user ID of this kaleo condition
-
setUserName
Sets the user name of this kaleo condition.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoConditionModel
- Parameters:
userName
- the user name of this kaleo condition
-
setUserUuid
Sets the user uuid of this kaleo condition.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoConditionModel
- Parameters:
userUuid
- the user uuid of this kaleo condition
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoConditionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoCondition>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoCondition>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoCondition>
-