Interface DDMDataProviderInstanceLinkModel

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

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

This interface and its corresponding implementation com.liferay.dynamic.data.mapping.model.impl.DDMDataProviderInstanceLinkModelImpl 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.dynamic.data.mapping.model.impl.DDMDataProviderInstanceLinkImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this ddm data provider instance link.
    long
    Returns the ct collection ID of this ddm data provider instance link.
    long
    Returns the data provider instance ID of this ddm data provider instance link.
    long
    Returns the data provider instance link ID of this ddm data provider instance link.
    long
    Returns the mvcc version of this ddm data provider instance link.
    long
    Returns the primary key of this ddm data provider instance link.
    long
    Returns the structure ID of this ddm data provider instance link.
    void
    setCompanyId(long companyId)
    Sets the company ID of this ddm data provider instance link.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this ddm data provider instance link.
    void
    setDataProviderInstanceId(long dataProviderInstanceId)
    Sets the data provider instance ID of this ddm data provider instance link.
    void
    setDataProviderInstanceLinkId(long dataProviderInstanceLinkId)
    Sets the data provider instance link ID of this ddm data provider instance link.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this ddm data provider instance link.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this ddm data provider instance link.
    void
    setStructureId(long structureId)
    Sets the structure ID of this ddm data provider instance link.
    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 ddm data provider instance link.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
      Returns:
      the primary key of this ddm data provider instance link
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this ddm data provider instance link.
      Specified by:
      setPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
      Parameters:
      primaryKey - the primary key of this ddm data provider instance link
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this ddm data provider instance link.
      Specified by:
      getMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Returns:
      the mvcc version of this ddm data provider instance link
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this ddm data provider instance link.
      Specified by:
      setMvccVersion in interface com.liferay.portal.kernel.model.MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this ddm data provider instance link
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this ddm data provider instance link.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
      Returns:
      the ct collection ID of this ddm data provider instance link
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this ddm data provider instance link.
      Specified by:
      setCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>
      Parameters:
      ctCollectionId - the ct collection ID of this ddm data provider instance link
    • getDataProviderInstanceLinkId

      long getDataProviderInstanceLinkId()
      Returns the data provider instance link ID of this ddm data provider instance link.
      Returns:
      the data provider instance link ID of this ddm data provider instance link
    • setDataProviderInstanceLinkId

      void setDataProviderInstanceLinkId(long dataProviderInstanceLinkId)
      Sets the data provider instance link ID of this ddm data provider instance link.
      Parameters:
      dataProviderInstanceLinkId - the data provider instance link ID of this ddm data provider instance link
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this ddm data provider instance link.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Returns:
      the company ID of this ddm data provider instance link
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this ddm data provider instance link.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Parameters:
      companyId - the company ID of this ddm data provider instance link
    • getDataProviderInstanceId

      long getDataProviderInstanceId()
      Returns the data provider instance ID of this ddm data provider instance link.
      Returns:
      the data provider instance ID of this ddm data provider instance link
    • setDataProviderInstanceId

      void setDataProviderInstanceId(long dataProviderInstanceId)
      Sets the data provider instance ID of this ddm data provider instance link.
      Parameters:
      dataProviderInstanceId - the data provider instance ID of this ddm data provider instance link
    • getStructureId

      long getStructureId()
      Returns the structure ID of this ddm data provider instance link.
      Returns:
      the structure ID of this ddm data provider instance link
    • setStructureId

      void setStructureId(long structureId)
      Sets the structure ID of this ddm data provider instance link.
      Parameters:
      structureId - the structure ID of this ddm data provider instance link
    • cloneWithOriginalValues

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

      default String toXmlString()