public class CPDefinitionOptionValueRelWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionOptionValueRel> implements CPDefinitionOptionValueRel, com.liferay.portal.kernel.model.ModelWrapper<CPDefinitionOptionValueRel>
This class is a wrapper for CPDefinitionOptionValueRel.
CPDefinitionOptionValueRel,
Serialized FormCP_DEFINITION_OPTION_VALUE_REL_ID_ACCESSOR| Constructor and Description |
|---|
CPDefinitionOptionValueRelWrapper(CPDefinitionOptionValueRel cpDefinitionOptionValueRel) |
| Modifier and Type | Method and Description |
|---|---|
CPDefinitionOptionValueRel |
cloneWithOriginalValues() |
CPInstance |
fetchCPInstance() |
java.util.Map<java.lang.String,java.util.function.Function<CPDefinitionOptionValueRel,java.lang.Object>> |
getAttributeGetterFunctions() |
java.util.Map<java.lang.String,java.util.function.BiConsumer<CPDefinitionOptionValueRel,java.lang.Object>> |
getAttributeSetterBiConsumers() |
java.lang.String[] |
getAvailableLanguageIds() |
long |
getCompanyId()
Returns the company ID of this cp definition option value rel.
|
CPDefinitionOptionRel |
getCPDefinitionOptionRel() |
long |
getCPDefinitionOptionRelId()
Returns the cp definition option rel ID of this cp definition option value rel.
|
long |
getCPDefinitionOptionValueRelId()
Returns the cp definition option value rel ID of this cp definition option value rel.
|
java.lang.String |
getCPInstanceUuid()
Returns the cp instance uuid of this cp definition option value rel.
|
long |
getCProductId()
Returns the c product ID of this cp definition option value rel.
|
java.util.Date |
getCreateDate()
Returns the create date of this cp definition option value rel.
|
long |
getCtCollectionId()
Returns the ct collection ID of this cp definition option value rel.
|
java.lang.String |
getDefaultLanguageId() |
long |
getGroupId()
Returns the group ID of this cp definition option value rel.
|
java.lang.String |
getKey()
Returns the key of this cp definition option value rel.
|
java.util.Map<java.lang.String,java.lang.Object> |
getModelAttributes() |
java.util.Date |
getModifiedDate()
Returns the modified date of this cp definition option value rel.
|
long |
getMvccVersion()
Returns the mvcc version of this cp definition option value rel.
|
java.lang.String |
getName()
Returns the name of this cp definition option value rel.
|
java.lang.String |
getName(java.util.Locale locale)
Returns the localized name of this cp definition option value rel in the language.
|
java.lang.String |
getName(java.util.Locale locale,
boolean useDefault)
Returns the localized name of this cp definition option value rel in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getName(java.lang.String languageId)
Returns the localized name of this cp definition option value rel in the language.
|
java.lang.String |
getName(java.lang.String languageId,
boolean useDefault)
Returns the localized name of this cp definition option value rel in the language, optionally using the default language if no localization exists for the requested language.
|
java.lang.String |
getNameCurrentLanguageId() |
java.lang.String |
getNameCurrentValue() |
java.util.Map<java.util.Locale,java.lang.String> |
getNameMap()
Returns a map of the locales and localized names of this cp definition option value rel.
|
boolean |
getPreselected()
Returns the preselected of this cp definition option value rel.
|
java.math.BigDecimal |
getPrice()
Returns the price of this cp definition option value rel.
|
long |
getPrimaryKey()
Returns the primary key of this cp definition option value rel.
|
double |
getPriority()
Returns the priority of this cp definition option value rel.
|
int |
getQuantity()
Returns the quantity of this cp definition option value rel.
|
com.liferay.exportimport.kernel.lar.StagedModelType |
getStagedModelType() |
long |
getUserId()
Returns the user ID of this cp definition option value rel.
|
java.lang.String |
getUserName()
Returns the user name of this cp definition option value rel.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this cp definition option value rel.
|
java.lang.String |
getUuid()
Returns the uuid of this cp definition option value rel.
|
boolean |
isPreselected()
Returns
true if this cp definition option value rel is preselected. |
void |
persist() |
void |
prepareLocalizedFieldsForImport() |
void |
prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale) |
void |
setCompanyId(long companyId)
Sets the company ID of this cp definition option value rel.
|
void |
setCPDefinitionOptionRelId(long CPDefinitionOptionRelId)
Sets the cp definition option rel ID of this cp definition option value rel.
|
void |
setCPDefinitionOptionValueRelId(long CPDefinitionOptionValueRelId)
Sets the cp definition option value rel ID of this cp definition option value rel.
|
void |
setCPInstanceUuid(java.lang.String CPInstanceUuid)
Sets the cp instance uuid of this cp definition option value rel.
|
void |
setCProductId(long CProductId)
Sets the c product ID of this cp definition option value rel.
|
void |
setCreateDate(java.util.Date createDate)
Sets the create date of this cp definition option value rel.
|
void |
setCtCollectionId(long ctCollectionId)
Sets the ct collection ID of this cp definition option value rel.
|
void |
setGroupId(long groupId)
Sets the group ID of this cp definition option value rel.
|
void |
setKey(java.lang.String key)
Sets the key of this cp definition option value rel.
|
void |
setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes) |
void |
setModifiedDate(java.util.Date modifiedDate)
Sets the modified date of this cp definition option value rel.
|
void |
setMvccVersion(long mvccVersion)
Sets the mvcc version of this cp definition option value rel.
|
void |
setName(java.lang.String name)
Sets the name of this cp definition option value rel.
|
void |
setName(java.lang.String name,
java.util.Locale locale)
Sets the localized name of this cp definition option value rel in the language.
|
void |
setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
Sets the localized name of this cp definition option value rel in the language, and sets the default locale.
|
void |
setNameCurrentLanguageId(java.lang.String languageId) |
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
Sets the localized names of this cp definition option value rel from the map of locales and localized names.
|
void |
setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
Sets the localized names of this cp definition option value rel from the map of locales and localized names, and sets the default locale.
|
void |
setPreselected(boolean preselected)
Sets whether this cp definition option value rel is preselected.
|
void |
setPrice(java.math.BigDecimal price)
Sets the price of this cp definition option value rel.
|
void |
setPrimaryKey(long primaryKey)
Sets the primary key of this cp definition option value rel.
|
void |
setPriority(double priority)
Sets the priority of this cp definition option value rel.
|
void |
setQuantity(int quantity)
Sets the quantity of this cp definition option value rel.
|
void |
setUserId(long userId)
Sets the user ID of this cp definition option value rel.
|
void |
setUserName(java.lang.String userName)
Sets the user name of this cp definition option value rel.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this cp definition option value rel.
|
void |
setUuid(java.lang.String uuid)
Sets the uuid of this cp definition option value rel.
|
protected CPDefinitionOptionValueRelWrapper |
wrap(CPDefinitionOptionValueRel cpDefinitionOptionValueRel) |
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, toXmlStringfinalize, getClass, notify, notifyAll, wait, wait, waitclone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringpublic CPDefinitionOptionValueRelWrapper(CPDefinitionOptionValueRel cpDefinitionOptionValueRel)
public java.util.Map<java.lang.String,java.lang.Object> getModelAttributes()
getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionOptionValueRel>public void setModelAttributes(java.util.Map<java.lang.String,java.lang.Object> attributes)
setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionOptionValueRel>public CPDefinitionOptionValueRel cloneWithOriginalValues()
cloneWithOriginalValues in interface CPDefinitionOptionValueRelModelcloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionOptionValueRel>public CPInstance fetchCPInstance()
fetchCPInstance in interface CPDefinitionOptionValueRelpublic java.lang.String[] getAvailableLanguageIds()
getAvailableLanguageIds in interface CPDefinitionOptionValueRelModelgetAvailableLanguageIds in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getCompanyId()
getCompanyId in interface CPDefinitionOptionValueRelModelgetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelgetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelgetCompanyId in interface com.liferay.portal.kernel.model.StagedModelpublic CPDefinitionOptionRel getCPDefinitionOptionRel() throws com.liferay.portal.kernel.exception.PortalException
getCPDefinitionOptionRel in interface CPDefinitionOptionValueRelcom.liferay.portal.kernel.exception.PortalExceptionpublic long getCPDefinitionOptionRelId()
getCPDefinitionOptionRelId in interface CPDefinitionOptionValueRelModelpublic long getCPDefinitionOptionValueRelId()
getCPDefinitionOptionValueRelId in interface CPDefinitionOptionValueRelModelpublic java.lang.String getCPInstanceUuid()
getCPInstanceUuid in interface CPDefinitionOptionValueRelModelpublic long getCProductId()
getCProductId in interface CPDefinitionOptionValueRelModelpublic java.util.Date getCreateDate()
getCreateDate in interface CPDefinitionOptionValueRelModelgetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelgetCreateDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getCtCollectionId()
getCtCollectionId in interface CPDefinitionOptionValueRelModelgetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionOptionValueRel>public java.lang.String getDefaultLanguageId()
getDefaultLanguageId in interface CPDefinitionOptionValueRelModelgetDefaultLanguageId in interface com.liferay.portal.kernel.model.LocalizedModelpublic long getGroupId()
getGroupId in interface CPDefinitionOptionValueRelModelgetGroupId in interface com.liferay.portal.kernel.model.GroupedModelpublic java.lang.String getKey()
getKey in interface CPDefinitionOptionValueRelModelpublic java.util.Date getModifiedDate()
getModifiedDate in interface CPDefinitionOptionValueRelModelgetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelgetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelpublic long getMvccVersion()
getMvccVersion in interface CPDefinitionOptionValueRelModelgetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelpublic java.lang.String getName()
getName in interface CPDefinitionOptionValueRelModelpublic java.lang.String getName(java.util.Locale locale)
getName in interface CPDefinitionOptionValueRelModellocale - the locale of the languagepublic java.lang.String getName(java.util.Locale locale,
boolean useDefault)
getName in interface CPDefinitionOptionValueRelModellocale - the local of the languageuseDefault - whether to use the default language if no localization exists for the requested languageuseDefault is false and no localization exists for the requested language, an empty string will be returned.public java.lang.String getName(java.lang.String languageId)
getName in interface CPDefinitionOptionValueRelModellanguageId - the ID of the languagepublic java.lang.String getName(java.lang.String languageId,
boolean useDefault)
getName in interface CPDefinitionOptionValueRelModellanguageId - the ID of the languageuseDefault - whether to use the default language if no localization exists for the requested languagepublic java.lang.String getNameCurrentLanguageId()
getNameCurrentLanguageId in interface CPDefinitionOptionValueRelModelpublic java.lang.String getNameCurrentValue()
getNameCurrentValue in interface CPDefinitionOptionValueRelModelpublic java.util.Map<java.util.Locale,java.lang.String> getNameMap()
getNameMap in interface CPDefinitionOptionValueRelModelpublic boolean getPreselected()
getPreselected in interface CPDefinitionOptionValueRelModelpublic java.math.BigDecimal getPrice()
getPrice in interface CPDefinitionOptionValueRelModelpublic long getPrimaryKey()
getPrimaryKey in interface CPDefinitionOptionValueRelModelgetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionOptionValueRel>public double getPriority()
getPriority in interface CPDefinitionOptionValueRelModelpublic int getQuantity()
getQuantity in interface CPDefinitionOptionValueRelModelpublic long getUserId()
getUserId in interface CPDefinitionOptionValueRelModelgetUserId in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserName()
getUserName in interface CPDefinitionOptionValueRelModelgetUserName in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUserUuid()
getUserUuid in interface CPDefinitionOptionValueRelModelgetUserUuid in interface com.liferay.portal.kernel.model.AuditedModelpublic java.lang.String getUuid()
getUuid in interface CPDefinitionOptionValueRelModelgetUuid in interface com.liferay.portal.kernel.model.StagedModelpublic boolean isPreselected()
true if this cp definition option value rel is preselected.isPreselected in interface CPDefinitionOptionValueRelModeltrue if this cp definition option value rel is preselected; false otherwisepublic void persist()
persist in interface com.liferay.portal.kernel.model.PersistedModelpublic void prepareLocalizedFieldsForImport()
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface CPDefinitionOptionValueRelModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void prepareLocalizedFieldsForImport(java.util.Locale defaultImportLocale)
throws com.liferay.portal.kernel.exception.LocaleException
prepareLocalizedFieldsForImport in interface CPDefinitionOptionValueRelModelprepareLocalizedFieldsForImport in interface com.liferay.portal.kernel.model.LocalizedModelcom.liferay.portal.kernel.exception.LocaleExceptionpublic void setCompanyId(long companyId)
setCompanyId in interface CPDefinitionOptionValueRelModelsetCompanyId in interface com.liferay.portal.kernel.model.AuditedModelsetCompanyId in interface com.liferay.portal.kernel.model.ShardedModelsetCompanyId in interface com.liferay.portal.kernel.model.StagedModelcompanyId - the company ID of this cp definition option value relpublic void setCPDefinitionOptionRelId(long CPDefinitionOptionRelId)
setCPDefinitionOptionRelId in interface CPDefinitionOptionValueRelModelCPDefinitionOptionRelId - the cp definition option rel ID of this cp definition option value relpublic void setCPDefinitionOptionValueRelId(long CPDefinitionOptionValueRelId)
setCPDefinitionOptionValueRelId in interface CPDefinitionOptionValueRelModelCPDefinitionOptionValueRelId - the cp definition option value rel ID of this cp definition option value relpublic void setCPInstanceUuid(java.lang.String CPInstanceUuid)
setCPInstanceUuid in interface CPDefinitionOptionValueRelModelCPInstanceUuid - the cp instance uuid of this cp definition option value relpublic void setCProductId(long CProductId)
setCProductId in interface CPDefinitionOptionValueRelModelCProductId - the c product ID of this cp definition option value relpublic void setCreateDate(java.util.Date createDate)
setCreateDate in interface CPDefinitionOptionValueRelModelsetCreateDate in interface com.liferay.portal.kernel.model.AuditedModelsetCreateDate in interface com.liferay.portal.kernel.model.StagedModelcreateDate - the create date of this cp definition option value relpublic void setCtCollectionId(long ctCollectionId)
setCtCollectionId in interface CPDefinitionOptionValueRelModelsetCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionOptionValueRel>ctCollectionId - the ct collection ID of this cp definition option value relpublic void setGroupId(long groupId)
setGroupId in interface CPDefinitionOptionValueRelModelsetGroupId in interface com.liferay.portal.kernel.model.GroupedModelgroupId - the group ID of this cp definition option value relpublic void setKey(java.lang.String key)
setKey in interface CPDefinitionOptionValueRelModelkey - the key of this cp definition option value relpublic void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate in interface CPDefinitionOptionValueRelModelsetModifiedDate in interface com.liferay.portal.kernel.model.AuditedModelsetModifiedDate in interface com.liferay.portal.kernel.model.StagedModelmodifiedDate - the modified date of this cp definition option value relpublic void setMvccVersion(long mvccVersion)
setMvccVersion in interface CPDefinitionOptionValueRelModelsetMvccVersion in interface com.liferay.portal.kernel.model.MVCCModelmvccVersion - the mvcc version of this cp definition option value relpublic void setName(java.lang.String name)
setName in interface CPDefinitionOptionValueRelModelname - the name of this cp definition option value relpublic void setName(java.lang.String name,
java.util.Locale locale)
setName in interface CPDefinitionOptionValueRelModelname - the localized name of this cp definition option value rellocale - the locale of the languagepublic void setName(java.lang.String name,
java.util.Locale locale,
java.util.Locale defaultLocale)
setName in interface CPDefinitionOptionValueRelModelname - the localized name of this cp definition option value rellocale - the locale of the languagedefaultLocale - the default localepublic void setNameCurrentLanguageId(java.lang.String languageId)
setNameCurrentLanguageId in interface CPDefinitionOptionValueRelModelpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap)
setNameMap in interface CPDefinitionOptionValueRelModelnameMap - the locales and localized names of this cp definition option value relpublic void setNameMap(java.util.Map<java.util.Locale,java.lang.String> nameMap,
java.util.Locale defaultLocale)
setNameMap in interface CPDefinitionOptionValueRelModelnameMap - the locales and localized names of this cp definition option value reldefaultLocale - the default localepublic void setPreselected(boolean preselected)
setPreselected in interface CPDefinitionOptionValueRelModelpreselected - the preselected of this cp definition option value relpublic void setPrice(java.math.BigDecimal price)
setPrice in interface CPDefinitionOptionValueRelModelprice - the price of this cp definition option value relpublic void setPrimaryKey(long primaryKey)
setPrimaryKey in interface CPDefinitionOptionValueRelModelsetPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPDefinitionOptionValueRel>primaryKey - the primary key of this cp definition option value relpublic void setPriority(double priority)
setPriority in interface CPDefinitionOptionValueRelModelpriority - the priority of this cp definition option value relpublic void setQuantity(int quantity)
setQuantity in interface CPDefinitionOptionValueRelModelquantity - the quantity of this cp definition option value relpublic void setUserId(long userId)
setUserId in interface CPDefinitionOptionValueRelModelsetUserId in interface com.liferay.portal.kernel.model.AuditedModeluserId - the user ID of this cp definition option value relpublic void setUserName(java.lang.String userName)
setUserName in interface CPDefinitionOptionValueRelModelsetUserName in interface com.liferay.portal.kernel.model.AuditedModeluserName - the user name of this cp definition option value relpublic void setUserUuid(java.lang.String userUuid)
setUserUuid in interface CPDefinitionOptionValueRelModelsetUserUuid in interface com.liferay.portal.kernel.model.AuditedModeluserUuid - the user uuid of this cp definition option value relpublic void setUuid(java.lang.String uuid)
setUuid in interface CPDefinitionOptionValueRelModelsetUuid in interface com.liferay.portal.kernel.model.StagedModeluuid - the uuid of this cp definition option value relpublic java.util.Map<java.lang.String,java.util.function.Function<CPDefinitionOptionValueRel,java.lang.Object>> getAttributeGetterFunctions()
getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionOptionValueRel>public java.util.Map<java.lang.String,java.util.function.BiConsumer<CPDefinitionOptionValueRel,java.lang.Object>> getAttributeSetterBiConsumers()
getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<CPDefinitionOptionValueRel>public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()
getStagedModelType in interface com.liferay.portal.kernel.model.StagedModelprotected CPDefinitionOptionValueRelWrapper wrap(CPDefinitionOptionValueRel cpDefinitionOptionValueRel)
wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CPDefinitionOptionValueRel>