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
modelFields inherited from interface com.liferay.portal.workflow.kaleo.model.KaleoTransition
KALEO_TRANSITION_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]longReturns the company ID of this kaleo transition.Returns the create date of this kaleo transition.longReturns the ct collection ID of this kaleo transition.booleanReturns the default transition of this kaleo transition.Returns the description of this kaleo transition.longReturns the group ID of this kaleo transition.longReturns the kaleo definition ID of this kaleo transition.longReturns the kaleo definition version ID of this kaleo transition.longReturns the kaleo node ID of this kaleo transition.longReturns 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.longReturns the mvcc version of this kaleo transition.getName()Returns the name of this kaleo transition.longReturns the primary key of this kaleo transition.longReturns the source kaleo node ID of this kaleo transition.Returns the source kaleo node name of this kaleo transition.longReturns the target kaleo node ID of this kaleo transition.Returns the target kaleo node name of this kaleo transition.longReturns the user ID of this kaleo transition.Returns the user name of this kaleo transition.Returns the user uuid of this kaleo transition.booleanReturnstrueif this kaleo transition is default transition.voidpersist()voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetCompanyId(long companyId) Sets the company ID of this kaleo transition.voidsetCreateDate(Date createDate) Sets the create date of this kaleo transition.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo transition.voidsetDefaultTransition(boolean defaultTransition) Sets whether this kaleo transition is default transition.voidsetDescription(String description) Sets the description of this kaleo transition.voidsetGroupId(long groupId) Sets the group ID of this kaleo transition.voidsetKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo transition.voidsetKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo transition.voidsetKaleoNodeId(long kaleoNodeId) Sets the kaleo node ID of this kaleo transition.voidsetKaleoTransitionId(long kaleoTransitionId) Sets the kaleo transition ID of this kaleo transition.voidSets the label of this kaleo transition.voidSets the localized label of this kaleo transition in the language.voidSets the localized label of this kaleo transition in the language, and sets the default locale.voidsetLabelCurrentLanguageId(String languageId) voidsetLabelMap(Map<Locale, String> labelMap) Sets the localized labels of this kaleo transition from the map of locales and localized labels.voidsetLabelMap(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.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this kaleo transition.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo transition.voidSets the name of this kaleo transition.voidsetPrimaryKey(long primaryKey) Sets the primary key of this kaleo transition.voidsetSourceKaleoNodeId(long sourceKaleoNodeId) Sets the source kaleo node ID of this kaleo transition.voidsetSourceKaleoNodeName(String sourceKaleoNodeName) Sets the source kaleo node name of this kaleo transition.voidsetTargetKaleoNodeId(long targetKaleoNodeId) Sets the target kaleo node ID of this kaleo transition.voidsetTargetKaleoNodeName(String targetKaleoNodeName) Sets the target kaleo node name of this kaleo transition.voidsetUserId(long userId) Sets the user ID of this kaleo transition.voidsetUserName(String userName) Sets the user name of this kaleo transition.voidsetUserUuid(String userUuid) Sets the user uuid of this kaleo transition.protected KaleoTransitionWrapperwrap(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, 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
-
KaleoTransitionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTransition>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTransition>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTransition>- Specified by:
cloneWithOriginalValuesin interfaceKaleoTransitionModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfaceKaleoTransitionModel- Specified by:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo transition.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfaceKaleoTransitionModel- Specified by:
getCompanyIdin 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:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfaceKaleoTransitionModel- Returns:
- the create date of this kaleo transition
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo transition.- Specified by:
getCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTransition>- Specified by:
getCtCollectionIdin interfaceKaleoTransitionModel- Returns:
- the ct collection ID of this kaleo transition
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfaceKaleoTransitionModel- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDefaultTransition
public boolean getDefaultTransition()Returns the default transition of this kaleo transition.- Specified by:
getDefaultTransitionin interfaceKaleoTransitionModel- Returns:
- the default transition of this kaleo transition
-
getDescription
Returns the description of this kaleo transition.- Specified by:
getDescriptionin interfaceKaleoTransitionModel- Returns:
- the description of this kaleo transition
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo transition.- Specified by:
getGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
getGroupIdin interfaceKaleoTransitionModel- Returns:
- the group ID of this kaleo transition
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo transition.- Specified by:
getKaleoDefinitionIdin 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:
getKaleoDefinitionVersionIdin 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:
getKaleoNodeIdin 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:
getKaleoTransitionIdin interfaceKaleoTransitionModel- Returns:
- the kaleo transition ID of this kaleo transition
-
getLabel
Returns the label of this kaleo transition.- Specified by:
getLabelin 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:
getLabelin 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:
getLabelin 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
useDefaultisfalseand 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:
getLabelin 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:
getLabelin 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:
getLabelCurrentLanguageIdin interfaceKaleoTransitionModel
-
getLabelCurrentValue
- Specified by:
getLabelCurrentValuein interfaceKaleoTransitionModel
-
getLabelMap
Returns a map of the locales and localized labels of this kaleo transition.- Specified by:
getLabelMapin interfaceKaleoTransitionModel- Returns:
- the locales and localized labels of this kaleo transition
-
getModifiedDate
Returns the modified date of this kaleo transition.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfaceKaleoTransitionModel- Returns:
- the modified date of this kaleo transition
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo transition.- Specified by:
getMvccVersionin interfaceKaleoTransitionModel- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Returns:
- the mvcc version of this kaleo transition
-
getName
Returns the name of this kaleo transition.- Specified by:
getNamein interfaceKaleoTransitionModel- Returns:
- the name of this kaleo transition
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo transition.- Specified by:
getPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTransition>- Specified by:
getPrimaryKeyin interfaceKaleoTransitionModel- Returns:
- the primary key of this kaleo transition
-
getSourceKaleoNode
- Specified by:
getSourceKaleoNodein interfaceKaleoTransition- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getSourceKaleoNodeId
public long getSourceKaleoNodeId()Returns the source kaleo node ID of this kaleo transition.- Specified by:
getSourceKaleoNodeIdin interfaceKaleoTransitionModel- Returns:
- the source kaleo node ID of this kaleo transition
-
getSourceKaleoNodeName
Returns the source kaleo node name of this kaleo transition.- Specified by:
getSourceKaleoNodeNamein interfaceKaleoTransitionModel- Returns:
- the source kaleo node name of this kaleo transition
-
getTargetKaleoNode
- Specified by:
getTargetKaleoNodein interfaceKaleoTransition- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getTargetKaleoNodeId
public long getTargetKaleoNodeId()Returns the target kaleo node ID of this kaleo transition.- Specified by:
getTargetKaleoNodeIdin interfaceKaleoTransitionModel- Returns:
- the target kaleo node ID of this kaleo transition
-
getTargetKaleoNodeName
Returns the target kaleo node name of this kaleo transition.- Specified by:
getTargetKaleoNodeNamein 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:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceKaleoTransitionModel- Returns:
- the user ID of this kaleo transition
-
getUserName
Returns the user name of this kaleo transition.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceKaleoTransitionModel- Returns:
- the user name of this kaleo transition
-
getUserUuid
Returns the user uuid of this kaleo transition.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceKaleoTransitionModel- Returns:
- the user uuid of this kaleo transition
-
isDefaultTransition
public boolean isDefaultTransition()Returnstrueif this kaleo transition is default transition.- Specified by:
isDefaultTransitionin interfaceKaleoTransitionModel- Returns:
trueif this kaleo transition is default transition;falseotherwise
-
persist
public void persist()- Specified by:
persistin interfacecom.liferay.portal.kernel.model.PersistedModel
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport() throws com.liferay.portal.kernel.exception.LocaleException- Specified by:
prepareLocalizedFieldsForImportin interfaceKaleoTransitionModel- Specified by:
prepareLocalizedFieldsForImportin 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:
prepareLocalizedFieldsForImportin interfaceKaleoTransitionModel- Specified by:
prepareLocalizedFieldsForImportin 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:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfaceKaleoTransitionModel- Specified by:
setCompanyIdin 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:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTransition>- Specified by:
setCtCollectionIdin 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:
setDefaultTransitionin interfaceKaleoTransitionModel- Parameters:
defaultTransition- the default transition of this kaleo transition
-
setDescription
Sets the description of this kaleo transition.- Specified by:
setDescriptionin 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:
setGroupIdin interfacecom.liferay.portal.kernel.model.GroupedModel- Specified by:
setGroupIdin 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:
setKaleoDefinitionIdin 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:
setKaleoDefinitionVersionIdin 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:
setKaleoNodeIdin 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:
setKaleoTransitionIdin interfaceKaleoTransitionModel- Parameters:
kaleoTransitionId- the kaleo transition ID of this kaleo transition
-
setLabel
Sets the label of this kaleo transition.- Specified by:
setLabelin interfaceKaleoTransitionModel- Parameters:
label- the label of this kaleo transition
-
setLabel
Sets the localized label of this kaleo transition in the language.- Specified by:
setLabelin 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:
setLabelin interfaceKaleoTransitionModel- Parameters:
label- the localized label of this kaleo transitionlocale- the locale of the languagedefaultLocale- the default locale
-
setLabelCurrentLanguageId
- Specified by:
setLabelCurrentLanguageIdin interfaceKaleoTransitionModel
-
setLabelMap
Sets the localized labels of this kaleo transition from the map of locales and localized labels.- Specified by:
setLabelMapin 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:
setLabelMapin 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:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceKaleoTransitionModel- Specified by:
setMvccVersionin 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:
setNamein 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:
setPrimaryKeyin interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoTransition>- Specified by:
setPrimaryKeyin 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:
setSourceKaleoNodeIdin 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:
setSourceKaleoNodeNamein 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:
setTargetKaleoNodeIdin 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:
setTargetKaleoNodeNamein 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:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceKaleoTransitionModel- Parameters:
userId- the user ID of this kaleo transition
-
setUserName
Sets the user name of this kaleo transition.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceKaleoTransitionModel- Parameters:
userName- the user name of this kaleo transition
-
setUserUuid
Sets the user uuid of this kaleo transition.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceKaleoTransitionModel- Parameters:
userUuid- the user uuid of this kaleo transition
-
toXmlString
- Specified by:
toXmlStringin interfaceKaleoTransitionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTransition>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfacecom.liferay.portal.kernel.model.BaseModel<KaleoTransition>
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoTransition>
-