Package com.liferay.portal.kernel.model
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
@ProviderType
public interface WorkflowDefinitionLinkModel
extends AttachedModel, BaseModel<WorkflowDefinitionLink>, CTModel<WorkflowDefinitionLink>, ExternalReferenceCodeModel, GroupedModel, MVCCModel, ShardedModel, StagedAuditedModel
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 Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this workflow definition link.long
Returns the class name ID of this workflow definition link.long
Returns the class pk of this workflow definition link.long
Returns the company ID of this workflow definition link.Returns the create date of this workflow definition link.long
Returns the ct collection ID of this workflow definition link.Returns the external reference code of this workflow definition link.long
Returns the group ID of this workflow definition link.Returns the modified date of this workflow definition link.long
Returns the mvcc version of this workflow definition link.long
Returns the primary key of this workflow definition link.long
Returns the type pk of this workflow definition link.long
Returns the user ID of this workflow definition link.Returns the user name of this workflow definition link.Returns the user uuid of this workflow definition link.getUuid()
Returns the uuid of this workflow definition link.long
Returns the workflow definition link ID of this workflow definition link.Returns the workflow definition name of this workflow definition link.int
Returns the workflow definition version of this workflow definition link.void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this workflow definition link.void
setClassPK
(long classPK) Sets the class pk of this workflow definition link.void
setCompanyId
(long companyId) Sets the company ID of this workflow definition link.void
setCreateDate
(Date createDate) Sets the create date of this workflow definition link.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this workflow definition link.void
setExternalReferenceCode
(String externalReferenceCode) Sets the external reference code of this workflow definition link.void
setGroupId
(long groupId) Sets the group ID of this workflow definition link.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this workflow definition link.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this workflow definition link.void
setPrimaryKey
(long primaryKey) Sets the primary key of this workflow definition link.void
setTypePK
(long typePK) Sets the type pk of this workflow definition link.void
setUserId
(long userId) Sets the user ID of this workflow definition link.void
setUserName
(String userName) Sets the user name of this workflow definition link.void
setUserUuid
(String userUuid) Sets the user uuid of this workflow definition link.void
Sets the uuid of this workflow definition link.void
setWorkflowDefinitionLinkId
(long workflowDefinitionLinkId) Sets the workflow definition link ID of this workflow definition link.void
setWorkflowDefinitionName
(String workflowDefinitionName) Sets the workflow definition name of this workflow definition link.void
setWorkflowDefinitionVersion
(int workflowDefinitionVersion) Sets the workflow definition version of this workflow definition 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
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone, getStagedModelType
-
Method Details
-
getPrimaryKey
long getPrimaryKey()Returns the primary key of this workflow definition link.- Specified by:
getPrimaryKey
in interfaceCTModel<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 interfaceCTModel<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 interfaceMVCCModel
- 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 interfaceMVCCModel
- 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 interfaceCTModel<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 interfaceCTModel<WorkflowDefinitionLink>
- Parameters:
ctCollectionId
- the ct collection ID of this workflow definition link
-
getUuid
Returns the uuid of this workflow definition link.- Specified by:
getUuid
in interfaceStagedModel
- Returns:
- the uuid of this workflow definition link
-
setUuid
Sets the uuid of this workflow definition link.- Specified by:
setUuid
in interfaceStagedModel
- Parameters:
uuid
- the uuid of this workflow definition link
-
getExternalReferenceCode
Returns the external reference code of this workflow definition link.- Specified by:
getExternalReferenceCode
in interfaceExternalReferenceCodeModel
- Returns:
- the external reference code of this workflow definition link
-
setExternalReferenceCode
Sets the external reference code of this workflow definition link.- Specified by:
setExternalReferenceCode
in interfaceExternalReferenceCodeModel
- 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 interfaceGroupedModel
- 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 interfaceGroupedModel
- 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 interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceStagedModel
- 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 interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceStagedModel
- 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 interfaceAuditedModel
- 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 interfaceAuditedModel
- 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 interfaceAuditedModel
- Returns:
- the user uuid of this workflow definition link
-
setUserUuid
Sets the user uuid of this workflow definition link.- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this workflow definition link
-
getUserName
Returns the user name of this workflow definition link.- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this workflow definition link
-
setUserName
Sets the user name of this workflow definition link.- Specified by:
setUserName
in interfaceAuditedModel
- 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 interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceStagedModel
- Returns:
- the create date of this workflow definition link
-
setCreateDate
Sets the create date of this workflow definition link.- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in interfaceStagedModel
- 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 interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceStagedModel
- Returns:
- the modified date of this workflow definition link
-
setModifiedDate
Sets the modified date of this workflow definition link.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in interfaceStagedModel
- 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 interfaceTypedModel
- Returns:
- the fully qualified class name of this workflow definition link
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this workflow definition link.- Specified by:
getClassNameId
in interfaceTypedModel
- 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 interfaceTypedModel
- 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 interfaceAttachedModel
- 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 interfaceAttachedModel
- 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
Returns the workflow definition name of this workflow definition link.- Returns:
- the workflow definition name of this workflow definition link
-
setWorkflowDefinitionName
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 interfaceBaseModel<WorkflowDefinitionLink>
-
toXmlString
-