Interface DDLRecordModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<DDLRecord>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<DDLRecord>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>, com.liferay.portal.kernel.model.GroupedModel, com.liferay.portal.kernel.model.MVCCModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel, com.liferay.portal.kernel.model.StagedModel
All Known Subinterfaces:
DDLRecord
All Known Implementing Classes:
DDLRecordWrapper

@ProviderType public interface DDLRecordModel extends com.liferay.portal.kernel.model.BaseModel<DDLRecord>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel
The base model interface for the DDLRecord service. Represents a row in the "DDLRecord" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.dynamic.data.lists.model.impl.DDLRecordModelImpl 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.lists.model.impl.DDLRecordImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    Returns the class name of this ddl record.
    long
    Returns the class pk of this ddl record.
    long
    Returns the company ID of this ddl record.
    Returns the create date of this ddl record.
    long
    Returns the ct collection ID of this ddl record.
    long
    Returns the ddm storage ID of this ddl record.
    int
    Returns the display index of this ddl record.
    long
    Returns the group ID of this ddl record.
    Returns the last publish date of this ddl record.
    Returns the modified date of this ddl record.
    long
    Returns the mvcc version of this ddl record.
    long
    Returns the primary key of this ddl record.
    long
    Returns the record ID of this ddl record.
    long
    Returns the record set ID of this ddl record.
    Returns the record set version of this ddl record.
    long
    Returns the user ID of this ddl record.
    Returns the user name of this ddl record.
    Returns the user uuid of this ddl record.
    Returns the uuid of this ddl record.
    Returns the version of this ddl record.
    long
    Returns the version user ID of this ddl record.
    Returns the version user name of this ddl record.
    Returns the version user uuid of this ddl record.
    void
    setClassName(String className)
    Sets the class name of this ddl record.
    void
    setClassPK(long classPK)
    Sets the class pk of this ddl record.
    void
    setCompanyId(long companyId)
    Sets the company ID of this ddl record.
    void
    setCreateDate(Date createDate)
    Sets the create date of this ddl record.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this ddl record.
    void
    setDDMStorageId(long DDMStorageId)
    Sets the ddm storage ID of this ddl record.
    void
    setDisplayIndex(int displayIndex)
    Sets the display index of this ddl record.
    void
    setGroupId(long groupId)
    Sets the group ID of this ddl record.
    void
    setLastPublishDate(Date lastPublishDate)
    Sets the last publish date of this ddl record.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this ddl record.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this ddl record.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this ddl record.
    void
    setRecordId(long recordId)
    Sets the record ID of this ddl record.
    void
    setRecordSetId(long recordSetId)
    Sets the record set ID of this ddl record.
    void
    setRecordSetVersion(String recordSetVersion)
    Sets the record set version of this ddl record.
    void
    setUserId(long userId)
    Sets the user ID of this ddl record.
    void
    setUserName(String userName)
    Sets the user name of this ddl record.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this ddl record.
    void
    Sets the uuid of this ddl record.
    void
    setVersion(String version)
    Sets the version of this ddl record.
    void
    setVersionUserId(long versionUserId)
    Sets the version user ID of this ddl record.
    void
    setVersionUserName(String versionUserName)
    Sets the version user name of this ddl record.
    void
    setVersionUserUuid(String versionUserUuid)
    Sets the version user uuid of this ddl record.
    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

    Methods inherited from interface com.liferay.portal.kernel.model.StagedModel

    clone, getStagedModelType
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this ddl record.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDLRecord>
      Returns:
      the primary key of this ddl record
    • setPrimaryKey

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

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

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

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

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

      @AutoEscape String getUuid()
      Returns the uuid of this ddl record.
      Specified by:
      getUuid in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the uuid of this ddl record
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this ddl record.
      Specified by:
      setUuid in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      uuid - the uuid of this ddl record
    • getRecordId

      long getRecordId()
      Returns the record ID of this ddl record.
      Returns:
      the record ID of this ddl record
    • setRecordId

      void setRecordId(long recordId)
      Sets the record ID of this ddl record.
      Parameters:
      recordId - the record ID of this ddl record
    • getGroupId

      long getGroupId()
      Returns the group ID of this ddl record.
      Specified by:
      getGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Returns:
      the group ID of this ddl record
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this ddl record.
      Specified by:
      setGroupId in interface com.liferay.portal.kernel.model.GroupedModel
      Parameters:
      groupId - the group ID of this ddl record
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this ddl record.
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      getCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the company ID of this ddl record
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this ddl record.
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.ShardedModel
      Specified by:
      setCompanyId in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      companyId - the company ID of this ddl record
    • getUserId

      long getUserId()
      Returns the user ID of this ddl record.
      Specified by:
      getUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user ID of this ddl record
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this ddl record.
      Specified by:
      setUserId in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userId - the user ID of this ddl record
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this ddl record.
      Specified by:
      getUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user uuid of this ddl record
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this ddl record.
      Specified by:
      setUserUuid in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userUuid - the user uuid of this ddl record
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this ddl record.
      Specified by:
      getUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Returns:
      the user name of this ddl record
    • setUserName

      void setUserName(String userName)
      Sets the user name of this ddl record.
      Specified by:
      setUserName in interface com.liferay.portal.kernel.model.AuditedModel
      Parameters:
      userName - the user name of this ddl record
    • getVersionUserId

      long getVersionUserId()
      Returns the version user ID of this ddl record.
      Returns:
      the version user ID of this ddl record
    • setVersionUserId

      void setVersionUserId(long versionUserId)
      Sets the version user ID of this ddl record.
      Parameters:
      versionUserId - the version user ID of this ddl record
    • getVersionUserUuid

      String getVersionUserUuid()
      Returns the version user uuid of this ddl record.
      Returns:
      the version user uuid of this ddl record
    • setVersionUserUuid

      void setVersionUserUuid(String versionUserUuid)
      Sets the version user uuid of this ddl record.
      Parameters:
      versionUserUuid - the version user uuid of this ddl record
    • getVersionUserName

      @AutoEscape String getVersionUserName()
      Returns the version user name of this ddl record.
      Returns:
      the version user name of this ddl record
    • setVersionUserName

      void setVersionUserName(String versionUserName)
      Sets the version user name of this ddl record.
      Parameters:
      versionUserName - the version user name of this ddl record
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this ddl record.
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the create date of this ddl record
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this ddl record.
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setCreateDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      createDate - the create date of this ddl record
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this ddl record.
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      getModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Returns:
      the modified date of this ddl record
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this ddl record.
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.AuditedModel
      Specified by:
      setModifiedDate in interface com.liferay.portal.kernel.model.StagedModel
      Parameters:
      modifiedDate - the modified date of this ddl record
    • getDDMStorageId

      long getDDMStorageId()
      Returns the ddm storage ID of this ddl record.
      Returns:
      the ddm storage ID of this ddl record
    • setDDMStorageId

      void setDDMStorageId(long DDMStorageId)
      Sets the ddm storage ID of this ddl record.
      Parameters:
      DDMStorageId - the ddm storage ID of this ddl record
    • getRecordSetId

      long getRecordSetId()
      Returns the record set ID of this ddl record.
      Returns:
      the record set ID of this ddl record
    • setRecordSetId

      void setRecordSetId(long recordSetId)
      Sets the record set ID of this ddl record.
      Parameters:
      recordSetId - the record set ID of this ddl record
    • getRecordSetVersion

      @AutoEscape String getRecordSetVersion()
      Returns the record set version of this ddl record.
      Returns:
      the record set version of this ddl record
    • setRecordSetVersion

      void setRecordSetVersion(String recordSetVersion)
      Sets the record set version of this ddl record.
      Parameters:
      recordSetVersion - the record set version of this ddl record
    • getClassName

      @AutoEscape String getClassName()
      Returns the class name of this ddl record.
      Returns:
      the class name of this ddl record
    • setClassName

      void setClassName(String className)
      Sets the class name of this ddl record.
      Parameters:
      className - the class name of this ddl record
    • getClassPK

      long getClassPK()
      Returns the class pk of this ddl record.
      Returns:
      the class pk of this ddl record
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this ddl record.
      Parameters:
      classPK - the class pk of this ddl record
    • getVersion

      @AutoEscape String getVersion()
      Returns the version of this ddl record.
      Returns:
      the version of this ddl record
    • setVersion

      void setVersion(String version)
      Sets the version of this ddl record.
      Parameters:
      version - the version of this ddl record
    • getDisplayIndex

      int getDisplayIndex()
      Returns the display index of this ddl record.
      Returns:
      the display index of this ddl record
    • setDisplayIndex

      void setDisplayIndex(int displayIndex)
      Sets the display index of this ddl record.
      Parameters:
      displayIndex - the display index of this ddl record
    • getLastPublishDate

      Date getLastPublishDate()
      Returns the last publish date of this ddl record.
      Specified by:
      getLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Returns:
      the last publish date of this ddl record
    • setLastPublishDate

      void setLastPublishDate(Date lastPublishDate)
      Sets the last publish date of this ddl record.
      Specified by:
      setLastPublishDate in interface com.liferay.portal.kernel.model.StagedGroupedModel
      Parameters:
      lastPublishDate - the last publish date of this ddl record
    • cloneWithOriginalValues

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

      default String toXmlString()