@ProviderType public interface WorkflowDefinitionLinkModel extends AttachedModel, BaseModel<WorkflowDefinitionLink>, CTModel<WorkflowDefinitionLink>, GroupedModel, MVCCModel, ShardedModel
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
.
WorkflowDefinitionLink
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getClassName()
Returns the fully qualified class name of this workflow definition link.
|
long |
getClassNameId()
Returns the class name ID of this workflow definition link.
|
long |
getClassPK()
Returns the class pk of this workflow definition link.
|
long |
getCompanyId()
Returns the company ID of this workflow definition link.
|
java.util.Date |
getCreateDate()
Returns the create date of this workflow definition link.
|
long |
getCtCollectionId()
Returns the ct collection ID of this workflow definition link.
|
long |
getGroupId()
Returns the group ID of this workflow definition link.
|
java.util.Date |
getModifiedDate()
Returns the modified date of this workflow definition link.
|
long |
getMvccVersion()
Returns the mvcc version of this workflow definition link.
|
long |
getPrimaryKey()
Returns the primary key of this workflow definition link.
|
long |
getTypePK()
Returns the type pk of this workflow definition link.
|
long |
getUserId()
Returns the user ID of this workflow definition link.
|
java.lang.String |
getUserName()
Returns the user name of this workflow definition link.
|
java.lang.String |
getUserUuid()
Returns the user uuid of this workflow definition link.
|
long |
getWorkflowDefinitionLinkId()
Returns the workflow definition link ID of this workflow definition link.
|
java.lang.String |
getWorkflowDefinitionName()
Returns the workflow definition name of this workflow definition link.
|
int |
getWorkflowDefinitionVersion()
Returns the workflow definition version of this workflow definition link.
|
void |
setClassName(java.lang.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(java.util.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 |
setGroupId(long groupId)
Sets the group ID of this workflow definition link.
|
void |
setModifiedDate(java.util.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(java.lang.String userName)
Sets the user name of this workflow definition link.
|
void |
setUserUuid(java.lang.String userUuid)
Sets the user uuid of this workflow definition link.
|
void |
setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
Sets the workflow definition link ID of this workflow definition link.
|
void |
setWorkflowDefinitionName(java.lang.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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlString
getModelClass, getModelClassName
long getPrimaryKey()
getPrimaryKey
in interface CTModel<WorkflowDefinitionLink>
void setPrimaryKey(long primaryKey)
setPrimaryKey
in interface CTModel<WorkflowDefinitionLink>
primaryKey
- the primary key of this workflow definition linklong getMvccVersion()
getMvccVersion
in interface MVCCModel
void setMvccVersion(long mvccVersion)
setMvccVersion
in interface MVCCModel
mvccVersion
- the mvcc version of this workflow definition linklong getCtCollectionId()
getCtCollectionId
in interface CTModel<WorkflowDefinitionLink>
void setCtCollectionId(long ctCollectionId)
setCtCollectionId
in interface CTModel<WorkflowDefinitionLink>
ctCollectionId
- the ct collection ID of this workflow definition linklong getWorkflowDefinitionLinkId()
void setWorkflowDefinitionLinkId(long workflowDefinitionLinkId)
workflowDefinitionLinkId
- the workflow definition link ID of this workflow definition linklong getGroupId()
getGroupId
in interface GroupedModel
void setGroupId(long groupId)
setGroupId
in interface GroupedModel
groupId
- the group ID of this workflow definition linklong getCompanyId()
getCompanyId
in interface AuditedModel
getCompanyId
in interface ShardedModel
void setCompanyId(long companyId)
setCompanyId
in interface AuditedModel
setCompanyId
in interface ShardedModel
companyId
- the company ID of this workflow definition linklong getUserId()
getUserId
in interface AuditedModel
void setUserId(long userId)
setUserId
in interface AuditedModel
userId
- the user ID of this workflow definition linkjava.lang.String getUserUuid()
getUserUuid
in interface AuditedModel
void setUserUuid(java.lang.String userUuid)
setUserUuid
in interface AuditedModel
userUuid
- the user uuid of this workflow definition link@AutoEscape java.lang.String getUserName()
getUserName
in interface AuditedModel
void setUserName(java.lang.String userName)
setUserName
in interface AuditedModel
userName
- the user name of this workflow definition linkjava.util.Date getCreateDate()
getCreateDate
in interface AuditedModel
void setCreateDate(java.util.Date createDate)
setCreateDate
in interface AuditedModel
createDate
- the create date of this workflow definition linkjava.util.Date getModifiedDate()
getModifiedDate
in interface AuditedModel
void setModifiedDate(java.util.Date modifiedDate)
setModifiedDate
in interface AuditedModel
modifiedDate
- the modified date of this workflow definition linkjava.lang.String getClassName()
getClassName
in interface TypedModel
void setClassName(java.lang.String className)
long getClassNameId()
getClassNameId
in interface TypedModel
void setClassNameId(long classNameId)
setClassNameId
in interface TypedModel
classNameId
- the class name ID of this workflow definition linklong getClassPK()
getClassPK
in interface AttachedModel
void setClassPK(long classPK)
setClassPK
in interface AttachedModel
classPK
- the class pk of this workflow definition linklong getTypePK()
void setTypePK(long typePK)
typePK
- the type pk of this workflow definition link@AutoEscape java.lang.String getWorkflowDefinitionName()
void setWorkflowDefinitionName(java.lang.String workflowDefinitionName)
workflowDefinitionName
- the workflow definition name of this workflow definition linkint getWorkflowDefinitionVersion()
void setWorkflowDefinitionVersion(int workflowDefinitionVersion)
workflowDefinitionVersion
- the workflow definition version of this workflow definition link