Package com.liferay.portal.kernel.model
Interface WorkflowInstanceLinkModel
- All Superinterfaces:
AttachedModel
,AuditedModel
,BaseModel<WorkflowInstanceLink>
,ClassedModel
,Cloneable
,Comparable<WorkflowInstanceLink>
,CTModel<WorkflowInstanceLink>
,GroupedModel
,MVCCModel
,Serializable
,ShardedModel
,TypedModel
- All Known Subinterfaces:
WorkflowInstanceLink
- All Known Implementing Classes:
WorkflowInstanceLinkWrapper
@ProviderType
public interface WorkflowInstanceLinkModel
extends AttachedModel, BaseModel<WorkflowInstanceLink>, CTModel<WorkflowInstanceLink>, GroupedModel, MVCCModel, ShardedModel
The base model interface for the WorkflowInstanceLink service. Represents a row in the "WorkflowInstanceLink" database table, with each column mapped to a property of this class.
This interface and its corresponding implementation com.liferay.portal.model.impl.WorkflowInstanceLinkModelImpl
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.WorkflowInstanceLinkImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Method Summary
Modifier and TypeMethodDescriptionReturns the fully qualified class name of this workflow instance link.long
Returns the class name ID of this workflow instance link.long
Returns the class pk of this workflow instance link.long
Returns the company ID of this workflow instance link.Returns the create date of this workflow instance link.long
Returns the ct collection ID of this workflow instance link.long
Returns the group ID of this workflow instance link.Returns the modified date of this workflow instance link.long
Returns the mvcc version of this workflow instance link.long
Returns the primary key of this workflow instance link.long
Returns the user ID of this workflow instance link.Returns the user name of this workflow instance link.Returns the user uuid of this workflow instance link.long
Returns the workflow instance ID of this workflow instance link.long
Returns the workflow instance link ID of this workflow instance link.void
setClassName
(String className) void
setClassNameId
(long classNameId) Sets the class name ID of this workflow instance link.void
setClassPK
(long classPK) Sets the class pk of this workflow instance link.void
setCompanyId
(long companyId) Sets the company ID of this workflow instance link.void
setCreateDate
(Date createDate) Sets the create date of this workflow instance link.void
setCtCollectionId
(long ctCollectionId) Sets the ct collection ID of this workflow instance link.void
setGroupId
(long groupId) Sets the group ID of this workflow instance link.void
setModifiedDate
(Date modifiedDate) Sets the modified date of this workflow instance link.void
setMvccVersion
(long mvccVersion) Sets the mvcc version of this workflow instance link.void
setPrimaryKey
(long primaryKey) Sets the primary key of this workflow instance link.void
setUserId
(long userId) Sets the user ID of this workflow instance link.void
setUserName
(String userName) Sets the user name of this workflow instance link.void
setUserUuid
(String userUuid) Sets the user uuid of this workflow instance link.void
setWorkflowInstanceId
(long workflowInstanceId) Sets the workflow instance ID of this workflow instance link.void
setWorkflowInstanceLinkId
(long workflowInstanceLinkId) Sets the workflow instance link ID of this workflow instance 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 workflow instance link.- Specified by:
getPrimaryKey
in interfaceCTModel<WorkflowInstanceLink>
- Returns:
- the primary key of this workflow instance link
-
setPrimaryKey
void setPrimaryKey(long primaryKey) Sets the primary key of this workflow instance link.- Specified by:
setPrimaryKey
in interfaceCTModel<WorkflowInstanceLink>
- Parameters:
primaryKey
- the primary key of this workflow instance link
-
getMvccVersion
long getMvccVersion()Returns the mvcc version of this workflow instance link.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Returns:
- the mvcc version of this workflow instance link
-
setMvccVersion
void setMvccVersion(long mvccVersion) Sets the mvcc version of this workflow instance link.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Parameters:
mvccVersion
- the mvcc version of this workflow instance link
-
getCtCollectionId
long getCtCollectionId()Returns the ct collection ID of this workflow instance link.- Specified by:
getCtCollectionId
in interfaceCTModel<WorkflowInstanceLink>
- Returns:
- the ct collection ID of this workflow instance link
-
setCtCollectionId
void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this workflow instance link.- Specified by:
setCtCollectionId
in interfaceCTModel<WorkflowInstanceLink>
- Parameters:
ctCollectionId
- the ct collection ID of this workflow instance link
-
getWorkflowInstanceLinkId
long getWorkflowInstanceLinkId()Returns the workflow instance link ID of this workflow instance link.- Returns:
- the workflow instance link ID of this workflow instance link
-
setWorkflowInstanceLinkId
void setWorkflowInstanceLinkId(long workflowInstanceLinkId) Sets the workflow instance link ID of this workflow instance link.- Parameters:
workflowInstanceLinkId
- the workflow instance link ID of this workflow instance link
-
getGroupId
long getGroupId()Returns the group ID of this workflow instance link.- Specified by:
getGroupId
in interfaceGroupedModel
- Returns:
- the group ID of this workflow instance link
-
setGroupId
void setGroupId(long groupId) Sets the group ID of this workflow instance link.- Specified by:
setGroupId
in interfaceGroupedModel
- Parameters:
groupId
- the group ID of this workflow instance link
-
getCompanyId
long getCompanyId()Returns the company ID of this workflow instance link.- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Returns:
- the company ID of this workflow instance link
-
setCompanyId
void setCompanyId(long companyId) Sets the company ID of this workflow instance link.- Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Parameters:
companyId
- the company ID of this workflow instance link
-
getUserId
long getUserId()Returns the user ID of this workflow instance link.- Specified by:
getUserId
in interfaceAuditedModel
- Returns:
- the user ID of this workflow instance link
-
setUserId
void setUserId(long userId) Sets the user ID of this workflow instance link.- Specified by:
setUserId
in interfaceAuditedModel
- Parameters:
userId
- the user ID of this workflow instance link
-
getUserUuid
String getUserUuid()Returns the user uuid of this workflow instance link.- Specified by:
getUserUuid
in interfaceAuditedModel
- Returns:
- the user uuid of this workflow instance link
-
setUserUuid
Sets the user uuid of this workflow instance link.- Specified by:
setUserUuid
in interfaceAuditedModel
- Parameters:
userUuid
- the user uuid of this workflow instance link
-
getUserName
Returns the user name of this workflow instance link.- Specified by:
getUserName
in interfaceAuditedModel
- Returns:
- the user name of this workflow instance link
-
setUserName
Sets the user name of this workflow instance link.- Specified by:
setUserName
in interfaceAuditedModel
- Parameters:
userName
- the user name of this workflow instance link
-
getCreateDate
Date getCreateDate()Returns the create date of this workflow instance link.- Specified by:
getCreateDate
in interfaceAuditedModel
- Returns:
- the create date of this workflow instance link
-
setCreateDate
Sets the create date of this workflow instance link.- Specified by:
setCreateDate
in interfaceAuditedModel
- Parameters:
createDate
- the create date of this workflow instance link
-
getModifiedDate
Date getModifiedDate()Returns the modified date of this workflow instance link.- Specified by:
getModifiedDate
in interfaceAuditedModel
- Returns:
- the modified date of this workflow instance link
-
setModifiedDate
Sets the modified date of this workflow instance link.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Parameters:
modifiedDate
- the modified date of this workflow instance link
-
getClassName
String getClassName()Returns the fully qualified class name of this workflow instance link.- Specified by:
getClassName
in interfaceTypedModel
- Returns:
- the fully qualified class name of this workflow instance link
-
setClassName
-
getClassNameId
long getClassNameId()Returns the class name ID of this workflow instance link.- Specified by:
getClassNameId
in interfaceTypedModel
- Returns:
- the class name ID of this workflow instance link
-
setClassNameId
void setClassNameId(long classNameId) Sets the class name ID of this workflow instance link.- Specified by:
setClassNameId
in interfaceTypedModel
- Parameters:
classNameId
- the class name ID of this workflow instance link
-
getClassPK
long getClassPK()Returns the class pk of this workflow instance link.- Specified by:
getClassPK
in interfaceAttachedModel
- Returns:
- the class pk of this workflow instance link
-
setClassPK
void setClassPK(long classPK) Sets the class pk of this workflow instance link.- Specified by:
setClassPK
in interfaceAttachedModel
- Parameters:
classPK
- the class pk of this workflow instance link
-
getWorkflowInstanceId
long getWorkflowInstanceId()Returns the workflow instance ID of this workflow instance link.- Returns:
- the workflow instance ID of this workflow instance link
-
setWorkflowInstanceId
void setWorkflowInstanceId(long workflowInstanceId) Sets the workflow instance ID of this workflow instance link.- Parameters:
workflowInstanceId
- the workflow instance ID of this workflow instance link
-
cloneWithOriginalValues
WorkflowInstanceLink cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<WorkflowInstanceLink>
-
toXmlString
-