Interface CPSpecificationOptionListTypeDefinitionRelModel

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<CPSpecificationOptionListTypeDefinitionRel>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<CPSpecificationOptionListTypeDefinitionRel>, com.liferay.portal.kernel.model.change.tracking.CTModel<CPSpecificationOptionListTypeDefinitionRel>, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel
All Known Subinterfaces:
CPSpecificationOptionListTypeDefinitionRel
All Known Implementing Classes:
CPSpecificationOptionListTypeDefinitionRelWrapper

@ProviderType public interface CPSpecificationOptionListTypeDefinitionRelModel extends com.liferay.portal.kernel.model.BaseModel<CPSpecificationOptionListTypeDefinitionRel>, com.liferay.portal.kernel.model.change.tracking.CTModel<CPSpecificationOptionListTypeDefinitionRel>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the CPSpecificationOptionListTypeDefinitionRel service. Represents a row in the "CPSOListTypeDefinitionRel" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.commerce.product.model.impl.CPSpecificationOptionListTypeDefinitionRelModelImpl 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.commerce.product.model.impl.CPSpecificationOptionListTypeDefinitionRelImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this cp specification option list type definition rel.
    long
    Returns the cp specification option ID of this cp specification option list type definition rel.
    long
    Returns the cp specification option list type definition rel ID of this cp specification option list type definition rel.
    long
    Returns the ct collection ID of this cp specification option list type definition rel.
    long
    Returns the list type definition ID of this cp specification option list type definition rel.
    long
    Returns the mvcc version of this cp specification option list type definition rel.
    long
    Returns the primary key of this cp specification option list type definition rel.
    void
    setCompanyId(long companyId)
    Sets the company ID of this cp specification option list type definition rel.
    void
    setCPSpecificationOptionId(long CPSpecificationOptionId)
    Sets the cp specification option ID of this cp specification option list type definition rel.
    void
    setCPSpecificationOptionListTypeDefinitionRelId(long CPSpecificationOptionListTypeDefinitionRelId)
    Sets the cp specification option list type definition rel ID of this cp specification option list type definition rel.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this cp specification option list type definition rel.
    void
    setListTypeDefinitionId(long listTypeDefinitionId)
    Sets the list type definition ID of this cp specification option list type definition rel.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this cp specification option list type definition rel.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this cp specification option list type definition rel.
    default String
     

    Methods inherited from interface com.liferay.portal.kernel.model.BaseModel

    clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, 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
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this cp specification option list type definition rel.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPSpecificationOptionListTypeDefinitionRel>
      Returns:
      the primary key of this cp specification option list type definition rel
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this cp specification option list type definition rel.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPSpecificationOptionListTypeDefinitionRel>
      Parameters:
      primaryKey - the primary key of this cp specification option list type definition rel
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this cp specification option list type definition rel.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this cp specification option list type definition rel
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this cp specification option list type definition rel.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this cp specification option list type definition rel
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this cp specification option list type definition rel.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPSpecificationOptionListTypeDefinitionRel>
      Returns:
      the ct collection ID of this cp specification option list type definition rel
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this cp specification option list type definition rel.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<CPSpecificationOptionListTypeDefinitionRel>
      Parameters:
      ctCollectionId - the ct collection ID of this cp specification option list type definition rel
    • getCPSpecificationOptionListTypeDefinitionRelId

      long getCPSpecificationOptionListTypeDefinitionRelId()
      Returns the cp specification option list type definition rel ID of this cp specification option list type definition rel.
      Returns:
      the cp specification option list type definition rel ID of this cp specification option list type definition rel
    • setCPSpecificationOptionListTypeDefinitionRelId

      void setCPSpecificationOptionListTypeDefinitionRelId(long CPSpecificationOptionListTypeDefinitionRelId)
      Sets the cp specification option list type definition rel ID of this cp specification option list type definition rel.
      Parameters:
      CPSpecificationOptionListTypeDefinitionRelId - the cp specification option list type definition rel ID of this cp specification option list type definition rel
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this cp specification option list type definition rel.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this cp specification option list type definition rel
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this cp specification option list type definition rel.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this cp specification option list type definition rel
    • getCPSpecificationOptionId

      long getCPSpecificationOptionId()
      Returns the cp specification option ID of this cp specification option list type definition rel.
      Returns:
      the cp specification option ID of this cp specification option list type definition rel
    • setCPSpecificationOptionId

      void setCPSpecificationOptionId(long CPSpecificationOptionId)
      Sets the cp specification option ID of this cp specification option list type definition rel.
      Parameters:
      CPSpecificationOptionId - the cp specification option ID of this cp specification option list type definition rel
    • getListTypeDefinitionId

      long getListTypeDefinitionId()
      Returns the list type definition ID of this cp specification option list type definition rel.
      Returns:
      the list type definition ID of this cp specification option list type definition rel
    • setListTypeDefinitionId

      void setListTypeDefinitionId(long listTypeDefinitionId)
      Sets the list type definition ID of this cp specification option list type definition rel.
      Parameters:
      listTypeDefinitionId - the list type definition ID of this cp specification option list type definition rel
    • cloneWithOriginalValues

      Specified by:
      cloneWithOriginalValues in interface com.liferay.portal.kernel.model.BaseModel<CPSpecificationOptionListTypeDefinitionRel>
    • toXmlString

      default String toXmlString()