Interface DDMStorageLinkModel

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

@ProviderType public interface DDMStorageLinkModel extends com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<DDMStorageLink>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the DDMStorageLink service. Represents a row in the "DDMStorageLink" 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.DDMStorageLinkModelImpl 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.DDMStorageLinkImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the fully qualified class name of this ddm storage link.
    long
    Returns the class name ID of this ddm storage link.
    long
    Returns the class pk of this ddm storage link.
    long
    Returns the company ID of this ddm storage link.
    long
    Returns the ct collection ID of this ddm storage link.
    long
    Returns the mvcc version of this ddm storage link.
    long
    Returns the primary key of this ddm storage link.
    long
    Returns the storage link ID of this ddm storage link.
    long
    Returns the structure ID of this ddm storage link.
    long
    Returns the structure version ID of this ddm storage link.
    Returns the uuid of this ddm storage link.
    void
    setClassName(String className)
     
    void
    setClassNameId(long classNameId)
    Sets the class name ID of this ddm storage link.
    void
    setClassPK(long classPK)
    Sets the class pk of this ddm storage link.
    void
    setCompanyId(long companyId)
    Sets the company ID of this ddm storage link.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this ddm storage link.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this ddm storage link.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this ddm storage link.
    void
    setStorageLinkId(long storageLinkId)
    Sets the storage link ID of this ddm storage link.
    void
    setStructureId(long structureId)
    Sets the structure ID of this ddm storage link.
    void
    setStructureVersionId(long structureVersionId)
    Sets the structure version ID of this ddm storage link.
    void
    Sets the uuid of this ddm storage 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 storage link.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStorageLink>
      Returns:
      the primary key of this ddm storage link
    • setPrimaryKey

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

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

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

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

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

      @AutoEscape String getUuid()
      Returns the uuid of this ddm storage link.
      Returns:
      the uuid of this ddm storage link
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this ddm storage link.
      Parameters:
      uuid - the uuid of this ddm storage link
    • getStorageLinkId

      long getStorageLinkId()
      Returns the storage link ID of this ddm storage link.
      Returns:
      the storage link ID of this ddm storage link
    • setStorageLinkId

      void setStorageLinkId(long storageLinkId)
      Sets the storage link ID of this ddm storage link.
      Parameters:
      storageLinkId - the storage link ID of this ddm storage link
    • getCompanyId

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

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

      String getClassName()
      Returns the fully qualified class name of this ddm storage link.
      Specified by:
      getClassName in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the fully qualified class name of this ddm storage link
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this ddm storage link.
      Specified by:
      getClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Returns:
      the class name ID of this ddm storage link
    • setClassNameId

      void setClassNameId(long classNameId)
      Sets the class name ID of this ddm storage link.
      Specified by:
      setClassNameId in interface com.liferay.portal.kernel.model.TypedModel
      Parameters:
      classNameId - the class name ID of this ddm storage link
    • getClassPK

      long getClassPK()
      Returns the class pk of this ddm storage link.
      Specified by:
      getClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Returns:
      the class pk of this ddm storage link
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this ddm storage link.
      Specified by:
      setClassPK in interface com.liferay.portal.kernel.model.AttachedModel
      Parameters:
      classPK - the class pk of this ddm storage link
    • getStructureId

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

      void setStructureId(long structureId)
      Sets the structure ID of this ddm storage link.
      Parameters:
      structureId - the structure ID of this ddm storage link
    • getStructureVersionId

      long getStructureVersionId()
      Returns the structure version ID of this ddm storage link.
      Returns:
      the structure version ID of this ddm storage link
    • setStructureVersionId

      void setStructureVersionId(long structureVersionId)
      Sets the structure version ID of this ddm storage link.
      Parameters:
      structureVersionId - the structure version ID of this ddm storage link
    • cloneWithOriginalValues

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

      default String toXmlString()