Class DDMDataProviderInstanceLinkWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMDataProviderInstanceLink>
com.liferay.dynamic.data.mapping.model.DDMDataProviderInstanceLinkWrapper
All Implemented Interfaces:
DDMDataProviderInstanceLink, DDMDataProviderInstanceLinkModel, com.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMDataProviderInstanceLink>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<DDMDataProviderInstanceLink>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, Serializable, Cloneable, Comparable<DDMDataProviderInstanceLink>

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

This class is a wrapper for DDMDataProviderInstanceLink.

See Also:
Generated:
  • Constructor Details

    • DDMDataProviderInstanceLinkWrapper

      public DDMDataProviderInstanceLinkWrapper(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
  • Method Details

    • getModelAttributes

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

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

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

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

      public 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>
      Specified by:
      getCtCollectionId in interface DDMDataProviderInstanceLinkModel
      Returns:
      the ct collection ID of this ddm data provider instance link
    • getDataProviderInstanceId

      public long getDataProviderInstanceId()
      Returns the data provider instance ID of this ddm data provider instance link.
      Specified by:
      getDataProviderInstanceId in interface DDMDataProviderInstanceLinkModel
      Returns:
      the data provider instance ID of this ddm data provider instance link
    • getDataProviderInstanceLinkId

      public long getDataProviderInstanceLinkId()
      Returns the data provider instance link ID of this ddm data provider instance link.
      Specified by:
      getDataProviderInstanceLinkId in interface DDMDataProviderInstanceLinkModel
      Returns:
      the data provider instance link ID of this ddm data provider instance link
    • getMvccVersion

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

      public 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>
      Specified by:
      getPrimaryKey in interface DDMDataProviderInstanceLinkModel
      Returns:
      the primary key of this ddm data provider instance link
    • getStructureId

      public long getStructureId()
      Returns the structure ID of this ddm data provider instance link.
      Specified by:
      getStructureId in interface DDMDataProviderInstanceLinkModel
      Returns:
      the structure ID of this ddm data provider instance link
    • persist

      public void persist()
      Specified by:
      persist in interface com.liferay.portal.kernel.model.PersistedModel
    • setCompanyId

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

      public 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>
      Specified by:
      setCtCollectionId in interface DDMDataProviderInstanceLinkModel
      Parameters:
      ctCollectionId - the ct collection ID of this ddm data provider instance link
    • setDataProviderInstanceId

      public void setDataProviderInstanceId(long dataProviderInstanceId)
      Sets the data provider instance ID of this ddm data provider instance link.
      Specified by:
      setDataProviderInstanceId in interface DDMDataProviderInstanceLinkModel
      Parameters:
      dataProviderInstanceId - the data provider instance ID of this ddm data provider instance link
    • setDataProviderInstanceLinkId

      public void setDataProviderInstanceLinkId(long dataProviderInstanceLinkId)
      Sets the data provider instance link ID of this ddm data provider instance link.
      Specified by:
      setDataProviderInstanceLinkId in interface DDMDataProviderInstanceLinkModel
      Parameters:
      dataProviderInstanceLinkId - the data provider instance link ID of this ddm data provider instance link
    • setMvccVersion

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

      public 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>
      Specified by:
      setPrimaryKey in interface DDMDataProviderInstanceLinkModel
      Parameters:
      primaryKey - the primary key of this ddm data provider instance link
    • setStructureId

      public void setStructureId(long structureId)
      Sets the structure ID of this ddm data provider instance link.
      Specified by:
      setStructureId in interface DDMDataProviderInstanceLinkModel
      Parameters:
      structureId - the structure ID of this ddm data provider instance link
    • toXmlString

      public String toXmlString()
      Specified by:
      toXmlString in interface DDMDataProviderInstanceLinkModel
    • getAttributeGetterFunctions

      public Map<String,Function<DDMDataProviderInstanceLink,Object>> getAttributeGetterFunctions()
      Specified by:
      getAttributeGetterFunctions in interface com.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
    • getAttributeSetterBiConsumers

      public Map<String,BiConsumer<DDMDataProviderInstanceLink,Object>> getAttributeSetterBiConsumers()
      Specified by:
      getAttributeSetterBiConsumers in interface com.liferay.portal.kernel.model.BaseModel<DDMDataProviderInstanceLink>
    • wrap

      protected DDMDataProviderInstanceLinkWrapper wrap(DDMDataProviderInstanceLink ddmDataProviderInstanceLink)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMDataProviderInstanceLink>