Class CTermEntryLocalizationWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTermEntryLocalization>
com.liferay.commerce.term.model.CTermEntryLocalizationWrapper
All Implemented Interfaces:
CTermEntryLocalization, CTermEntryLocalizationModel, com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<CTermEntryLocalization>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<CTermEntryLocalization>

public class CTermEntryLocalizationWrapper extends com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTermEntryLocalization> implements CTermEntryLocalization, com.liferay.portal.kernel.model.ModelWrapper<CTermEntryLocalization>

This class is a wrapper for CTermEntryLocalization.

See Also:
Generated:
  • Field Summary

    Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper

    model

    Fields inherited from interface com.liferay.commerce.term.model.CTermEntryLocalization

    C_TERM_ENTRY_LOCALIZATION_ID_ACCESSOR
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the commerce term entry ID of this c term entry localization.
    long
    Returns the company ID of this c term entry localization.
    long
    Returns the c term entry localization ID of this c term entry localization.
    Returns the description of this c term entry localization.
    Returns the label of this c term entry localization.
    Returns the language ID of this c term entry localization.
     
    long
    Returns the mvcc version of this c term entry localization.
    long
    Returns the primary key of this c term entry localization.
    void
    setCommerceTermEntryId(long commerceTermEntryId)
    Sets the commerce term entry ID of this c term entry localization.
    void
    setCompanyId(long companyId)
    Sets the company ID of this c term entry localization.
    void
    setCTermEntryLocalizationId(long cTermEntryLocalizationId)
    Sets the c term entry localization ID of this c term entry localization.
    void
    setDescription(String description)
    Sets the description of this c term entry localization.
    void
    Sets the label of this c term entry localization.
    void
    setLanguageId(String languageId)
    Sets the language ID of this c term entry localization.
    void
     
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this c term entry localization.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this c term entry localization.
     
    wrap(CTermEntryLocalization cTermEntryLocalization)
     

    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, getAttributeGetterFunctions, getAttributeSetterBiConsumers, 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

    • CTermEntryLocalizationWrapper

      public CTermEntryLocalizationWrapper(CTermEntryLocalization cTermEntryLocalization)
  • Method Details

    • getModelAttributes

      public Map<String,Object> getModelAttributes()
      Specified by:
      getModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
    • setModelAttributes

      public void setModelAttributes(Map<String,Object> attributes)
      Specified by:
      setModelAttributes in interface com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
    • cloneWithOriginalValues

      public CTermEntryLocalization cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CTermEntryLocalization>
      Specified by:
      cloneWithOriginalValues in interface CTermEntryLocalizationModel
    • getCommerceTermEntryId

      public long getCommerceTermEntryId()
      Returns the commerce term entry ID of this c term entry localization.
      Specified by:
      getCommerceTermEntryId in interface CTermEntryLocalizationModel
      Returns:
      the commerce term entry ID of this c term entry localization
    • getCompanyId

      public long getCompanyId()
      Returns the company ID of this c term entry localization.
      Specified by:
      getCompanyId in interface CTermEntryLocalizationModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this c term entry localization
    • getCTermEntryLocalizationId

      public long getCTermEntryLocalizationId()
      Returns the c term entry localization ID of this c term entry localization.
      Specified by:
      getCTermEntryLocalizationId in interface CTermEntryLocalizationModel
      Returns:
      the c term entry localization ID of this c term entry localization
    • getDescription

      public String getDescription()
      Returns the description of this c term entry localization.
      Specified by:
      getDescription in interface CTermEntryLocalizationModel
      Returns:
      the description of this c term entry localization
    • getLabel

      public String getLabel()
      Returns the label of this c term entry localization.
      Specified by:
      getLabel in interface CTermEntryLocalizationModel
      Returns:
      the label of this c term entry localization
    • getLanguageId

      public String getLanguageId()
      Returns the language ID of this c term entry localization.
      Specified by:
      getLanguageId in interface CTermEntryLocalizationModel
      Returns:
      the language ID of this c term entry localization
    • getMvccVersion

      public long getMvccVersion()
      Returns the mvcc version of this c term entry localization.
      Specified by:
      getMvccVersion in interface CTermEntryLocalizationModel
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this c term entry localization
    • getPrimaryKey

      public long getPrimaryKey()
      Returns the primary key of this c term entry localization.
      Specified by:
      getPrimaryKey in interface CTermEntryLocalizationModel
      Returns:
      the primary key of this c term entry localization
    • setCommerceTermEntryId

      public void setCommerceTermEntryId(long commerceTermEntryId)
      Sets the commerce term entry ID of this c term entry localization.
      Specified by:
      setCommerceTermEntryId in interface CTermEntryLocalizationModel
      Parameters:
      commerceTermEntryId - the commerce term entry ID of this c term entry localization
    • setCompanyId

      public void setCompanyId(long companyId)
      Sets the company ID of this c term entry localization.
      Specified by:
      setCompanyId in interface CTermEntryLocalizationModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this c term entry localization
    • setCTermEntryLocalizationId

      public void setCTermEntryLocalizationId(long cTermEntryLocalizationId)
      Sets the c term entry localization ID of this c term entry localization.
      Specified by:
      setCTermEntryLocalizationId in interface CTermEntryLocalizationModel
      Parameters:
      cTermEntryLocalizationId - the c term entry localization ID of this c term entry localization
    • setDescription

      public void setDescription(String description)
      Sets the description of this c term entry localization.
      Specified by:
      setDescription in interface CTermEntryLocalizationModel
      Parameters:
      description - the description of this c term entry localization
    • setLabel

      public void setLabel(String label)
      Sets the label of this c term entry localization.
      Specified by:
      setLabel in interface CTermEntryLocalizationModel
      Parameters:
      label - the label of this c term entry localization
    • setLanguageId

      public void setLanguageId(String languageId)
      Sets the language ID of this c term entry localization.
      Specified by:
      setLanguageId in interface CTermEntryLocalizationModel
      Parameters:
      languageId - the language ID of this c term entry localization
    • setMvccVersion

      public void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this c term entry localization.
      Specified by:
      setMvccVersion in interface CTermEntryLocalizationModel
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this c term entry localization
    • setPrimaryKey

      public void setPrimaryKey(long primaryKey)
      Sets the primary key of this c term entry localization.
      Specified by:
      setPrimaryKey in interface CTermEntryLocalizationModel
      Parameters:
      primaryKey - the primary key of this c term entry localization
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface CTermEntryLocalizationModel
    • wrap

      protected CTermEntryLocalizationWrapper wrap(CTermEntryLocalization cTermEntryLocalization)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<CTermEntryLocalization>