Interface DDMStructureLinkModel

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

@ProviderType public interface DDMStructureLinkModel extends 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.MVCCModel, com.liferay.portal.kernel.model.ShardedModel
The base model interface for the DDMStructureLink service. Represents a row in the "DDMStructureLink" 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.DDMStructureLinkModelImpl 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.DDMStructureLinkImpl.

See Also:
Generated:
  • Method Summary

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

      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>
      Parameters:
      primaryKey - the primary key of this ddm structure link
    • getMvccVersion

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

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

      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>
      Returns:
      the ct collection ID of this ddm structure link
    • setCtCollectionId

      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>
      Parameters:
      ctCollectionId - the ct collection ID of this ddm structure link
    • getStructureLinkId

      long getStructureLinkId()
      Returns the structure link ID of this ddm structure link.
      Returns:
      the structure link ID of this ddm structure link
    • setStructureLinkId

      void setStructureLinkId(long structureLinkId)
      Sets the structure link ID of this ddm structure link.
      Parameters:
      structureLinkId - the structure link ID of this ddm structure link
    • getCompanyId

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

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

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

      void setClassName(String className)
    • getClassNameId

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

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

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

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

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

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

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

      default String toXmlString()