Class KaleoDefinitionVersionWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoDefinitionVersion>
com.liferay.portal.workflow.kaleo.model.KaleoDefinitionVersionWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<KaleoDefinitionVersion>
,com.liferay.portal.kernel.model.change.tracking.CTModel<KaleoDefinitionVersion>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.ModelWrapper<KaleoDefinitionVersion>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.WorkflowedModel
,KaleoDefinitionVersion
,KaleoDefinitionVersionModel
,Serializable
,Cloneable
,Comparable<KaleoDefinitionVersion>
public class KaleoDefinitionVersionWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoDefinitionVersion>
implements KaleoDefinitionVersion, com.liferay.portal.kernel.model.ModelWrapper<KaleoDefinitionVersion>
This class is a wrapper for KaleoDefinitionVersion
.
- 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.KaleoDefinitionVersion
KALEO_DEFINITION_VERSION_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionKaleoDefinitionVersionWrapper
(KaleoDefinitionVersion kaleoDefinitionVersion) -
Method Summary
Modifier and TypeMethodDescriptionString[]
long
Returns the company ID of this kaleo definition version.Returns the content of this kaleo definition version.Returns the create date of this kaleo definition version.long
Returns the ct collection ID of this kaleo definition version.Returns the description of this kaleo definition version.long
Returns the group ID of this kaleo definition version.long
Returns the kaleo definition ID of this kaleo definition version.long
Returns the kaleo definition version ID of this kaleo definition version.Returns the modified date of this kaleo definition version.long
Returns the mvcc version of this kaleo definition version.getName()
Returns the name of this kaleo definition version.long
Returns the primary key of this kaleo definition version.long
Returns the start kaleo node ID of this kaleo definition version.int
Returns the status of this kaleo definition version.long
Returns the status by user ID of this kaleo definition version.Returns the status by user name of this kaleo definition version.Returns the status by user uuid of this kaleo definition version.Returns the status date of this kaleo definition version.getTitle()
Returns the title of this kaleo definition version.Returns the localized title of this kaleo definition version in the language.Returns the localized title of this kaleo definition version in the language, optionally using the default language if no localization exists for the requested language.Returns the localized title of this kaleo definition version in the language.Returns the localized title of this kaleo definition version in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized titles of this kaleo definition version.long
Returns the user ID of this kaleo definition version.Returns the user name of this kaleo definition version.Returns the user uuid of this kaleo definition version.Returns the version of this kaleo definition version.boolean
Returnstrue
if this kaleo definition version is approved.boolean
isDenied()
Returnstrue
if this kaleo definition version is denied.boolean
isDraft()
Returnstrue
if this kaleo definition version is a draft.boolean
Returnstrue
if this kaleo definition version is expired.boolean
Returnstrue
if this kaleo definition version is inactive.boolean
Returnstrue
if this kaleo definition version is incomplete.boolean
Returnstrue
if this kaleo definition version is pending.boolean
Returnstrue
if this kaleo definition version is scheduled.void
persist()
void
void
prepareLocalizedFieldsForImport
(Locale defaultImportLocale) void
setCompanyId
(long companyId) Sets the company ID of this kaleo definition version.void
setContent
(String content) Sets the content of this kaleo definition version.void
setCreateDate
(Date createDate) Sets the create date of this kaleo definition version.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this kaleo definition version.void
setDescription
(String description) Sets the description of this kaleo definition version.void
setGroupId
(long groupId) Sets the group ID of this kaleo definition version.void
setKaleoDefinitionId
(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo definition version.void
setKaleoDefinitionVersionId
(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo definition version.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this kaleo definition version.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this kaleo definition version.void
Sets the name of this kaleo definition version.void
setPrimaryKey
(long primaryKey) Sets the primary key of this kaleo definition version.void
setStartKaleoNodeId
(long startKaleoNodeId) Sets the start kaleo node ID of this kaleo definition version.void
setStatus
(int status) Sets the status of this kaleo definition version.void
setStatusByUserId
(long statusByUserId) Sets the status by user ID of this kaleo definition version.void
setStatusByUserName
(String statusByUserName) Sets the status by user name of this kaleo definition version.void
setStatusByUserUuid
(String statusByUserUuid) Sets the status by user uuid of this kaleo definition version.void
setStatusDate
(Date statusDate) Sets the status date of this kaleo definition version.void
Sets the title of this kaleo definition version.void
Sets the localized title of this kaleo definition version in the language.void
Sets the localized title of this kaleo definition version in the language, and sets the default locale.void
setTitleCurrentLanguageId
(String languageId) void
setTitleMap
(Map<Locale, String> titleMap) Sets the localized titles of this kaleo definition version from the map of locales and localized titles.void
setTitleMap
(Map<Locale, String> titleMap, Locale defaultLocale) Sets the localized titles of this kaleo definition version from the map of locales and localized titles, and sets the default locale.void
setUserId
(long userId) Sets the user ID of this kaleo definition version.void
setUserName
(String userName) Sets the user name of this kaleo definition version.void
setUserUuid
(String userUuid) Sets the user uuid of this kaleo definition version.void
setVersion
(String version) Sets the version of this kaleo definition version.protected KaleoDefinitionVersionWrapper
wrap
(KaleoDefinitionVersion kaleoDefinitionVersion) 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
-
KaleoDefinitionVersionWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoDefinitionVersion>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoDefinitionVersion>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoDefinitionVersion>
- Specified by:
cloneWithOriginalValues
in interfaceKaleoDefinitionVersionModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIds
in interfaceKaleoDefinitionVersionModel
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this kaleo definition version.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceKaleoDefinitionVersionModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Returns:
- the company ID of this kaleo definition version
-
getContent
Returns the content of this kaleo definition version.- Specified by:
getContent
in interfaceKaleoDefinitionVersionModel
- Returns:
- the content of this kaleo definition version
-
getContentAsXML
- Specified by:
getContentAsXML
in interfaceKaleoDefinitionVersion
-
getCreateDate
Returns the create date of this kaleo definition version.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceKaleoDefinitionVersionModel
- Returns:
- the create date of this kaleo definition version
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this kaleo definition version.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoDefinitionVersion>
- Specified by:
getCtCollectionId
in interfaceKaleoDefinitionVersionModel
- Returns:
- the ct collection ID of this kaleo definition version
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageId
in interfaceKaleoDefinitionVersionModel
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LocalizedModel
-
getDescription
Returns the description of this kaleo definition version.- Specified by:
getDescription
in interfaceKaleoDefinitionVersionModel
- Returns:
- the description of this kaleo definition version
-
getGroupId
public long getGroupId()Returns the group ID of this kaleo definition version.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceKaleoDefinitionVersionModel
- Returns:
- the group ID of this kaleo definition version
-
getKaleoDefinition
public KaleoDefinition getKaleoDefinition() throws com.liferay.portal.kernel.exception.PortalException- Specified by:
getKaleoDefinition
in interfaceKaleoDefinitionVersion
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getKaleoDefinitionId
public long getKaleoDefinitionId()Returns the kaleo definition ID of this kaleo definition version.- Specified by:
getKaleoDefinitionId
in interfaceKaleoDefinitionVersionModel
- Returns:
- the kaleo definition ID of this kaleo definition version
-
getKaleoDefinitionVersionId
public long getKaleoDefinitionVersionId()Returns the kaleo definition version ID of this kaleo definition version.- Specified by:
getKaleoDefinitionVersionId
in interfaceKaleoDefinitionVersionModel
- Returns:
- the kaleo definition version ID of this kaleo definition version
-
getKaleoStartNode
- Specified by:
getKaleoStartNode
in interfaceKaleoDefinitionVersion
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getModifiedDate
Returns the modified date of this kaleo definition version.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceKaleoDefinitionVersionModel
- Returns:
- the modified date of this kaleo definition version
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this kaleo definition version.- Specified by:
getMvccVersion
in interfaceKaleoDefinitionVersionModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Returns:
- the mvcc version of this kaleo definition version
-
getName
Returns the name of this kaleo definition version.- Specified by:
getName
in interfaceKaleoDefinitionVersionModel
- Returns:
- the name of this kaleo definition version
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this kaleo definition version.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoDefinitionVersion>
- Specified by:
getPrimaryKey
in interfaceKaleoDefinitionVersionModel
- Returns:
- the primary key of this kaleo definition version
-
getStartKaleoNodeId
public long getStartKaleoNodeId()Returns the start kaleo node ID of this kaleo definition version.- Specified by:
getStartKaleoNodeId
in interfaceKaleoDefinitionVersionModel
- Returns:
- the start kaleo node ID of this kaleo definition version
-
getStatus
public int getStatus()Returns the status of this kaleo definition version.- Specified by:
getStatus
in interfaceKaleoDefinitionVersionModel
- Specified by:
getStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status of this kaleo definition version
-
getStatusByUserId
public long getStatusByUserId()Returns the status by user ID of this kaleo definition version.- Specified by:
getStatusByUserId
in interfaceKaleoDefinitionVersionModel
- Specified by:
getStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user ID of this kaleo definition version
-
getStatusByUserName
Returns the status by user name of this kaleo definition version.- Specified by:
getStatusByUserName
in interfaceKaleoDefinitionVersionModel
- Specified by:
getStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user name of this kaleo definition version
-
getStatusByUserUuid
Returns the status by user uuid of this kaleo definition version.- Specified by:
getStatusByUserUuid
in interfaceKaleoDefinitionVersionModel
- Specified by:
getStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status by user uuid of this kaleo definition version
-
getStatusDate
Returns the status date of this kaleo definition version.- Specified by:
getStatusDate
in interfaceKaleoDefinitionVersionModel
- Specified by:
getStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
- the status date of this kaleo definition version
-
getTitle
Returns the title of this kaleo definition version.- Specified by:
getTitle
in interfaceKaleoDefinitionVersionModel
- Returns:
- the title of this kaleo definition version
-
getTitle
Returns the localized title of this kaleo definition version in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getTitle
in interfaceKaleoDefinitionVersionModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized title of this kaleo definition version
-
getTitle
Returns the localized title of this kaleo definition version in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getTitle
in interfaceKaleoDefinitionVersionModel
- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized title of this kaleo definition version. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getTitle
Returns the localized title of this kaleo definition version in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getTitle
in interfaceKaleoDefinitionVersionModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized title of this kaleo definition version
-
getTitle
Returns the localized title of this kaleo definition version in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getTitle
in interfaceKaleoDefinitionVersionModel
- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized title of this kaleo definition version
-
getTitleCurrentLanguageId
- Specified by:
getTitleCurrentLanguageId
in interfaceKaleoDefinitionVersionModel
-
getTitleCurrentValue
- Specified by:
getTitleCurrentValue
in interfaceKaleoDefinitionVersionModel
-
getTitleMap
Returns a map of the locales and localized titles of this kaleo definition version.- Specified by:
getTitleMap
in interfaceKaleoDefinitionVersionModel
- Returns:
- the locales and localized titles of this kaleo definition version
-
getUserId
public long getUserId()Returns the user ID of this kaleo definition version.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceKaleoDefinitionVersionModel
- Returns:
- the user ID of this kaleo definition version
-
getUserName
Returns the user name of this kaleo definition version.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceKaleoDefinitionVersionModel
- Returns:
- the user name of this kaleo definition version
-
getUserUuid
Returns the user uuid of this kaleo definition version.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceKaleoDefinitionVersionModel
- Returns:
- the user uuid of this kaleo definition version
-
getVersion
Returns the version of this kaleo definition version.- Specified by:
getVersion
in interfaceKaleoDefinitionVersionModel
- Returns:
- the version of this kaleo definition version
-
isApproved
public boolean isApproved()Returnstrue
if this kaleo definition version is approved.- Specified by:
isApproved
in interfaceKaleoDefinitionVersionModel
- Specified by:
isApproved
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this kaleo definition version is approved;false
otherwise
-
isDenied
public boolean isDenied()Returnstrue
if this kaleo definition version is denied.- Specified by:
isDenied
in interfaceKaleoDefinitionVersionModel
- Specified by:
isDenied
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this kaleo definition version is denied;false
otherwise
-
isDraft
public boolean isDraft()Returnstrue
if this kaleo definition version is a draft.- Specified by:
isDraft
in interfaceKaleoDefinitionVersionModel
- Specified by:
isDraft
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this kaleo definition version is a draft;false
otherwise
-
isExpired
public boolean isExpired()Returnstrue
if this kaleo definition version is expired.- Specified by:
isExpired
in interfaceKaleoDefinitionVersionModel
- Specified by:
isExpired
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this kaleo definition version is expired;false
otherwise
-
isInactive
public boolean isInactive()Returnstrue
if this kaleo definition version is inactive.- Specified by:
isInactive
in interfaceKaleoDefinitionVersionModel
- Specified by:
isInactive
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this kaleo definition version is inactive;false
otherwise
-
isIncomplete
public boolean isIncomplete()Returnstrue
if this kaleo definition version is incomplete.- Specified by:
isIncomplete
in interfaceKaleoDefinitionVersionModel
- Specified by:
isIncomplete
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this kaleo definition version is incomplete;false
otherwise
-
isPending
public boolean isPending()Returnstrue
if this kaleo definition version is pending.- Specified by:
isPending
in interfaceKaleoDefinitionVersionModel
- Specified by:
isPending
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this kaleo definition version is pending;false
otherwise
-
isScheduled
public boolean isScheduled()Returnstrue
if this kaleo definition version is scheduled.- Specified by:
isScheduled
in interfaceKaleoDefinitionVersionModel
- Specified by:
isScheduled
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Returns:
true
if this kaleo definition version is scheduled;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 interfaceKaleoDefinitionVersionModel
- 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 interfaceKaleoDefinitionVersionModel
- 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 definition version.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceKaleoDefinitionVersionModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Parameters:
companyId
- the company ID of this kaleo definition version
-
setContent
Sets the content of this kaleo definition version.- Specified by:
setContent
in interfaceKaleoDefinitionVersionModel
- Parameters:
content
- the content of this kaleo definition version
-
setCreateDate
Sets the create date of this kaleo definition version.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceKaleoDefinitionVersionModel
- Parameters:
createDate
- the create date of this kaleo definition version
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this kaleo definition version.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoDefinitionVersion>
- Specified by:
setCtCollectionId
in interfaceKaleoDefinitionVersionModel
- Parameters:
ctCollectionId
- the ct collection ID of this kaleo definition version
-
setDescription
Sets the description of this kaleo definition version.- Specified by:
setDescription
in interfaceKaleoDefinitionVersionModel
- Parameters:
description
- the description of this kaleo definition version
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this kaleo definition version.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceKaleoDefinitionVersionModel
- Parameters:
groupId
- the group ID of this kaleo definition version
-
setKaleoDefinitionId
public void setKaleoDefinitionId(long kaleoDefinitionId) Sets the kaleo definition ID of this kaleo definition version.- Specified by:
setKaleoDefinitionId
in interfaceKaleoDefinitionVersionModel
- Parameters:
kaleoDefinitionId
- the kaleo definition ID of this kaleo definition version
-
setKaleoDefinitionVersionId
public void setKaleoDefinitionVersionId(long kaleoDefinitionVersionId) Sets the kaleo definition version ID of this kaleo definition version.- Specified by:
setKaleoDefinitionVersionId
in interfaceKaleoDefinitionVersionModel
- Parameters:
kaleoDefinitionVersionId
- the kaleo definition version ID of this kaleo definition version
-
setModifiedDate
Sets the modified date of this kaleo definition version.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceKaleoDefinitionVersionModel
- Parameters:
modifiedDate
- the modified date of this kaleo definition version
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this kaleo definition version.- Specified by:
setMvccVersion
in interfaceKaleoDefinitionVersionModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Parameters:
mvccVersion
- the mvcc version of this kaleo definition version
-
setName
Sets the name of this kaleo definition version.- Specified by:
setName
in interfaceKaleoDefinitionVersionModel
- Parameters:
name
- the name of this kaleo definition version
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this kaleo definition version.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<KaleoDefinitionVersion>
- Specified by:
setPrimaryKey
in interfaceKaleoDefinitionVersionModel
- Parameters:
primaryKey
- the primary key of this kaleo definition version
-
setStartKaleoNodeId
public void setStartKaleoNodeId(long startKaleoNodeId) Sets the start kaleo node ID of this kaleo definition version.- Specified by:
setStartKaleoNodeId
in interfaceKaleoDefinitionVersionModel
- Parameters:
startKaleoNodeId
- the start kaleo node ID of this kaleo definition version
-
setStatus
public void setStatus(int status) Sets the status of this kaleo definition version.- Specified by:
setStatus
in interfaceKaleoDefinitionVersionModel
- Specified by:
setStatus
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
status
- the status of this kaleo definition version
-
setStatusByUserId
public void setStatusByUserId(long statusByUserId) Sets the status by user ID of this kaleo definition version.- Specified by:
setStatusByUserId
in interfaceKaleoDefinitionVersionModel
- Specified by:
setStatusByUserId
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserId
- the status by user ID of this kaleo definition version
-
setStatusByUserName
Sets the status by user name of this kaleo definition version.- Specified by:
setStatusByUserName
in interfaceKaleoDefinitionVersionModel
- Specified by:
setStatusByUserName
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserName
- the status by user name of this kaleo definition version
-
setStatusByUserUuid
Sets the status by user uuid of this kaleo definition version.- Specified by:
setStatusByUserUuid
in interfaceKaleoDefinitionVersionModel
- Specified by:
setStatusByUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusByUserUuid
- the status by user uuid of this kaleo definition version
-
setStatusDate
Sets the status date of this kaleo definition version.- Specified by:
setStatusDate
in interfaceKaleoDefinitionVersionModel
- Specified by:
setStatusDate
in interfacecom.liferay.portal.kernel.model.WorkflowedModel
- Parameters:
statusDate
- the status date of this kaleo definition version
-
setTitle
Sets the title of this kaleo definition version.- Specified by:
setTitle
in interfaceKaleoDefinitionVersionModel
- Parameters:
title
- the title of this kaleo definition version
-
setTitle
Sets the localized title of this kaleo definition version in the language.- Specified by:
setTitle
in interfaceKaleoDefinitionVersionModel
- Parameters:
title
- the localized title of this kaleo definition versionlocale
- the locale of the language
-
setTitle
Sets the localized title of this kaleo definition version in the language, and sets the default locale.- Specified by:
setTitle
in interfaceKaleoDefinitionVersionModel
- Parameters:
title
- the localized title of this kaleo definition versionlocale
- the locale of the languagedefaultLocale
- the default locale
-
setTitleCurrentLanguageId
- Specified by:
setTitleCurrentLanguageId
in interfaceKaleoDefinitionVersionModel
-
setTitleMap
Sets the localized titles of this kaleo definition version from the map of locales and localized titles.- Specified by:
setTitleMap
in interfaceKaleoDefinitionVersionModel
- Parameters:
titleMap
- the locales and localized titles of this kaleo definition version
-
setTitleMap
Sets the localized titles of this kaleo definition version from the map of locales and localized titles, and sets the default locale.- Specified by:
setTitleMap
in interfaceKaleoDefinitionVersionModel
- Parameters:
titleMap
- the locales and localized titles of this kaleo definition versiondefaultLocale
- the default locale
-
setUserId
public void setUserId(long userId) Sets the user ID of this kaleo definition version.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceKaleoDefinitionVersionModel
- Parameters:
userId
- the user ID of this kaleo definition version
-
setUserName
Sets the user name of this kaleo definition version.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceKaleoDefinitionVersionModel
- Parameters:
userName
- the user name of this kaleo definition version
-
setUserUuid
Sets the user uuid of this kaleo definition version.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceKaleoDefinitionVersionModel
- Parameters:
userUuid
- the user uuid of this kaleo definition version
-
setVersion
Sets the version of this kaleo definition version.- Specified by:
setVersion
in interfaceKaleoDefinitionVersionModel
- Parameters:
version
- the version of this kaleo definition version
-
toXmlString
- Specified by:
toXmlString
in interfaceKaleoDefinitionVersionModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoDefinitionVersion>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<KaleoDefinitionVersion>
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<KaleoDefinitionVersion>
-