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
modelFields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoCondition
KALEO_CONDITION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlongReturns the company ID of this kaleo condition.Returns the create date of this kaleo condition.longReturns the ct collection ID of this kaleo condition.longReturns the group ID of this kaleo condition.longReturns the kaleo condition ID of this kaleo condition.longReturns the kaleo definition ID of this kaleo condition.longReturns the kaleo definition version ID of this kaleo condition.longReturns the kaleo node ID of this kaleo condition.Returns the modified date of this kaleo condition.longReturns the mvcc version of this kaleo condition.longReturns 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.longReturns the user ID of this kaleo condition.Returns the user name of this kaleo condition.Returns the user uuid of this kaleo condition.voidpersist()voidsetCompanyId(long companyId) Sets the company ID of this kaleo condition.voidsetCreateDate(Date createDate) Sets the create date of this kaleo condition.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo condition.voidsetGroupId(long groupId) Sets the group ID of this kaleo condition.voidsetKaleoConditionId(long kaleoConditionId) Sets the kaleo condition ID of this kaleo condition.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo condition.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo condition.voidsetKaleoNodeId(long kaleoNodeId) Sets the kaleo node ID of this kaleo condition.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo condition.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo condition.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo condition.voidSets the script of this kaleo condition.voidsetScriptLanguage(String scriptLanguage) Sets the script language of this kaleo condition.voidsetScriptRequiredContexts(String scriptRequiredContexts) Sets the script required contexts of this kaleo condition.voidsetUserId(long userId) Sets the user ID of this kaleo condition.voidsetUserName(String userName) Sets the user name of this kaleo condition.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo condition.protected KaleoConditionWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
KaleoConditionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoCondition>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoCondition>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoCondition>- Specified by:
cloneWithOriginalValuesin interfaceKaleoConditionModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo condition.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoConditionModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoConditionModel- Returns:
- the create date of this kaleo condition
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo condition.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>- Specified by:
getCtCollectionIdin interfaceKaleoConditionModel- Returns:
- the ct collection ID of this kaleo condition
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo condition.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoConditionModel- Returns:
- the group ID of this kaleo condition
-
getKaleoConditionId
public long getKaleoConditionId()Returns the kaleo condition ID of this kaleo condition.- Specified by:
getKaleoConditionIdin 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:
getKaleoDefinitionIdin 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:
getKaleoDefinitionVersionIdin 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:
getKaleoNodeIdin interfaceKaleoConditionModel- Returns:
- the kaleo node ID of this kaleo condition
-
getModifiedDate
Returns the modified date of this kaleo condition.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoConditionModel- Returns:
- the modified date of this kaleo condition
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo condition.- Specified by:
getMvccVersionin interfaceKaleoConditionModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>- Specified by:
getPrimaryKeyin interfaceKaleoConditionModel- Returns:
- the primary key of this kaleo condition
-
getScript
Returns the script of this kaleo condition.- Specified by:
getScriptin interfaceKaleoConditionModel- Returns:
- the script of this kaleo condition
-
getScriptLanguage
Returns the script language of this kaleo condition.- Specified by:
getScriptLanguagein interfaceKaleoConditionModel- Returns:
- the script language of this kaleo condition
-
getScriptRequiredContexts
Returns the script required contexts of this kaleo condition.- Specified by:
getScriptRequiredContextsin interfaceKaleoConditionModel- Returns:
- the script required contexts of this kaleo condition
-
getUserId
public long getUserId()Returns the user ID of this kaleo condition.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoConditionModel- Returns:
- the user ID of this kaleo condition
-
getUserName
Returns the user name of this kaleo condition.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoConditionModel- Returns:
- the user name of this kaleo condition
-
getUserUuid
Returns the user uuid of this kaleo condition.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoConditionModel- Returns:
- the user uuid of this kaleo condition
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo condition.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoConditionModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>- Specified by:
setCtCollectionIdin 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin 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:
setKaleoConditionIdin 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:
setKaleoDefinitionIdin 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:
setKaleoDefinitionVersionIdin 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:
setKaleoNodeIdin interfaceKaleoConditionModel- Parameters:
kaleoNodeId- the kaleo node ID of this kaleo condition
-
setModifiedDate
Sets the modified date of this kaleo condition.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceKaleoConditionModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>- Specified by:
setPrimaryKeyin interfaceKaleoConditionModel- Parameters:
primaryKey- the primary key of this kaleo condition
-
setScript
Sets the script of this kaleo condition.- Specified by:
setScriptin interfaceKaleoConditionModel- Parameters:
script- the script of this kaleo condition
-
setScriptLanguage
Sets the script language of this kaleo condition.- Specified by:
setScriptLanguagein interfaceKaleoConditionModel- Parameters:
scriptLanguage- the script language of this kaleo condition
-
setScriptRequiredContexts
Sets the script required contexts of this kaleo condition.- Specified by:
setScriptRequiredContextsin 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoConditionModel- Parameters:
userId- the user ID of this kaleo condition
-
setUserName
Sets the user name of this kaleo condition.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoConditionModel- Parameters:
userName- the user name of this kaleo condition
-
setUserUuid
Sets the user uuid of this kaleo condition.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoConditionModel- Parameters:
userUuid- the user uuid of this kaleo condition
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoConditionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoCondition>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoCondition>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoCondition>
-