Class DDMStructureLinkWrapper

java.lang.Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStructureLink>
com.liferay.dynamic.data.mapping.model.DDMStructureLinkWrapper
All Implemented Interfaces:
DDMStructureLink, DDMStructureLinkModel, com.liferay.portal.kernel.model.AttachedModel, com.liferay.portal.kernel.model.BaseModel<DDMStructureLink>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureLink>, com.liferay.portal.kernel.model.ClassedModel, com.liferay.portal.kernel.model.ModelWrapper<DDMStructureLink>, 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<DDMStructureLink>

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

This class is a wrapper for DDMStructureLink.

See Also:
Generated:
  • Constructor Details

    • DDMStructureLinkWrapper

      public DDMStructureLinkWrapper(DDMStructureLink ddmStructureLink)
  • Method Details

    • getModelAttributes

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

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

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

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

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

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

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

      public long getCtCollectionId()
      Returns the ct collection ID of this ddm structure link.
      Specified by:
      getCtCollectionId in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureLink>
      Specified by:
      getCtCollectionId in interface DDMStructureLinkModel
      Returns:
      the ct collection ID of this ddm structure link
    • getMvccVersion

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

      public long getPrimaryKey()
      Returns the primary key of this ddm structure link.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureLink>
      Specified by:
      getPrimaryKey in interface DDMStructureLinkModel
      Returns:
      the primary key of this ddm structure link
    • getStructure

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

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

      public long getStructureLinkId()
      Returns the structure link ID of this ddm structure link.
      Specified by:
      getStructureLinkId in interface DDMStructureLinkModel
      Returns:
      the structure link ID of this ddm structure 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 DDMStructureLinkModel
    • setClassNameId

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

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

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

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

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

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

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

      public void setStructureLinkId(long structureLinkId)
      Sets the structure link ID of this ddm structure link.
      Specified by:
      setStructureLinkId in interface DDMStructureLinkModel
      Parameters:
      structureLinkId - the structure link ID of this ddm structure link
    • toXmlString

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

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

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

      protected DDMStructureLinkWrapper wrap(DDMStructureLink ddmStructureLink)
      Specified by:
      wrap in class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<DDMStructureLink>