Interface DDMFormInstanceRecordModel

All Superinterfaces:
com.liferay.portal.kernel.model.AuditedModel, com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<DDMFormInstanceRecord>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>, 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:
DDMFormInstanceRecord
All Known Implementing Classes:
DDMFormInstanceRecordWrapper

@ProviderType public interface DDMFormInstanceRecordModel extends com.liferay.portal.kernel.model.BaseModel<DDMFormInstanceRecord>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.StagedGroupedModel
The base model interface for the DDMFormInstanceRecord service. Represents a row in the "DDMFormInstanceRecord" 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.DDMFormInstanceRecordModelImpl 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.DDMFormInstanceRecordImpl.

See Also:
Generated:
  • Method Summary

    Modifier and Type
    Method
    Description
     
    long
    Returns the company ID of this ddm form instance record.
    Returns the create date of this ddm form instance record.
    long
    Returns the ct collection ID of this ddm form instance record.
    long
    Returns the form instance ID of this ddm form instance record.
    long
    Returns the form instance record ID of this ddm form instance record.
    Returns the form instance version of this ddm form instance record.
    long
    Returns the group ID of this ddm form instance record.
    Returns the ip address of this ddm form instance record.
    Returns the last publish date of this ddm form instance record.
    Returns the modified date of this ddm form instance record.
    long
    Returns the mvcc version of this ddm form instance record.
    long
    Returns the primary key of this ddm form instance record.
    long
    Returns the storage ID of this ddm form instance record.
    long
    Returns the user ID of this ddm form instance record.
    Returns the user name of this ddm form instance record.
    Returns the user uuid of this ddm form instance record.
    Returns the uuid of this ddm form instance record.
    Returns the version of this ddm form instance record.
    long
    Returns the version user ID of this ddm form instance record.
    Returns the version user name of this ddm form instance record.
    Returns the version user uuid of this ddm form instance record.
    void
    setCompanyId(long companyId)
    Sets the company ID of this ddm form instance record.
    void
    setCreateDate(Date createDate)
    Sets the create date of this ddm form instance record.
    void
    setCtCollectionId(long ctCollectionId)
    Sets the ct collection ID of this ddm form instance record.
    void
    setFormInstanceId(long formInstanceId)
    Sets the form instance ID of this ddm form instance record.
    void
    setFormInstanceRecordId(long formInstanceRecordId)
    Sets the form instance record ID of this ddm form instance record.
    void
    setFormInstanceVersion(String formInstanceVersion)
    Sets the form instance version of this ddm form instance record.
    void
    setGroupId(long groupId)
    Sets the group ID of this ddm form instance record.
    void
    setIpAddress(String ipAddress)
    Sets the ip address of this ddm form instance record.
    void
    setLastPublishDate(Date lastPublishDate)
    Sets the last publish date of this ddm form instance record.
    void
    setModifiedDate(Date modifiedDate)
    Sets the modified date of this ddm form instance record.
    void
    setMvccVersion(long mvccVersion)
    Sets the mvcc version of this ddm form instance record.
    void
    setPrimaryKey(long primaryKey)
    Sets the primary key of this ddm form instance record.
    void
    setStorageId(long storageId)
    Sets the storage ID of this ddm form instance record.
    void
    setUserId(long userId)
    Sets the user ID of this ddm form instance record.
    void
    setUserName(String userName)
    Sets the user name of this ddm form instance record.
    void
    setUserUuid(String userUuid)
    Sets the user uuid of this ddm form instance record.
    void
    Sets the uuid of this ddm form instance record.
    void
    setVersion(String version)
    Sets the version of this ddm form instance record.
    void
    setVersionUserId(long versionUserId)
    Sets the version user ID of this ddm form instance record.
    void
    setVersionUserName(String versionUserName)
    Sets the version user name of this ddm form instance record.
    void
    setVersionUserUuid(String versionUserUuid)
    Sets the version user uuid of this ddm form instance 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 ddm form instance record.
      Specified by:
      getPrimaryKey in interface com.liferay.portal.kernel.model.change.tracking.CTModel<DDMFormInstanceRecord>
      Returns:
      the primary key of this ddm form instance record
    • setPrimaryKey

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

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

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

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

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

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

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

      long getFormInstanceRecordId()
      Returns the form instance record ID of this ddm form instance record.
      Returns:
      the form instance record ID of this ddm form instance record
    • setFormInstanceRecordId

      void setFormInstanceRecordId(long formInstanceRecordId)
      Sets the form instance record ID of this ddm form instance record.
      Parameters:
      formInstanceRecordId - the form instance record ID of this ddm form instance record
    • getGroupId

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

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

      long getCompanyId()
      Returns the company ID of this ddm form instance 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 ddm form instance record
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this ddm form instance 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 ddm form instance record
    • getUserId

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

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

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

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

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

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

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

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

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

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

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

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

      Date getCreateDate()
      Returns the create date of this ddm form instance 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 ddm form instance record
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this ddm form instance 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 ddm form instance record
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this ddm form instance 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 ddm form instance record
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this ddm form instance 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 ddm form instance record
    • getFormInstanceId

      long getFormInstanceId()
      Returns the form instance ID of this ddm form instance record.
      Returns:
      the form instance ID of this ddm form instance record
    • setFormInstanceId

      void setFormInstanceId(long formInstanceId)
      Sets the form instance ID of this ddm form instance record.
      Parameters:
      formInstanceId - the form instance ID of this ddm form instance record
    • getFormInstanceVersion

      @AutoEscape String getFormInstanceVersion()
      Returns the form instance version of this ddm form instance record.
      Returns:
      the form instance version of this ddm form instance record
    • setFormInstanceVersion

      void setFormInstanceVersion(String formInstanceVersion)
      Sets the form instance version of this ddm form instance record.
      Parameters:
      formInstanceVersion - the form instance version of this ddm form instance record
    • getStorageId

      long getStorageId()
      Returns the storage ID of this ddm form instance record.
      Returns:
      the storage ID of this ddm form instance record
    • setStorageId

      void setStorageId(long storageId)
      Sets the storage ID of this ddm form instance record.
      Parameters:
      storageId - the storage ID of this ddm form instance record
    • getVersion

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

      void setVersion(String version)
      Sets the version of this ddm form instance record.
      Parameters:
      version - the version of this ddm form instance record
    • getIpAddress

      @AutoEscape String getIpAddress()
      Returns the ip address of this ddm form instance record.
      Returns:
      the ip address of this ddm form instance record
    • setIpAddress

      void setIpAddress(String ipAddress)
      Sets the ip address of this ddm form instance record.
      Parameters:
      ipAddress - the ip address of this ddm form instance record
    • getLastPublishDate

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

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

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

      default String toXmlString()