Interface WorkflowDefinitionLinkModel

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<WorkflowDefinitionLink>, ClassedModel, Cloneable, Comparable<WorkflowDefinitionLink>, CTModel<WorkflowDefinitionLink>, ExternalReferenceCodeModel, GroupedModel, MVCCModel, Serializable, ShardedModel, StagedAuditedModel, StagedModel, TypedModel
All Known Subinterfaces:
StagedGroupedWorkflowDefinitionLink, WorkflowDefinitionLink
All Known Implementing Classes:
WorkflowDefinitionLinkWrapper

The base model interface for the WorkflowDefinitionLink service. Represents a row in the "WorkflowDefinitionLink" database table, with each column mapped to a property of this class.

This interface and its corresponding implementation com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl 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.portal.model.impl.WorkflowDefinitionLinkImpl.

Author:
Brian Wing Shun Chan
See Also:
{$generated.description}
  • Method Details

    • getPrimaryKey

      long getPrimaryKey()
      Returns the primary key of this workflow definition link.
      Specified by:
      getPrimaryKey in interface CTModel<WorkflowDefinitionLink>
      Returns:
      the primary key of this workflow definition link
    • setPrimaryKey

      void setPrimaryKey(long primaryKey)
      Sets the primary key of this workflow definition link.
      Specified by:
      setPrimaryKey in interface CTModel<WorkflowDefinitionLink>
      Parameters:
      primaryKey - the primary key of this workflow definition link
    • getMvccVersion

      long getMvccVersion()
      Returns the mvcc version of this workflow definition link.
      Specified by:
      getMvccVersion in interface MVCCModel
      Returns:
      the mvcc version of this workflow definition link
    • setMvccVersion

      void setMvccVersion(long mvccVersion)
      Sets the mvcc version of this workflow definition link.
      Specified by:
      setMvccVersion in interface MVCCModel
      Parameters:
      mvccVersion - the mvcc version of this workflow definition link
    • getCtCollectionId

      long getCtCollectionId()
      Returns the ct collection ID of this workflow definition link.
      Specified by:
      getCtCollectionId in interface CTModel<WorkflowDefinitionLink>
      Returns:
      the ct collection ID of this workflow definition link
    • setCtCollectionId

      void setCtCollectionId(long ctCollectionId)
      Sets the ct collection ID of this workflow definition link.
      Specified by:
      setCtCollectionId in interface CTModel<WorkflowDefinitionLink>
      Parameters:
      ctCollectionId - the ct collection ID of this workflow definition link
    • getUuid

      @AutoEscape String getUuid()
      Returns the uuid of this workflow definition link.
      Specified by:
      getUuid in interface StagedModel
      Returns:
      the uuid of this workflow definition link
    • setUuid

      void setUuid(String uuid)
      Sets the uuid of this workflow definition link.
      Specified by:
      setUuid in interface StagedModel
      Parameters:
      uuid - the uuid of this workflow definition link
    • getExternalReferenceCode

      @AutoEscape String getExternalReferenceCode()
      Returns the external reference code of this workflow definition link.
      Specified by:
      getExternalReferenceCode in interface ExternalReferenceCodeModel
      Returns:
      the external reference code of this workflow definition link
    • setExternalReferenceCode

      void setExternalReferenceCode(String externalReferenceCode)
      Sets the external reference code of this workflow definition link.
      Specified by:
      setExternalReferenceCode in interface ExternalReferenceCodeModel
      Parameters:
      externalReferenceCode - the external reference code of this workflow definition link
    • getWorkflowDefinitionLinkId

      long getWorkflowDefinitionLinkId()
      Returns the workflow definition link ID of this workflow definition link.
      Returns:
      the workflow definition link ID of this workflow definition link
    • setWorkflowDefinitionLinkId

      void setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
      Sets the workflow definition link ID of this workflow definition link.
      Parameters:
      workflowDefinitionLinkId - the workflow definition link ID of this workflow definition link
    • getGroupId

      long getGroupId()
      Returns the group ID of this workflow definition link.
      Specified by:
      getGroupId in interface GroupedModel
      Returns:
      the group ID of this workflow definition link
    • setGroupId

      void setGroupId(long groupId)
      Sets the group ID of this workflow definition link.
      Specified by:
      setGroupId in interface GroupedModel
      Parameters:
      groupId - the group ID of this workflow definition link
    • getCompanyId

      long getCompanyId()
      Returns the company ID of this workflow definition link.
      Specified by:
      getCompanyId in interface AuditedModel
      Specified by:
      getCompanyId in interface ShardedModel
      Specified by:
      getCompanyId in interface StagedModel
      Returns:
      the company ID of this workflow definition link
    • setCompanyId

      void setCompanyId(long companyId)
      Sets the company ID of this workflow definition link.
      Specified by:
      setCompanyId in interface AuditedModel
      Specified by:
      setCompanyId in interface ShardedModel
      Specified by:
      setCompanyId in interface StagedModel
      Parameters:
      companyId - the company ID of this workflow definition link
    • getUserId

      long getUserId()
      Returns the user ID of this workflow definition link.
      Specified by:
      getUserId in interface AuditedModel
      Returns:
      the user ID of this workflow definition link
    • setUserId

      void setUserId(long userId)
      Sets the user ID of this workflow definition link.
      Specified by:
      setUserId in interface AuditedModel
      Parameters:
      userId - the user ID of this workflow definition link
    • getUserUuid

      String getUserUuid()
      Returns the user uuid of this workflow definition link.
      Specified by:
      getUserUuid in interface AuditedModel
      Returns:
      the user uuid of this workflow definition link
    • setUserUuid

      void setUserUuid(String userUuid)
      Sets the user uuid of this workflow definition link.
      Specified by:
      setUserUuid in interface AuditedModel
      Parameters:
      userUuid - the user uuid of this workflow definition link
    • getUserName

      @AutoEscape String getUserName()
      Returns the user name of this workflow definition link.
      Specified by:
      getUserName in interface AuditedModel
      Returns:
      the user name of this workflow definition link
    • setUserName

      void setUserName(String userName)
      Sets the user name of this workflow definition link.
      Specified by:
      setUserName in interface AuditedModel
      Parameters:
      userName - the user name of this workflow definition link
    • getCreateDate

      Date getCreateDate()
      Returns the create date of this workflow definition link.
      Specified by:
      getCreateDate in interface AuditedModel
      Specified by:
      getCreateDate in interface StagedModel
      Returns:
      the create date of this workflow definition link
    • setCreateDate

      void setCreateDate(Date createDate)
      Sets the create date of this workflow definition link.
      Specified by:
      setCreateDate in interface AuditedModel
      Specified by:
      setCreateDate in interface StagedModel
      Parameters:
      createDate - the create date of this workflow definition link
    • getModifiedDate

      Date getModifiedDate()
      Returns the modified date of this workflow definition link.
      Specified by:
      getModifiedDate in interface AuditedModel
      Specified by:
      getModifiedDate in interface StagedModel
      Returns:
      the modified date of this workflow definition link
    • setModifiedDate

      void setModifiedDate(Date modifiedDate)
      Sets the modified date of this workflow definition link.
      Specified by:
      setModifiedDate in interface AuditedModel
      Specified by:
      setModifiedDate in interface StagedModel
      Parameters:
      modifiedDate - the modified date of this workflow definition link
    • getClassName

      String getClassName()
      Returns the fully qualified class name of this workflow definition link.
      Specified by:
      getClassName in interface TypedModel
      Returns:
      the fully qualified class name of this workflow definition link
    • setClassName

      void setClassName(String className)
    • getClassNameId

      long getClassNameId()
      Returns the class name ID of this workflow definition link.
      Specified by:
      getClassNameId in interface TypedModel
      Returns:
      the class name ID of this workflow definition link
    • setClassNameId

      void setClassNameId(long classNameId)
      Sets the class name ID of this workflow definition link.
      Specified by:
      setClassNameId in interface TypedModel
      Parameters:
      classNameId - the class name ID of this workflow definition link
    • getClassPK

      long getClassPK()
      Returns the class pk of this workflow definition link.
      Specified by:
      getClassPK in interface AttachedModel
      Returns:
      the class pk of this workflow definition link
    • setClassPK

      void setClassPK(long classPK)
      Sets the class pk of this workflow definition link.
      Specified by:
      setClassPK in interface AttachedModel
      Parameters:
      classPK - the class pk of this workflow definition link
    • getTypePK

      long getTypePK()
      Returns the type pk of this workflow definition link.
      Returns:
      the type pk of this workflow definition link
    • setTypePK

      void setTypePK(long typePK)
      Sets the type pk of this workflow definition link.
      Parameters:
      typePK - the type pk of this workflow definition link
    • getWorkflowDefinitionName

      @AutoEscape String getWorkflowDefinitionName()
      Returns the workflow definition name of this workflow definition link.
      Returns:
      the workflow definition name of this workflow definition link
    • setWorkflowDefinitionName

      void setWorkflowDefinitionName(String workflowDefinitionName)
      Sets the workflow definition name of this workflow definition link.
      Parameters:
      workflowDefinitionName - the workflow definition name of this workflow definition link
    • getWorkflowDefinitionVersion

      int getWorkflowDefinitionVersion()
      Returns the workflow definition version of this workflow definition link.
      Returns:
      the workflow definition version of this workflow definition link
    • setWorkflowDefinitionVersion

      void setWorkflowDefinitionVersion(int workflowDefinitionVersion)
      Sets the workflow definition version of this workflow definition link.
      Parameters:
      workflowDefinitionVersion - the workflow definition version of this workflow definition link
    • cloneWithOriginalValues

      WorkflowDefinitionLink cloneWithOriginalValues()
      Specified by:
      cloneWithOriginalValues in interface BaseModel<WorkflowDefinitionLink>
    • toXmlString

      default String toXmlString()