Class SXPElementWrapper
java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SXPElement>
com.liferay.search.experiences.model.SXPElementWrapper
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AuditedModel,com.liferay.portal.kernel.model.BaseModel<SXPElement>,com.liferay.portal.kernel.model.ClassedModel,com.liferay.portal.kernel.model.ExternalReferenceCodeModel,com.liferay.portal.kernel.model.LocalizedModel,com.liferay.portal.kernel.model.ModelWrapper<SXPElement>,com.liferay.portal.kernel.model.MVCCModel,com.liferay.portal.kernel.model.PersistedModel,com.liferay.portal.kernel.model.ShardedModel,com.liferay.portal.kernel.model.StagedAuditedModel,com.liferay.portal.kernel.model.StagedModel,SXPElement,SXPElementModel,Serializable,Cloneable,Comparable<SXPElement>
public class SXPElementWrapper
extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SXPElement>
implements com.liferay.portal.kernel.model.ModelWrapper<SXPElement>, SXPElement
This class is a wrapper for SXPElement.
- See Also:
- Generated:
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
modelFields inherited from interface com.liferay.search.experiences.model.SXPElement
SXP_ELEMENT_ID_ACCESSOR -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionString[]longReturns the company ID of this sxp element.Returns the create date of this sxp element.Returns the description of this sxp element.getDescription(String languageId) Returns the localized description of this sxp element in the language.getDescription(String languageId, boolean useDefault) Returns the localized description of this sxp element in the language, optionally using the default language if no localization exists for the requested language.getDescription(Locale locale) Returns the localized description of this sxp element in the language.getDescription(Locale locale, boolean useDefault) Returns the localized description of this sxp element in the language, optionally using the default language if no localization exists for the requested language.Returns a map of the locales and localized descriptions of this sxp element.Returns the element definition json of this sxp element.Returns the external reference code of this sxp element.Returns the fallback description of this sxp element.Returns the fallback title of this sxp element.booleanReturns the hidden of this sxp element.Returns the modified date of this sxp element.longReturns the mvcc version of this sxp element.longReturns the primary key of this sxp element.booleanReturns the read only of this sxp element.Returns the schema version of this sxp element.com.liferay.exportimport.kernel.lar.StagedModelTypeintReturns the status of this sxp element.longReturns the sxp element ID of this sxp element.getTitle()Returns the title of this sxp element.Returns the localized title of this sxp element in the language.Returns the localized title of this sxp element in the language, optionally using the default language if no localization exists for the requested language.Returns the localized title of this sxp element in the language.Returns the localized title of this sxp element 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 sxp element.intgetType()Returns the type of this sxp element.longReturns the user ID of this sxp element.Returns the user name of this sxp element.Returns the user uuid of this sxp element.getUuid()Returns the uuid of this sxp element.Returns the version of this sxp element.booleanisHidden()Returnstrueif this sxp element is hidden.booleanReturnstrueif this sxp element is read only.voidpersist()voidvoidprepareLocalizedFieldsForImport(Locale defaultImportLocale) voidsetCompanyId(long companyId) Sets the company ID of this sxp element.voidsetCreateDate(Date createDate) Sets the create date of this sxp element.voidsetDescription(String description) Sets the description of this sxp element.voidsetDescription(String description, Locale locale) Sets the localized description of this sxp element in the language.voidsetDescription(String description, Locale locale, Locale defaultLocale) Sets the localized description of this sxp element in the language, and sets the default locale.voidsetDescriptionCurrentLanguageId(String languageId) voidsetDescriptionMap(Map<Locale, String> descriptionMap) Sets the localized descriptions of this sxp element from the map of locales and localized descriptions.voidsetDescriptionMap(Map<Locale, String> descriptionMap, Locale defaultLocale) Sets the localized descriptions of this sxp element from the map of locales and localized descriptions, and sets the default locale.voidsetElementDefinitionJSON(String elementDefinitionJSON) Sets the element definition json of this sxp element.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this sxp element.voidsetFallbackDescription(String fallbackDescription) Sets the fallback description of this sxp element.voidsetFallbackTitle(String fallbackTitle) Sets the fallback title of this sxp element.voidsetHidden(boolean hidden) Sets whether this sxp element is hidden.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this sxp element.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this sxp element.voidsetPrimaryKey(long primaryKey) Sets the primary key of this sxp element.voidsetReadOnly(boolean readOnly) Sets whether this sxp element is read only.voidsetSchemaVersion(String schemaVersion) Sets the schema version of this sxp element.voidsetStatus(int status) Sets the status of this sxp element.voidsetSXPElementId(long sxpElementId) Sets the sxp element ID of this sxp element.voidSets the title of this sxp element.voidSets the localized title of this sxp element in the language.voidSets the localized title of this sxp element in the language, and sets the default locale.voidsetTitleCurrentLanguageId(String languageId) voidsetTitleMap(Map<Locale, String> titleMap) Sets the localized titles of this sxp element from the map of locales and localized titles.voidsetTitleMap(Map<Locale, String> titleMap, Locale defaultLocale) Sets the localized titles of this sxp element from the map of locales and localized titles, and sets the default locale.voidsetType(int type) Sets the type of this sxp element.voidsetUserId(long userId) Sets the user ID of this sxp element.voidsetUserName(String userName) Sets the user name of this sxp element.voidsetUserUuid(String userUuid) Sets the user uuid of this sxp element.voidSets the uuid of this sxp element.voidsetVersion(String version) Sets the version of this sxp element.protected SXPElementWrapperwrap(SXPElement sxpElement) 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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
SXPElementWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SXPElement>
-
setModelAttributes
- Specified by:
setModelAttributesin interfacecom.liferay.portal.kernel.model.BaseModel<SXPElement>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfacecom.liferay.portal.kernel.model.BaseModel<SXPElement>- Specified by:
cloneWithOriginalValuesin interfaceSXPElementModel
-
getAvailableLanguageIds
- Specified by:
getAvailableLanguageIdsin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
getAvailableLanguageIdsin interfaceSXPElementModel
-
getCompanyId
public long getCompanyId()Returns the company ID of this sxp element.- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
getCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getCompanyIdin interfaceSXPElementModel- Returns:
- the company ID of this sxp element
-
getCreateDate
Returns the create date of this sxp element.- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getCreateDatein interfaceSXPElementModel- Returns:
- the create date of this sxp element
-
getDefaultLanguageId
- Specified by:
getDefaultLanguageIdin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
getDefaultLanguageIdin interfaceSXPElementModel
-
getDescription
Returns the description of this sxp element.- Specified by:
getDescriptionin interfaceSXPElementModel- Returns:
- the description of this sxp element
-
getDescription
Returns the localized description of this sxp element in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceSXPElementModel- Parameters:
locale- the locale of the language- Returns:
- the localized description of this sxp element
-
getDescription
Returns the localized description of this sxp element in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceSXPElementModel- Parameters:
locale- the local of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized description of this sxp element. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getDescription
Returns the localized description of this sxp element in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceSXPElementModel- Parameters:
languageId- the ID of the language- Returns:
- the localized description of this sxp element
-
getDescription
Returns the localized description of this sxp element in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getDescriptionin interfaceSXPElementModel- Parameters:
languageId- the ID of the languageuseDefault- whether to use the default language if no localization exists for the requested language- Returns:
- the localized description of this sxp element
-
getDescriptionCurrentLanguageId
- Specified by:
getDescriptionCurrentLanguageIdin interfaceSXPElementModel
-
getDescriptionCurrentValue
- Specified by:
getDescriptionCurrentValuein interfaceSXPElementModel
-
getDescriptionMap
Returns a map of the locales and localized descriptions of this sxp element.- Specified by:
getDescriptionMapin interfaceSXPElementModel- Returns:
- the locales and localized descriptions of this sxp element
-
getElementDefinitionJSON
Returns the element definition json of this sxp element.- Specified by:
getElementDefinitionJSONin interfaceSXPElementModel- Returns:
- the element definition json of this sxp element
-
getExternalReferenceCode
Returns the external reference code of this sxp element.- Specified by:
getExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
getExternalReferenceCodein interfaceSXPElementModel- Returns:
- the external reference code of this sxp element
-
getFallbackDescription
Returns the fallback description of this sxp element.- Specified by:
getFallbackDescriptionin interfaceSXPElementModel- Returns:
- the fallback description of this sxp element
-
getFallbackTitle
Returns the fallback title of this sxp element.- Specified by:
getFallbackTitlein interfaceSXPElementModel- Returns:
- the fallback title of this sxp element
-
getHidden
public boolean getHidden()Returns the hidden of this sxp element.- Specified by:
getHiddenin interfaceSXPElementModel- Returns:
- the hidden of this sxp element
-
getModifiedDate
Returns the modified date of this sxp element.- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getModifiedDatein interfaceSXPElementModel- Returns:
- the modified date of this sxp element
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this sxp element.- Specified by:
getMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
getMvccVersionin interfaceSXPElementModel- Returns:
- the mvcc version of this sxp element
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this sxp element.- Specified by:
getPrimaryKeyin interfaceSXPElementModel- Returns:
- the primary key of this sxp element
-
getReadOnly
public boolean getReadOnly()Returns the read only of this sxp element.- Specified by:
getReadOnlyin interfaceSXPElementModel- Returns:
- the read only of this sxp element
-
getSchemaVersion
Returns the schema version of this sxp element.- Specified by:
getSchemaVersionin interfaceSXPElementModel- Returns:
- the schema version of this sxp element
-
getStatus
public int getStatus()Returns the status of this sxp element.- Specified by:
getStatusin interfaceSXPElementModel- Returns:
- the status of this sxp element
-
getSXPElementId
public long getSXPElementId()Returns the sxp element ID of this sxp element.- Specified by:
getSXPElementIdin interfaceSXPElementModel- Returns:
- the sxp element ID of this sxp element
-
getTitle
Returns the title of this sxp element.- Specified by:
getTitlein interfaceSXPElementModel- Returns:
- the title of this sxp element
-
getTitle
Returns the localized title of this sxp element in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceSXPElementModel- Parameters:
locale- the locale of the language- Returns:
- the localized title of this sxp element
-
getTitle
Returns the localized title of this sxp element in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceSXPElementModel- 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 sxp element. If
useDefaultisfalseand no localization exists for the requested language, an empty string will be returned.
-
getTitle
Returns the localized title of this sxp element in the language. Uses the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceSXPElementModel- Parameters:
languageId- the ID of the language- Returns:
- the localized title of this sxp element
-
getTitle
Returns the localized title of this sxp element in the language, optionally using the default language if no localization exists for the requested language.- Specified by:
getTitlein interfaceSXPElementModel- 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 sxp element
-
getTitleCurrentLanguageId
- Specified by:
getTitleCurrentLanguageIdin interfaceSXPElementModel
-
getTitleCurrentValue
- Specified by:
getTitleCurrentValuein interfaceSXPElementModel
-
getTitleMap
Returns a map of the locales and localized titles of this sxp element.- Specified by:
getTitleMapin interfaceSXPElementModel- Returns:
- the locales and localized titles of this sxp element
-
getType
public int getType()Returns the type of this sxp element.- Specified by:
getTypein interfaceSXPElementModel- Returns:
- the type of this sxp element
-
getUserId
public long getUserId()Returns the user ID of this sxp element.- Specified by:
getUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserIdin interfaceSXPElementModel- Returns:
- the user ID of this sxp element
-
getUserName
Returns the user name of this sxp element.- Specified by:
getUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserNamein interfaceSXPElementModel- Returns:
- the user name of this sxp element
-
getUserUuid
Returns the user uuid of this sxp element.- Specified by:
getUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
getUserUuidin interfaceSXPElementModel- Returns:
- the user uuid of this sxp element
-
getUuid
Returns the uuid of this sxp element.- Specified by:
getUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
getUuidin interfaceSXPElementModel- Returns:
- the uuid of this sxp element
-
getVersion
Returns the version of this sxp element.- Specified by:
getVersionin interfaceSXPElementModel- Returns:
- the version of this sxp element
-
isHidden
public boolean isHidden()Returnstrueif this sxp element is hidden.- Specified by:
isHiddenin interfaceSXPElementModel- Returns:
trueif this sxp element is hidden;falseotherwise
-
isReadOnly
public boolean isReadOnly()Returnstrueif this sxp element is read only.- Specified by:
isReadOnlyin interfaceSXPElementModel- Returns:
trueif this sxp element is read only;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 interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
prepareLocalizedFieldsForImportin interfaceSXPElementModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
prepareLocalizedFieldsForImport
public void prepareLocalizedFieldsForImport(Locale defaultImportLocale) throws com.liferay.portal.kernel.exception.LocaleException - Specified by:
prepareLocalizedFieldsForImportin interfacecom.liferay.portal.kernel.model.LocalizedModel- Specified by:
prepareLocalizedFieldsForImportin interfaceSXPElementModel- Throws:
com.liferay.portal.kernel.exception.LocaleException
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this sxp element.- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.ShardedModel- Specified by:
setCompanyIdin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setCompanyIdin interfaceSXPElementModel- Parameters:
companyId- the company ID of this sxp element
-
setCreateDate
Sets the create date of this sxp element.- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setCreateDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setCreateDatein interfaceSXPElementModel- Parameters:
createDate- the create date of this sxp element
-
setDescription
Sets the description of this sxp element.- Specified by:
setDescriptionin interfaceSXPElementModel- Parameters:
description- the description of this sxp element
-
setDescription
Sets the localized description of this sxp element in the language.- Specified by:
setDescriptionin interfaceSXPElementModel- Parameters:
description- the localized description of this sxp elementlocale- the locale of the language
-
setDescription
Sets the localized description of this sxp element in the language, and sets the default locale.- Specified by:
setDescriptionin interfaceSXPElementModel- Parameters:
description- the localized description of this sxp elementlocale- the locale of the languagedefaultLocale- the default locale
-
setDescriptionCurrentLanguageId
- Specified by:
setDescriptionCurrentLanguageIdin interfaceSXPElementModel
-
setDescriptionMap
Sets the localized descriptions of this sxp element from the map of locales and localized descriptions.- Specified by:
setDescriptionMapin interfaceSXPElementModel- Parameters:
descriptionMap- the locales and localized descriptions of this sxp element
-
setDescriptionMap
Sets the localized descriptions of this sxp element from the map of locales and localized descriptions, and sets the default locale.- Specified by:
setDescriptionMapin interfaceSXPElementModel- Parameters:
descriptionMap- the locales and localized descriptions of this sxp elementdefaultLocale- the default locale
-
setElementDefinitionJSON
Sets the element definition json of this sxp element.- Specified by:
setElementDefinitionJSONin interfaceSXPElementModel- Parameters:
elementDefinitionJSON- the element definition json of this sxp element
-
setExternalReferenceCode
Sets the external reference code of this sxp element.- Specified by:
setExternalReferenceCodein interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel- Specified by:
setExternalReferenceCodein interfaceSXPElementModel- Parameters:
externalReferenceCode- the external reference code of this sxp element
-
setFallbackDescription
Sets the fallback description of this sxp element.- Specified by:
setFallbackDescriptionin interfaceSXPElementModel- Parameters:
fallbackDescription- the fallback description of this sxp element
-
setFallbackTitle
Sets the fallback title of this sxp element.- Specified by:
setFallbackTitlein interfaceSXPElementModel- Parameters:
fallbackTitle- the fallback title of this sxp element
-
setHidden
public void setHidden(boolean hidden) Sets whether this sxp element is hidden.- Specified by:
setHiddenin interfaceSXPElementModel- Parameters:
hidden- the hidden of this sxp element
-
setModifiedDate
Sets the modified date of this sxp element.- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setModifiedDatein interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setModifiedDatein interfaceSXPElementModel- Parameters:
modifiedDate- the modified date of this sxp element
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this sxp element.- Specified by:
setMvccVersionin interfacecom.liferay.portal.kernel.model.MVCCModel- Specified by:
setMvccVersionin interfaceSXPElementModel- Parameters:
mvccVersion- the mvcc version of this sxp element
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this sxp element.- Specified by:
setPrimaryKeyin interfaceSXPElementModel- Parameters:
primaryKey- the primary key of this sxp element
-
setReadOnly
public void setReadOnly(boolean readOnly) Sets whether this sxp element is read only.- Specified by:
setReadOnlyin interfaceSXPElementModel- Parameters:
readOnly- the read only of this sxp element
-
setSchemaVersion
Sets the schema version of this sxp element.- Specified by:
setSchemaVersionin interfaceSXPElementModel- Parameters:
schemaVersion- the schema version of this sxp element
-
setStatus
public void setStatus(int status) Sets the status of this sxp element.- Specified by:
setStatusin interfaceSXPElementModel- Parameters:
status- the status of this sxp element
-
setSXPElementId
public void setSXPElementId(long sxpElementId) Sets the sxp element ID of this sxp element.- Specified by:
setSXPElementIdin interfaceSXPElementModel- Parameters:
sxpElementId- the sxp element ID of this sxp element
-
setTitle
Sets the title of this sxp element.- Specified by:
setTitlein interfaceSXPElementModel- Parameters:
title- the title of this sxp element
-
setTitle
Sets the localized title of this sxp element in the language.- Specified by:
setTitlein interfaceSXPElementModel- Parameters:
title- the localized title of this sxp elementlocale- the locale of the language
-
setTitle
Sets the localized title of this sxp element in the language, and sets the default locale.- Specified by:
setTitlein interfaceSXPElementModel- Parameters:
title- the localized title of this sxp elementlocale- the locale of the languagedefaultLocale- the default locale
-
setTitleCurrentLanguageId
- Specified by:
setTitleCurrentLanguageIdin interfaceSXPElementModel
-
setTitleMap
Sets the localized titles of this sxp element from the map of locales and localized titles.- Specified by:
setTitleMapin interfaceSXPElementModel- Parameters:
titleMap- the locales and localized titles of this sxp element
-
setTitleMap
Sets the localized titles of this sxp element from the map of locales and localized titles, and sets the default locale.- Specified by:
setTitleMapin interfaceSXPElementModel- Parameters:
titleMap- the locales and localized titles of this sxp elementdefaultLocale- the default locale
-
setType
public void setType(int type) Sets the type of this sxp element.- Specified by:
setTypein interfaceSXPElementModel- Parameters:
type- the type of this sxp element
-
setUserId
public void setUserId(long userId) Sets the user ID of this sxp element.- Specified by:
setUserIdin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserIdin interfaceSXPElementModel- Parameters:
userId- the user ID of this sxp element
-
setUserName
Sets the user name of this sxp element.- Specified by:
setUserNamein interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserNamein interfaceSXPElementModel- Parameters:
userName- the user name of this sxp element
-
setUserUuid
Sets the user uuid of this sxp element.- Specified by:
setUserUuidin interfacecom.liferay.portal.kernel.model.AuditedModel- Specified by:
setUserUuidin interfaceSXPElementModel- Parameters:
userUuid- the user uuid of this sxp element
-
setUuid
Sets the uuid of this sxp element.- Specified by:
setUuidin interfacecom.liferay.portal.kernel.model.StagedModel- Specified by:
setUuidin interfaceSXPElementModel- Parameters:
uuid- the uuid of this sxp element
-
setVersion
Sets the version of this sxp element.- Specified by:
setVersionin interfaceSXPElementModel- Parameters:
version- the version of this sxp element
-
toXmlString
- Specified by:
toXmlStringin interfaceSXPElementModel
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelTypein interfacecom.liferay.portal.kernel.model.StagedModel
-
wrap
- Specified by:
wrapin classcom.liferay.portal.kernel.model.wrapper.BaseModelWrapper<SXPElement>
-