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.
KaleoCondition,
Serialized FormKALEO_CONDITION_ID_ACCESSOR| Constructor and Description |
|---|
KaleoConditionWrapper(KaleoCondition kaleoCondition) |
| Modifier and Type | Method and Description |
|---|---|
KaleoCondition |
cloneWithOriginalValues() |
java.util.Map<java.lang.String,java.util.function.Function<KaleoCondition,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoCondition,java.lang.Object>> |
getAttributeSetterBiConsumers() |
long |
getCompanyId()
Returns the company ID of this kaleo condition.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo condition.
|
long |
getCtCollectionId()
Returns the ct collection ID of this kaleo condition.
|
long |
getGroupId()
Returns the group ID of this kaleo condition.
|
long |
getKaleoConditionId()
Returns the kaleo condition ID of this kaleo condition.
|
long |
getKaleoDefinitionId()
Returns the kaleo definition ID of this kaleo condition.
|
long |
getKaleoDefinitionVersionId()
Returns the kaleo definition version ID of this kaleo condition.
|
long |
getKaleoNodeId()
Returns the kaleo node ID of this kaleo condition.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this kaleo condition.
|
long |
getMvccVersion()
Returns the mvcc version of this kaleo condition.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo condition.
|
java.lang.String |
getScript()
Returns the script of this kaleo condition.
|
java.lang.String |
getScriptLanguage()
Returns the script language of this kaleo condition.
|
java.lang.String |
getScriptRequiredContexts()
Returns the script required contexts of this kaleo condition.
|
long |
getUserId()
Returns the user ID of this kaleo condition.
|
java.lang.String |
getUserName()
Returns the user name of this kaleo condition.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this kaleo condition.
|
void |
persist() |
void |
setCompanyId(long companyId)
Sets the company ID of this kaleo condition.
|
void |
setCreateDate(java.util.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(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.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 |
setScript(java.lang.String script)
Sets the script of this kaleo condition.
|
void |
setScriptLanguage(java.lang.String scriptLanguage)
Sets the script language of this kaleo condition.
|
void |
setScriptRequiredContexts(java.lang.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(java.lang.String userName)
Sets the user name of this kaleo condition.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this kaleo condition.
|
protected KaleoConditionWrapper |
wrap(KaleoCondition kaleoCondition) |
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 KaleoConditionWrapper(KaleoCondition kaleoCondition)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>public KaleoCondition cloneWithOriginalValues()
cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>cloneWithOriginalValues in interface KaleoConditionModelpublic long getCompanyId()
getCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface KaleoConditionModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface KaleoConditionModelpublic long getCtCollectionId()
getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>getCtCollectionId in interface KaleoConditionModelpublic long getGroupId()
getGroupId in interface com.liferay.portal.kernel.model.GroupedModelgetGroupId in interface KaleoConditionModelpublic long getKaleoConditionId()
getKaleoConditionId in interface KaleoConditionModelpublic long getKaleoDefinitionId()
getKaleoDefinitionId in interface KaleoConditionModelpublic long getKaleoDefinitionVersionId()
getKaleoDefinitionVersionId in interface KaleoConditionModelpublic long getKaleoNodeId()
getKaleoNodeId in interface KaleoConditionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface KaleoConditionModelpublic long getMvccVersion()
getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelgetMvccVersion in interface KaleoConditionModelpublic long getPrimaryKey()
getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>getPrimaryKey in interface KaleoConditionModelpublic java.lang.String getScript()
getScript in interface KaleoConditionModelpublic java.lang.String getScriptLanguage()
getScriptLanguage in interface KaleoConditionModelpublic java.lang.String getScriptRequiredContexts()
getScriptRequiredContexts in interface KaleoConditionModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface KaleoConditionModelpublic java.lang.String getUserName()
getUserName in interface com.liferay.portal.kernel.model.AuditedModelgetUserName in interface KaleoConditionModelpublic java.lang.String getUserUuid()
getUserUuid in interface com.liferay.portal.kernel.model.AuditedModelgetUserUuid in interface KaleoConditionModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCompanyId(long companyId)
setCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface KaleoConditionModelcompanyId - the company ID of this kaleo conditionpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface KaleoConditionModelcreateDate - the create date of this kaleo conditionpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>setCtCollectionId in interface KaleoConditionModelctCollectionId - the ct collection ID of this kaleo conditionpublic void setGroupId(long groupId)
setGroupId in interface com.liferay.portal.kernel.model.GroupedModelsetGroupId in interface KaleoConditionModelgroupId - the group ID of this kaleo conditionpublic void setKaleoConditionId(long kaleoConditionId)
setKaleoConditionId in interface KaleoConditionModelkaleoConditionId - the kaleo condition ID of this kaleo conditionpublic void setKaleoDefinitionId(long kaleoDefinitionId)
setKaleoDefinitionId in interface KaleoConditionModelkaleoDefinitionId - the kaleo definition ID of this kaleo conditionpublic void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId)
setKaleoDefinitionVersionId in interface KaleoConditionModelkaleoDefinitionVersionId - the kaleo definition version ID of this kaleo conditionpublic void setKaleoNodeId(long kaleoNodeId)
setKaleoNodeId in interface KaleoConditionModelkaleoNodeId - the kaleo node ID of this kaleo conditionpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface KaleoConditionModelmodifiedDate - the modified date of this kaleo conditionpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelsetMvccVersion in interface KaleoConditionModelmvccVersion - the mvcc version of this kaleo conditionpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoCondition>setPrimaryKey in interface KaleoConditionModelprimaryKey - the primary key of this kaleo conditionpublic void setScript(java.lang.String script)
setScript in interface KaleoConditionModelscript - the script of this kaleo conditionpublic void setScriptLanguage(java.lang.String scriptLanguage)
setScriptLanguage in interface KaleoConditionModelscriptLanguage - the script language of this kaleo conditionpublic void setScriptRequiredContexts(java.lang.String scriptRequiredContexts)
setScriptRequiredContexts in interface KaleoConditionModelscriptRequiredContexts - the script required contexts of this kaleo conditionpublic void setUserId(long userId)
setUserId in interface com.liferay.portal.kernel.model.AuditedModelsetUserId in interface KaleoConditionModeluserId - the user ID of this kaleo conditionpublic void setUserName(java.lang.String userName)
setUserName in interface com.liferay.portal.kernel.model.AuditedModelsetUserName in interface KaleoConditionModeluserName - the user name of this kaleo conditionpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface com.liferay.portal.kernel.model.AuditedModelsetUserUuid in interface KaleoConditionModeluserUuid - the user uuid of this kaleo conditionpublic java.util.Map<java.lang.String,java.util.function.Function<KaleoCondition,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>public java.util.Map<java.lang.String,java.util.function.BiConsumer<KaleoCondition,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>protected KaleoConditionWrapper wrap(KaleoCondition kaleoCondition)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoCondition>