Class DDMStorageLinkWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStorageLink>
com.liferay.dynamic.data.mapping.model.DDMStorageLinkWrapper
All Implemented Interfaces:
DDMStorageLink, DDMStorageLinkModel, 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.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<DDMStorageLink>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.TypedModel, Serializable, Cloneable, Comparable<DDMStorageLink>

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

This class is a wrapper for DDMStorageLink.

See Also:
Generated:
  • Constructor Details

    • DDMStorageLinkWrapper

      public DDMStorageLinkWrapper(DDMStorageLink ddmStorageLink)
  • Method Details

    • getModelAttributes

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

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

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

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

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

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

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

      public 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>
      Specified by:
      getCtCollectionId in interface DDMStorageLinkModel
      Returns:
      the ct collection ID of this ddm storage link
    • getMvccVersion

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

      public 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>
      Specified by:
      getPrimaryKey in interface DDMStorageLinkModel
      Returns:
      the primary key of this ddm storage link
    • getStorageLinkId

      public long getStorageLinkId()
      Returns the storage link ID of this ddm storage link.
      Specified by:
      getStorageLinkId in interface DDMStorageLinkModel
      Returns:
      the storage link ID of this ddm storage link
    • getStorageType

      public String getStorageType() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getStorageType in interface DDMStorageLink
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getStructure

      public DDMStructure getStructure() throws com.liferay.portal.kernel.exception.PortalException
      Specified by:
      getStructure in interface DDMStorageLink
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getStructureId

      public long getStructureId()
      Returns the structure ID of this ddm storage link.
      Specified by:
      getStructureId in interface DDMStorageLinkModel
      Returns:
      the structure ID of this ddm storage link
    • getStructureVersionId

      public long getStructureVersionId()
      Returns the structure version ID of this ddm storage link.
      Specified by:
      getStructureVersionId in interface DDMStorageLinkModel
      Returns:
      the structure version ID of this ddm storage link
    • getUuid

      public String getUuid()
      Returns the uuid of this ddm storage link.
      Specified by:
      getUuid in interface DDMStorageLinkModel
      Returns:
      the uuid of this ddm storage link
    • persist

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

      public void setClassName(String className)
      Specified by:
      setClassName in interface DDMStorageLinkModel
    • setClassNameId

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

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

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

      public 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>
      Specified by:
      setCtCollectionId in interface DDMStorageLinkModel
      Parameters:
      ctCollectionId - the ct collection ID of this ddm storage link
    • setMvccVersion

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

      public 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>
      Specified by:
      setPrimaryKey in interface DDMStorageLinkModel
      Parameters:
      primaryKey - the primary key of this ddm storage link
    • setStorageLinkId

      public void setStorageLinkId(long storageLinkId)
      Sets the storage link ID of this ddm storage link.
      Specified by:
      setStorageLinkId in interface DDMStorageLinkModel
      Parameters:
      storageLinkId - the storage link ID of this ddm storage link
    • setStructureId

      public void setStructureId(long structureId)
      Sets the structure ID of this ddm storage link.
      Specified by:
      setStructureId in interface DDMStorageLinkModel
      Parameters:
      structureId - the structure ID of this ddm storage link
    • setStructureVersionId

      public void setStructureVersionId(long structureVersionId)
      Sets the structure version ID of this ddm storage link.
      Specified by:
      setStructureVersionId in interface DDMStorageLinkModel
      Parameters:
      structureVersionId - the structure version ID of this ddm storage link
    • setUuid

      public void setUuid(String uuid)
      Sets the uuid of this ddm storage link.
      Specified by:
      setUuid in interface DDMStorageLinkModel
      Parameters:
      uuid - the uuid of this ddm storage link
    • toXmlString

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

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

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

      protected DDMStorageLinkWrapper wrap(DDMStorageLink ddmStorageLink)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStorageLink>