Package com.liferay.segments.model
Class SegmentsExperienceWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SegmentsExperience>
com.liferay.segments.model.SegmentsExperienceWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<SegmentsExperience>
,com.liferay.portal.kernel.model.change.tracking.CTModel<SegmentsExperience>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.LocalizedModel
,com.liferay.portal.kernel.model.ModelWrapper<SegmentsExperience>
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.PersistedModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedGroupedModel
,com.liferay.portal.kernel.model.StagedModel
,SegmentsExperience
,SegmentsExperienceModel
,Serializable
,Cloneable
,Comparable<SegmentsExperience>
public class SegmentsExperienceWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SegmentsExperience>
implements com.liferay.portal.kernel.model.ModelWrapper<SegmentsExperience>, SegmentsExperience
This class is a wrapper for SegmentsExperience
.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.segments.model.SegmentsExperience
SEGMENTS_EXPERIENCE_ID_ACCESSOR
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the active of this segments experience.String[]
long
Returns the company ID of this segments experience.Returns the create date of this segments experience.long
Returns the ct collection ID of this segments experience.Returns the external reference code of this segments experience.long
Returns the group ID of this segments experience.Returns the last publish date of this segments experience.Returns the modified date of this segments experience.long
Returns the mvcc version of this segments experience.getName()
Returns the name of this segments experience.Returns the localized name of this segments experience in the language.Returns the localized name of this segments experience in the language, optionally using the default language if no localization exists for the requested language.Returns the localized name of this segments experience in the language.Returns the localized name of this segments experience in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized names of this segments experience.long
getPlid()
Returns the plid of this segments experience.long
Returns the primary key of this segments experience.int
Returns the priority of this segments experience.long
Returns the segments entry ID of this segments experience.long
Returns the segments experience ID of this segments experience.Returns the segments experience key of this segments experience.com.liferay.exportimport.kernel.lar.StagedModelType
Returns the type settings of this segments experience.com.liferay.portal.kernel.util.UnicodeProperties
long
Returns the user ID of this segments experience.Returns the user name of this segments experience.Returns the user uuid of this segments experience.getUuid()
Returns the uuid of this segments experience.boolean
boolean
isActive()
Returnstrue
if this segments experience is active.void
persist()
void
void
prepareLocalizedFieldsForImport
(Locale defaultImportLocale) void
setActive
(boolean active) Sets whether this segments experience is active.void
setCompanyId
(long companyId) Sets the company ID of this segments experience.void
setCreateDate
(Date createDate) Sets the create date of this segments experience.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this segments experience.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this segments experience.void
setGroupId
(long groupId) Sets the group ID of this segments experience.void
setLastPublishDate
(Date lastPublishDate) Sets the last publish date of this segments experience.void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) Sets the modified date of this segments experience.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this segments experience.void
Sets the name of this segments experience.void
Sets the localized name of this segments experience in the language.void
Sets the localized name of this segments experience in the language, and sets the default locale.void
setNameCurrentLanguageId
(String languageId) void
setNameMap
(Map<Locale, String> nameMap) Sets the localized names of this segments experience from the map of locales and localized names.void
setNameMap
(Map<Locale, String> nameMap, Locale defaultLocale) Sets the localized names of this segments experience from the map of locales and localized names, and sets the default locale.void
setPlid
(long plid) Sets the plid of this segments experience.void
setPrimaryKey
(long primaryKey) Sets the primary key of this segments experience.void
setPriority
(int priority) Sets the priority of this segments experience.void
setSegmentsEntryId
(long segmentsEntryId) Sets the segments entry ID of this segments experience.void
setSegmentsExperienceId
(long segmentsExperienceId) Sets the segments experience ID of this segments experience.void
setSegmentsExperienceKey
(String segmentsExperienceKey) Sets the segments experience key of this segments experience.void
setTypeSettings
(String typeSettings) Sets the type settings of this segments experience.void
setTypeSettingsUnicodeProperties
(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) void
setUserId
(long userId) Sets the user ID of this segments experience.void
setUserName
(String userName) Sets the user name of this segments experience.void
setUserUuid
(String userUuid) Sets the user uuid of this segments experience.void
Sets the uuid of this segments experience.protected SegmentsExperienceWrapper
wrap
(SegmentsExperience segmentsExperience) 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
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
SegmentsExperienceWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<SegmentsExperience>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<SegmentsExperience>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<SegmentsExperience>
- Specified by:
cloneWithOriginalValues
in interfaceSegmentsExperienceModel
-
getActive
public boolean getActive()Returns the active of this segments experience.- Specified by:
getActive
in interfaceSegmentsExperienceModel
- Returns:
- the active of this segments experience
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIds
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Specified by:
getAvailableLanguageIds
in interfaceSegmentsExperienceModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this segments experience.- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfaceSegmentsExperienceModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the company ID of this segments experience
-
getCreateDate
Returns the create date of this segments experience.- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfaceSegmentsExperienceModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the create date of this segments experience
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this segments experience.- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<SegmentsExperience>
- Specified by:
getCtCollectionId
in interfaceSegmentsExperienceModel
- Returns:
- the ct collection ID of this segments experience
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageId
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Specified by:
getDefaultLanguageId
in interfaceSegmentsExperienceModel
-
getExternalReferenceCode
Returns the external reference code of this segments experience.- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
getExternalReferenceCode
in interfaceSegmentsExperienceModel
- Returns:
- the external reference code of this segments experience
-
getGroupId
public long getGroupId()Returns the group ID of this segments experience.- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfaceSegmentsExperienceModel
- Returns:
- the group ID of this segments experience
-
getLastPublishDate
Returns the last publish date of this segments experience.- Specified by:
getLastPublishDate
in interfaceSegmentsExperienceModel
- Specified by:
getLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Returns:
- the last publish date of this segments experience
-
getModifiedDate
Returns the modified date of this segments experience.- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfaceSegmentsExperienceModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the modified date of this segments experience
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this segments experience.- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfaceSegmentsExperienceModel
- Returns:
- the mvcc version of this segments experience
-
getName
Returns the name of this segments experience.- Specified by:
getName
in interfaceSegmentsExperienceModel
- Returns:
- the name of this segments experience
-
getName
Returns the localized name of this segments experience in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceSegmentsExperienceModel
- Parameters:
locale
- the locale of the language- Returns:
- the localized name of this segments experience
-
getName
Returns the localized name of this segments experience in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceSegmentsExperienceModel
- Parameters:
locale
- the local of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized name of this segments experience. If
useDefault
isfalse
and no localization exists for the requested language, an empty string will be returned.
-
getName
Returns the localized name of this segments experience in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceSegmentsExperienceModel
- Parameters:
languageId
- the ID of the language- Returns:
- the localized name of this segments experience
-
getName
Returns the localized name of this segments experience in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getName
in interfaceSegmentsExperienceModel
- Parameters:
languageId
- the ID of the languageuseDefault
- whether to use the default language if no localization exists for the requested language- Returns:
- the localized name of this segments experience
-
getNameCurrentLanguageId
- Specified by:
getNameCurrentLanguageId
in interfaceSegmentsExperienceModel
-
getNameCurrentValue
- Specified by:
getNameCurrentValue
in interfaceSegmentsExperienceModel
-
getNameMap
Returns a map of the locales and localized names of this segments experience.- Specified by:
getNameMap
in interfaceSegmentsExperienceModel
- Returns:
- the locales and localized names of this segments experience
-
getPlid
public long getPlid()Returns the plid of this segments experience.- Specified by:
getPlid
in interfaceSegmentsExperienceModel
- Returns:
- the plid of this segments experience
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this segments experience.- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<SegmentsExperience>
- Specified by:
getPrimaryKey
in interfaceSegmentsExperienceModel
- Returns:
- the primary key of this segments experience
-
getPriority
public int getPriority()Returns the priority of this segments experience.- Specified by:
getPriority
in interfaceSegmentsExperienceModel
- Returns:
- the priority of this segments experience
-
getSegmentsEntryId
public long getSegmentsEntryId()Returns the segments entry ID of this segments experience.- Specified by:
getSegmentsEntryId
in interfaceSegmentsExperienceModel
- Returns:
- the segments entry ID of this segments experience
-
getSegmentsExperienceId
public long getSegmentsExperienceId()Returns the segments experience ID of this segments experience.- Specified by:
getSegmentsExperienceId
in interfaceSegmentsExperienceModel
- Returns:
- the segments experience ID of this segments experience
-
getSegmentsExperienceKey
Returns the segments experience key of this segments experience.- Specified by:
getSegmentsExperienceKey
in interfaceSegmentsExperienceModel
- Returns:
- the segments experience key of this segments experience
-
getTypeSettings
Returns the type settings of this segments experience.- Specified by:
getTypeSettings
in interfaceSegmentsExperienceModel
- Returns:
- the type settings of this segments experience
-
getTypeSettingsUnicodeProperties
public com.liferay.portal.kernel.util.UnicodeProperties getTypeSettingsUnicodeProperties()- Specified by:
getTypeSettingsUnicodeProperties
in interfaceSegmentsExperience
-
getUserId
public long getUserId()Returns the user ID of this segments experience.- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfaceSegmentsExperienceModel
- Returns:
- the user ID of this segments experience
-
getUserName
Returns the user name of this segments experience.- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfaceSegmentsExperienceModel
- Returns:
- the user name of this segments experience
-
getUserUuid
Returns the user uuid of this segments experience.- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfaceSegmentsExperienceModel
- Returns:
- the user uuid of this segments experience
-
getUuid
Returns the uuid of this segments experience.- Specified by:
getUuid
in interfaceSegmentsExperienceModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Returns:
- the uuid of this segments experience
-
hasSegmentsExperiment
public boolean hasSegmentsExperiment()- Specified by:
hasSegmentsExperiment
in interfaceSegmentsExperience
-
isActive
public boolean isActive()Returnstrue
if this segments experience is active.- Specified by:
isActive
in interfaceSegmentsExperienceModel
- Returns:
true
if this segments experience is active;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 interfacecom.liferay.portal.kernel.model.LocalizedModel
- Specified by:
prepareLocalizedFieldsForImport
in interfaceSegmentsExperienceModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImport
in interfacecom.liferay.portal.kernel.model.LocalizedModel
- Specified by:
prepareLocalizedFieldsForImport
in interfaceSegmentsExperienceModel
- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setActive
public void setActive(boolean active) Sets whether this segments experience is active.- Specified by:
setActive
in interfaceSegmentsExperienceModel
- Parameters:
active
- the active of this segments experience
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this segments experience.- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfaceSegmentsExperienceModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
companyId
- the company ID of this segments experience
-
setCreateDate
Sets the create date of this segments experience.- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfaceSegmentsExperienceModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
createDate
- the create date of this segments experience
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this segments experience.- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<SegmentsExperience>
- Specified by:
setCtCollectionId
in interfaceSegmentsExperienceModel
- Parameters:
ctCollectionId
- the ct collection ID of this segments experience
-
setExternalReferenceCode
Sets the external reference code of this segments experience.- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
setExternalReferenceCode
in interfaceSegmentsExperienceModel
- Parameters:
externalReferenceCode
- the external reference code of this segments experience
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this segments experience.- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfaceSegmentsExperienceModel
- Parameters:
groupId
- the group ID of this segments experience
-
setLastPublishDate
Sets the last publish date of this segments experience.- Specified by:
setLastPublishDate
in interfaceSegmentsExperienceModel
- Specified by:
setLastPublishDate
in interfacecom.liferay.portal.kernel.model.StagedGroupedModel
- Parameters:
lastPublishDate
- the last publish date of this segments experience
-
setModifiedDate
Sets the modified date of this segments experience.- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfaceSegmentsExperienceModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
modifiedDate
- the modified date of this segments experience
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this segments experience.- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfaceSegmentsExperienceModel
- Parameters:
mvccVersion
- the mvcc version of this segments experience
-
setName
Sets the name of this segments experience.- Specified by:
setName
in interfaceSegmentsExperienceModel
- Parameters:
name
- the name of this segments experience
-
setName
Sets the localized name of this segments experience in the language.- Specified by:
setName
in interfaceSegmentsExperienceModel
- Parameters:
name
- the localized name of this segments experiencelocale
- the locale of the language
-
setName
Sets the localized name of this segments experience in the language, and sets the default locale.- Specified by:
setName
in interfaceSegmentsExperienceModel
- Parameters:
name
- the localized name of this segments experiencelocale
- the locale of the languagedefaultLocale
- the default locale
-
setNameCurrentLanguageId
- Specified by:
setNameCurrentLanguageId
in interfaceSegmentsExperienceModel
-
setNameMap
Sets the localized names of this segments experience from the map of locales and localized names.- Specified by:
setNameMap
in interfaceSegmentsExperienceModel
- Parameters:
nameMap
- the locales and localized names of this segments experience
-
setNameMap
Sets the localized names of this segments experience from the map of locales and localized names, and sets the default locale.- Specified by:
setNameMap
in interfaceSegmentsExperienceModel
- Parameters:
nameMap
- the locales and localized names of this segments experiencedefaultLocale
- the default locale
-
setPlid
public void setPlid(long plid) Sets the plid of this segments experience.- Specified by:
setPlid
in interfaceSegmentsExperienceModel
- Parameters:
plid
- the plid of this segments experience
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this segments experience.- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<SegmentsExperience>
- Specified by:
setPrimaryKey
in interfaceSegmentsExperienceModel
- Parameters:
primaryKey
- the primary key of this segments experience
-
setPriority
public void setPriority(int priority) Sets the priority of this segments experience.- Specified by:
setPriority
in interfaceSegmentsExperienceModel
- Parameters:
priority
- the priority of this segments experience
-
setSegmentsEntryId
public void setSegmentsEntryId(long segmentsEntryId) Sets the segments entry ID of this segments experience.- Specified by:
setSegmentsEntryId
in interfaceSegmentsExperienceModel
- Parameters:
segmentsEntryId
- the segments entry ID of this segments experience
-
setSegmentsExperienceId
public void setSegmentsExperienceId(long segmentsExperienceId) Sets the segments experience ID of this segments experience.- Specified by:
setSegmentsExperienceId
in interfaceSegmentsExperienceModel
- Parameters:
segmentsExperienceId
- the segments experience ID of this segments experience
-
setSegmentsExperienceKey
Sets the segments experience key of this segments experience.- Specified by:
setSegmentsExperienceKey
in interfaceSegmentsExperienceModel
- Parameters:
segmentsExperienceKey
- the segments experience key of this segments experience
-
setTypeSettings
Sets the type settings of this segments experience.- Specified by:
setTypeSettings
in interfaceSegmentsExperienceModel
- Parameters:
typeSettings
- the type settings of this segments experience
-
setTypeSettingsUnicodeProperties
public void setTypeSettingsUnicodeProperties(com.liferay.portal.kernel.util.UnicodeProperties typeSettingsUnicodeProperties) - Specified by:
setTypeSettingsUnicodeProperties
in interfaceSegmentsExperience
-
setUserId
public void setUserId(long userId) Sets the user ID of this segments experience.- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfaceSegmentsExperienceModel
- Parameters:
userId
- the user ID of this segments experience
-
setUserName
Sets the user name of this segments experience.- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfaceSegmentsExperienceModel
- Parameters:
userName
- the user name of this segments experience
-
setUserUuid
Sets the user uuid of this segments experience.- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfaceSegmentsExperienceModel
- Parameters:
userUuid
- the user uuid of this segments experience
-
setUuid
Sets the uuid of this segments experience.- Specified by:
setUuid
in interfaceSegmentsExperienceModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Parameters:
uuid
- the uuid of this segments experience
-
toXmlString
- Specified by:
toXmlString
in interfaceSegmentsExperienceModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<SegmentsExperience>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<SegmentsExperience>
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrap
in classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SegmentsExperience>
-