Interface RegionLocalizationModel

All Superinterfaces:
BaseModel<RegionLocalization>, ClassedModel, Cloneable, Comparable<RegionLocalization>, CTModel<RegionLocalization>, MVCCModel, Serializable, ShardedModel
All Known Subinterfaces:
RegionLocalization
All Known Implementing Classes:
RegionLocalizationWrapper

@ProviderType public interface RegionLocalizationModel extends BaseModel<RegionLocalization>, CTModel<RegionLocalization>, MVCCModel, ShardedModel
The base model interface for the RegionLocalization service. Represents a row in the "RegionLocalization" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portal.model.impl.RegionLocalizationModelImpl exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in com.liferay.portal.model.impl.RegionLocalizationImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this region localization.
      Specified by:
      getPrimaryKey in interface CTModel<RegionLocalization>
      Returns:
      the primary key of this region localization
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this region localization.
      Specified by:
      setPrimaryKey in interface CTModel<RegionLocalization>
      Parameters:
      primaryKey - the primary key of this region localization
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this region localization.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this region localization
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this region localization.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this region localization
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this region localization.
      Specified by:
      getCtCollectionId in interface CTModel<RegionLocalization>
      Returns:
      the ct collection ID of this region localization
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this region localization.
      Specified by:
      setCtCollectionId in interface CTModel<RegionLocalization>
      Parameters:
      ctCollectionId - the ct collection ID of this region localization
    • getRegionLocalizationId

      long getRegionLocalizationId()
      Returns the region localization ID of this region localization.
      Returns:
      the region localization ID of this region localization
    • setRegionLocalizationId

      void setRegionLocalizationId(long regionLocalizationId)
      Sets the region localization ID of this region localization.
      Parameters:
      regionLocalizationId - the region localization ID of this region localization
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this region localization.
      Specified by:
      getCompanyId in interface ShardedModel
      Returns:
      the company ID of this region localization
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this region localization.
      Specified by:
      setCompanyId in interface ShardedModel
      Parameters:
      companyId - the company ID of this region localization
    • getRegionId

      long getRegionId()
      Returns the region ID of this region localization.
      Returns:
      the region ID of this region localization
    • setRegionId

      void setRegionId(long regionId)
      Sets the region ID of this region localization.
      Parameters:
      regionId - the region ID of this region localization
    • getLanguageId

      @AutoEscape String getLanguageId()
      Returns the language ID of this region localization.
      Returns:
      the language ID of this region localization
    • setLanguageId

      void setLanguageId(String languageId)
      Sets the language ID of this region localization.
      Parameters:
      languageId - the language ID of this region localization
    • getTitle

      @AutoEscape String getTitle()
      Returns the title of this region localization.
      Returns:
      the title of this region localization
    • setTitle

      void setTitle(String title)
      Sets the title of this region localization.
      Parameters:
      title - the title of this region localization
    • cloneWithOriginalValues

      RegionLocalization cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<RegionLocalization>
    • toXmlString

      default String toXmlString()