@ProviderType public class KaleoConditionWrapper extends java.lang.Object 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 |
|---|---|
java.lang.Object |
clone() |
int |
compareTo(KaleoCondition kaleoCondition) |
boolean |
equals(java.lang.Object obj) |
long |
getCompanyId()
Returns the company ID of this kaleo condition.
|
java.util.Date |
getCreateDate()
Returns the create date of this kaleo condition.
|
com.liferay.expando.kernel.model.ExpandoBridge |
getExpandoBridge() |
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 |
getKaleoNodeId()
Returns the kaleo node ID of this kaleo condition.
|
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 condition.
|
long |
getPrimaryKey()
Returns the primary key of this kaleo condition.
|
java.io.Serializable |
getPrimaryKeyObj() |
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.
|
KaleoCondition |
getWrappedModel() |
int |
hashCode() |
boolean |
isCachedModel() |
boolean |
isEntityCacheEnabled() |
boolean |
isEscapedModel() |
boolean |
isFinderCacheEnabled() |
boolean |
isNew() |
void |
persist() |
void |
resetOriginalValues() |
void |
setCachedModel(boolean cachedModel) |
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 |
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 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 |
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 |
setNew(boolean n) |
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this kaleo condition.
|
void |
setPrimaryKeyObj(java.io.Serializable primaryKeyObj) |
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.
|
com.liferay.portal.kernel.model.CacheModel<KaleoCondition> |
toCacheModel() |
KaleoCondition |
toEscapedModel() |
java.lang.String |
toString() |
KaleoCondition |
toUnescapedModel() |
java.lang.String |
toXmlString() |
public KaleoConditionWrapper(KaleoCondition kaleoCondition)
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<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 toEscapedModel()
toEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>toEscapedModel in interface KaleoConditionModelpublic KaleoCondition toUnescapedModel()
toUnescapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>toUnescapedModel in interface KaleoConditionModelpublic boolean isCachedModel()
isCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>isCachedModel in interface KaleoConditionModelpublic boolean isEscapedModel()
isEscapedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>isEscapedModel in interface KaleoConditionModelpublic boolean isNew()
isNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>isNew in interface KaleoConditionModelpublic com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()
getExpandoBridge in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>getExpandoBridge in interface com.liferay.portal.kernel.model.ClassedModelgetExpandoBridge in interface KaleoConditionModelpublic com.liferay.portal.kernel.model.CacheModel<KaleoCondition> toCacheModel()
toCacheModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>toCacheModel in interface KaleoConditionModelpublic int compareTo(KaleoCondition kaleoCondition)
compareTo in interface KaleoConditionModelcompareTo in interface java.lang.Comparable<KaleoCondition>public int hashCode()
hashCode in interface KaleoConditionModelhashCode in class java.lang.Objectpublic java.io.Serializable getPrimaryKeyObj()
getPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>getPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelgetPrimaryKeyObj in interface KaleoConditionModelpublic java.lang.Object clone()
clone in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>clone in interface KaleoConditionModelclone in class java.lang.Objectpublic java.lang.String getScript()
getScript in interface KaleoConditionModelpublic java.lang.String getScriptLanguage()
getScriptLanguage in interface KaleoConditionModelpublic java.lang.String getScriptRequiredContexts()
getScriptRequiredContexts 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 java.lang.String toString()
toString in interface KaleoConditionModeltoString in class java.lang.Objectpublic java.lang.String toXmlString()
toXmlString in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>toXmlString in interface KaleoConditionModelpublic java.util.Date getCreateDate()
getCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface KaleoConditionModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate 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 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 getKaleoNodeId()
getKaleoNodeId in interface KaleoConditionModelpublic long getPrimaryKey()
getPrimaryKey in interface KaleoConditionModelpublic long getUserId()
getUserId in interface com.liferay.portal.kernel.model.AuditedModelgetUserId in interface KaleoConditionModelpublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void setCachedModel(boolean cachedModel)
setCachedModel in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>setCachedModel in interface KaleoConditionModelpublic 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 setExpandoBridgeAttributes(com.liferay.expando.kernel.model.ExpandoBridge expandoBridge)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>setExpandoBridgeAttributes in interface KaleoConditionModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.model.BaseModel<?> baseModel)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>setExpandoBridgeAttributes in interface KaleoConditionModelpublic void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext)
setExpandoBridgeAttributes in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>setExpandoBridgeAttributes in interface KaleoConditionModelpublic 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 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 setNew(boolean n)
setNew in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>setNew in interface KaleoConditionModelpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface KaleoConditionModelprimaryKey - the primary key of this kaleo conditionpublic void setPrimaryKeyObj(java.io.Serializable primaryKeyObj)
setPrimaryKeyObj in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>setPrimaryKeyObj in interface com.liferay.portal.kernel.model.ClassedModelsetPrimaryKeyObj in interface KaleoConditionModelpublic 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 boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic KaleoCondition getWrappedModel()
getWrappedModel in interface com.liferay.portal.kernel.model.ModelWrapper<KaleoCondition>public boolean isEntityCacheEnabled()
isEntityCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>public boolean isFinderCacheEnabled()
isFinderCacheEnabled in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>public void resetOriginalValues()
resetOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<KaleoCondition>