@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 |
|---|---|
WorkflowDefinitionLink |
cloneWithOriginalValues() |
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.
|
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.
|
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.
|
String |
getUserName()
Returns the user name of this workflow definition link.
|
String |
getUserUuid()
Returns the user uuid of this workflow definition link.
|
long |
getWorkflowDefinitionLinkId()
Returns the workflow definition link ID of this workflow definition link.
|
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(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 |
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 |
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.
|
clone, getAttributeGetterFunctions, getAttributeSetterBiConsumers, getExpandoBridge, getModelAttributes, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setModelAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toUnescapedModel, toXmlStringgetModelClass, getModelClassNamelong 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 MVCCModelvoid setMvccVersion(long mvccVersion)
setMvccVersion in interface MVCCModelmvccVersion - 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 GroupedModelvoid setGroupId(long groupId)
setGroupId in interface GroupedModelgroupId - the group ID of this workflow definition linklong getCompanyId()
getCompanyId in interface AuditedModelgetCompanyId in interface ShardedModelvoid setCompanyId(long companyId)
setCompanyId in interface AuditedModelsetCompanyId in interface ShardedModelcompanyId - the company ID of this workflow definition linklong getUserId()
getUserId in interface AuditedModelvoid setUserId(long userId)
setUserId in interface AuditedModeluserId - the user ID of this workflow definition linkString getUserUuid()
getUserUuid in interface AuditedModelvoid setUserUuid(String userUuid)
setUserUuid in interface AuditedModeluserUuid - the user uuid of this workflow definition link@AutoEscape String getUserName()
getUserName in interface AuditedModelvoid setUserName(String userName)
setUserName in interface AuditedModeluserName - the user name of this workflow definition linkDate getCreateDate()
getCreateDate in interface AuditedModelvoid setCreateDate(Date createDate)
setCreateDate in interface AuditedModelcreateDate - the create date of this workflow definition linkDate getModifiedDate()
getModifiedDate in interface AuditedModelvoid setModifiedDate(Date modifiedDate)
setModifiedDate in interface AuditedModelmodifiedDate - the modified date of this workflow definition linkString getClassName()
getClassName in interface TypedModelvoid setClassName(String className)
long getClassNameId()
getClassNameId in interface TypedModelvoid setClassNameId(long classNameId)
setClassNameId in interface TypedModelclassNameId - the class name ID of this workflow definition linklong getClassPK()
getClassPK in interface AttachedModelvoid setClassPK(long classPK)
setClassPK in interface AttachedModelclassPK - the class pk of this workflow definition linklong getTypePK()
void setTypePK(long typePK)
typePK - the type pk of this workflow definition link@AutoEscape String getWorkflowDefinitionName()
void setWorkflowDefinitionName(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 linkWorkflowDefinitionLink cloneWithOriginalValues()
cloneWithOriginalValues in interface BaseModel<WorkflowDefinitionLink>