Class KaleoTransitionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTransition>
com.liferay.portal.workflow.kaleo.model.KaleoTransitionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoTransition>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTransition>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoTransition>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,KaleoTransition
,KaleoTransitionModel
,Serializable
,Cloneable
,Comparable<KaleoTransition>
public class KaleoTransitionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTransition>
implements KaleoTransition, com.liferay.portal.kernel.model.ModelWrapper<KaleoTransition>
This class is a wrapper for KaleoTransition
.
- 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.KaleoTransition
KALEO_TRANSITION_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]
long
Returns the company ID of this kaleo transition.Returns the create date of this kaleo transition.long
Returns the ct collection ID of this kaleo transition.boolean
Returns the default transition of this kaleo transition.Returns the description of this kaleo transition.long
Returns the group ID of this kaleo transition.long
Returns the kaleo definition ID of this kaleo transition.long
Returns the kaleo definition version ID of this kaleo transition.long
Returns the kaleo node ID of this kaleo transition.long
Returns the kaleo transition ID of this kaleo transition.getLabel()
Returns the label of this kaleo transition.Returns the localized label of this kaleo transition in the language.Returns the localized label of this kaleo transition in the language, optionally using the default language if no localization exists for the requested language.Returns the localized label of this kaleo transition in the language.Returns the localized label of this kaleo transition in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized labels of this kaleo transition.Returns the modified date of this kaleo transition.long
Returns the mvcc version of this kaleo transition.getName()
Returns the name of this kaleo transition.long
Returns the primary key of this kaleo transition.long
Returns the source kaleo node ID of this kaleo transition.Returns the source kaleo node name of this kaleo transition.long
Returns the target kaleo node ID of this kaleo transition.Returns the target kaleo node name of this kaleo transition.long
Returns the user ID of this kaleo transition.Returns the user name of this kaleo transition.Returns the user uuid of this kaleo transition.boolean
Returnstrue
if this kaleo transition is default transition.void
persist()
void
void
prepareLocalizedFieldsForImport
(Locale defaultImportLocale) void
setCompanyId
(long companyId) Sets the company ID of this kaleo transition.void
setCreateDate
(Date createDate) Sets the create date of this kaleo transition.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this kaleo transition.void
setDefaultTransition
(boolean defaultTransition) Sets whether this kaleo transition is default transition.void
setDescription
(String description) Sets the description of this kaleo transition.void
setGroupId
(long groupId) Sets the group ID of this kaleo transition.void
setKaleoDefinitionId
(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo transition.void
setKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo transition.void
setKaleoNodeId
(long kaleoNodeId) Sets the kaleo node ID of this kaleo transition.void
setKaleoTransitionId
(long kaleoTransitionId) Sets the kaleo transition ID of this kaleo transition.void
Sets the label of this kaleo transition.void
Sets the localized label of this kaleo transition in the language.void
Sets the localized label of this kaleo transition in the language, and sets the default locale.void
setLabelCurrentLanguageId
(String languageId) void
setLabelMap
(Map<Locale, String> labelMap) Sets the localized labels of this kaleo transition from the map of locales and localized labels.void
setLabelMap
(Map<Locale, String> labelMap, Locale defaultLocale) Sets the localized labels of this kaleo transition from the map of locales and localized labels, and sets the default locale.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo transition.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo transition.void
Sets the name of this kaleo transition.void
setPrimaryKey
(long primaryKey) Sets the primary key of this kaleo transition.void
setSourceKaleoNodeId
(long sourceKaleoNodeId) Sets the source kaleo node ID of this kaleo transition.void
setSourceKaleoNodeName
(String sourceKaleoNodeName) Sets the source kaleo node name of this kaleo transition.void
setTargetKaleoNodeId
(long targetKaleoNodeId) Sets the target kaleo node ID of this kaleo transition.void
setTargetKaleoNodeName
(String targetKaleoNodeName) Sets the target kaleo node name of this kaleo transition.void
setUserId
(long userId) Sets the user ID of this kaleo transition.void
setUserName
(String userName) Sets the user name of this kaleo transition.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo transition.protected KaleoTransitionWrapper
wrap
(KaleoTransition kaleoTransition) 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
-
KaleoTransitionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTransition>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTransition>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTransition>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoTransitionModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIds
in interfaceKaleoTransitionModel
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo transition.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoTransitionModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo transition
-
getCreateDate
Returns the create date of this kaleo transition.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoTransitionModel
- Returns:
- the create date of this kaleo transition
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo transition.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTransition>
- Specified by:
getCtCollectionId
in interfaceKaleoTransitionModel
- Returns:
- the ct collection ID of this kaleo transition
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageId
in interfaceKaleoTransitionModel
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDefaultTransition
public boolean getDefaultTransition()Returns the default transition of this kaleo transition.- Specified by:
getDefaultTransition
in interfaceKaleoTransitionModel
- Returns:
- the default transition of this kaleo transition
-
getDescription
Returns the description of this kaleo transition.- Specified by:
getDescription
in interfaceKaleoTransitionModel
- Returns:
- the description of this kaleo transition
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo transition.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoTransitionModel
- Returns:
- the group ID of this kaleo transition
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo transition.- Specified by:
getKaleoDefinitionId
in interfaceKaleoTransitionModel
- Returns:
- the kaleo definition ID of this kaleo transition
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo transition.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoTransitionModel
- Returns:
- the kaleo definition version ID of this kaleo transition
-
getKaleoNodeId
public long getKaleoNodeId()Returns the kaleo node ID of this kaleo transition.- Specified by:
getKaleoNodeId
in interfaceKaleoTransitionModel
- Returns:
- the kaleo node ID of this kaleo transition
-
getKaleoTransitionId
public long getKaleoTransitionId()Returns the kaleo transition ID of this kaleo transition.- Specified by:
getKaleoTransitionId
in interfaceKaleoTransitionModel
- Returns:
- the kaleo transition ID of this kaleo transition
-
getLabel
Returns the label of this kaleo transition.- Specified by:
getLabel
in interfaceKaleoTransitionModel
- Returns:
- the label of this kaleo transition
-
getLabel
Returns the localized label of this kaleo transition in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getLabel
in interfaceKaleoTransitionModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized label of this kaleo transition
-
getLabel
Returns the localized label of this kaleo transition in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getLabel
in interfaceKaleoTransitionModel
- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized label of this kaleo transition. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getLabel
Returns the localized label of this kaleo transition in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getLabel
in interfaceKaleoTransitionModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized label of this kaleo transition
-
getLabel
Returns the localized label of this kaleo transition in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getLabel
in interfaceKaleoTransitionModel
- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized label of this kaleo transition
-
getLabelCurrentLanguageId
- Specified by:
getLabelCurrentLanguageId
in interfaceKaleoTransitionModel
-
getLabelCurrentValue
- Specified by:
getLabelCurrentValue
in interfaceKaleoTransitionModel
-
getLabelMap
Returns a map of the locales and localized labels of this kaleo transition.- Specified by:
getLabelMap
in interfaceKaleoTransitionModel
- Returns:
- the locales and localized labels of this kaleo transition
-
getModifiedDate
Returns the modified date of this kaleo transition.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoTransitionModel
- Returns:
- the modified date of this kaleo transition
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo transition.- Specified by:
getMvccVersion
in interfaceKaleoTransitionModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo transition
-
getName
Returns the name of this kaleo transition.- Specified by:
getName
in interfaceKaleoTransitionModel
- Returns:
- the name of this kaleo transition
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo transition.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTransition>
- Specified by:
getPrimaryKey
in interfaceKaleoTransitionModel
- Returns:
- the primary key of this kaleo transition
-
getSourceKaleoNode
- Specified by:
getSourceKaleoNode
in interfaceKaleoTransition
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSourceKaleoNodeId
public long getSourceKaleoNodeId()Returns the source kaleo node ID of this kaleo transition.- Specified by:
getSourceKaleoNodeId
in interfaceKaleoTransitionModel
- Returns:
- the source kaleo node ID of this kaleo transition
-
getSourceKaleoNodeName
Returns the source kaleo node name of this kaleo transition.- Specified by:
getSourceKaleoNodeName
in interfaceKaleoTransitionModel
- Returns:
- the source kaleo node name of this kaleo transition
-
getTargetKaleoNode
- Specified by:
getTargetKaleoNode
in interfaceKaleoTransition
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTargetKaleoNodeId
public long getTargetKaleoNodeId()Returns the target kaleo node ID of this kaleo transition.- Specified by:
getTargetKaleoNodeId
in interfaceKaleoTransitionModel
- Returns:
- the target kaleo node ID of this kaleo transition
-
getTargetKaleoNodeName
Returns the target kaleo node name of this kaleo transition.- Specified by:
getTargetKaleoNodeName
in interfaceKaleoTransitionModel
- Returns:
- the target kaleo node name of this kaleo transition
-
getUserId
public long getUserId()Returns the user ID of this kaleo transition.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoTransitionModel
- Returns:
- the user ID of this kaleo transition
-
getUserName
Returns the user name of this kaleo transition.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoTransitionModel
- Returns:
- the user name of this kaleo transition
-
getUserUuid
Returns the user uuid of this kaleo transition.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoTransitionModel
- Returns:
- the user uuid of this kaleo transition
-
isDefaultTransition
public boolean isDefaultTransition()Returnstrue
if this kaleo transition is default transition.- Specified by:
isDefaultTransition
in interfaceKaleoTransitionModel
- Returns:
true
if this kaleo transition is default transition;false
otherwise
-
persist
public void persist()- Specified by:
persist
in interfacecom.liferay.portal.kernel.model.PersistedModel
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImport
in interfaceKaleoTransitionModel
- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImport
in interfaceKaleoTransitionModel
- Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this kaleo transition.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoTransitionModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo transition
-
setCreateDate
Sets the create date of this kaleo transition.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoTransitionModel
- Parameters:
createDate
- the create date of this kaleo transition
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo transition.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTransition>
- Specified by:
setCtCollectionId
in interfaceKaleoTransitionModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo transition
-
setDefaultTransition
public void setDefaultTransition(boolean defaultTransition) Sets whether this kaleo transition is default transition.- Specified by:
setDefaultTransition
in interfaceKaleoTransitionModel
- Parameters:
defaultTransition
- the default transition of this kaleo transition
-
setDescription
Sets the description of this kaleo transition.- Specified by:
setDescription
in interfaceKaleoTransitionModel
- Parameters:
description
- the description of this kaleo transition
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo transition.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoTransitionModel
- Parameters:
groupId
- the group ID of this kaleo transition
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo transition.- Specified by:
setKaleoDefinitionId
in interfaceKaleoTransitionModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo transition
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo transition.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoTransitionModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo transition
-
setKaleoNodeId
public void setKaleoNodeId(long kaleoNodeId) Sets the kaleo node ID of this kaleo transition.- Specified by:
setKaleoNodeId
in interfaceKaleoTransitionModel
- Parameters:
kaleoNodeId
- the kaleo node ID of this kaleo transition
-
setKaleoTransitionId
public void setKaleoTransitionId(long kaleoTransitionId) Sets the kaleo transition ID of this kaleo transition.- Specified by:
setKaleoTransitionId
in interfaceKaleoTransitionModel
- Parameters:
kaleoTransitionId
- the kaleo transition ID of this kaleo transition
-
setLabel
Sets the label of this kaleo transition.- Specified by:
setLabel
in interfaceKaleoTransitionModel
- Parameters:
label
- the label of this kaleo transition
-
setLabel
Sets the localized label of this kaleo transition in the language.- Specified by:
setLabel
in interfaceKaleoTransitionModel
- Parameters:
label
- the localized label of this kaleo transitionlocale
- the locale of the language
-
setLabel
Sets the localized label of this kaleo transition in the language, and sets the default locale.- Specified by:
setLabel
in interfaceKaleoTransitionModel
- Parameters:
label
- the localized label of this kaleo transitionlocale
- the locale of the languagedefaultLocale
- the default locale
-
setLabelCurrentLanguageId
- Specified by:
setLabelCurrentLanguageId
in interfaceKaleoTransitionModel
-
setLabelMap
Sets the localized labels of this kaleo transition from the map of locales and localized labels.- Specified by:
setLabelMap
in interfaceKaleoTransitionModel
- Parameters:
labelMap
- the locales and localized labels of this kaleo transition
-
setLabelMap
Sets the localized labels of this kaleo transition from the map of locales and localized labels, and sets the default locale.- Specified by:
setLabelMap
in interfaceKaleoTransitionModel
- Parameters:
labelMap
- the locales and localized labels of this kaleo transitiondefaultLocale
- the default locale
-
setModifiedDate
Sets the modified date of this kaleo transition.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoTransitionModel
- Parameters:
modifiedDate
- the modified date of this kaleo transition
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo transition.- Specified by:
setMvccVersion
in interfaceKaleoTransitionModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo transition
-
setName
Sets the name of this kaleo transition.- Specified by:
setName
in interfaceKaleoTransitionModel
- Parameters:
name
- the name of this kaleo transition
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo transition.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTransition>
- Specified by:
setPrimaryKey
in interfaceKaleoTransitionModel
- Parameters:
primaryKey
- the primary key of this kaleo transition
-
setSourceKaleoNodeId
public void setSourceKaleoNodeId(long sourceKaleoNodeId) Sets the source kaleo node ID of this kaleo transition.- Specified by:
setSourceKaleoNodeId
in interfaceKaleoTransitionModel
- Parameters:
sourceKaleoNodeId
- the source kaleo node ID of this kaleo transition
-
setSourceKaleoNodeName
Sets the source kaleo node name of this kaleo transition.- Specified by:
setSourceKaleoNodeName
in interfaceKaleoTransitionModel
- Parameters:
sourceKaleoNodeName
- the source kaleo node name of this kaleo transition
-
setTargetKaleoNodeId
public void setTargetKaleoNodeId(long targetKaleoNodeId) Sets the target kaleo node ID of this kaleo transition.- Specified by:
setTargetKaleoNodeId
in interfaceKaleoTransitionModel
- Parameters:
targetKaleoNodeId
- the target kaleo node ID of this kaleo transition
-
setTargetKaleoNodeName
Sets the target kaleo node name of this kaleo transition.- Specified by:
setTargetKaleoNodeName
in interfaceKaleoTransitionModel
- Parameters:
targetKaleoNodeName
- the target kaleo node name of this kaleo transition
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo transition.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoTransitionModel
- Parameters:
userId
- the user ID of this kaleo transition
-
setUserName
Sets the user name of this kaleo transition.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoTransitionModel
- Parameters:
userName
- the user name of this kaleo transition
-
setUserUuid
Sets the user uuid of this kaleo transition.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoTransitionModel
- Parameters:
userUuid
- the user uuid of this kaleo transition
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoTransitionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTransition>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTransition>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTransition>
-