Package com.liferay.portal.kernel.model
Class WorkflowDefinitionLinkWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WorkflowDefinitionLink>
com.liferay.portal.kernel.model.WorkflowDefinitionLinkWrapper
- All Implemented Interfaces:
AttachedModel
,AuditedModel
,BaseModel<WorkflowDefinitionLink>
,CTModel<WorkflowDefinitionLink>
,ClassedModel
,ExternalReferenceCodeModel
,GroupedModel
,ModelWrapper<WorkflowDefinitionLink>
,MVCCModel
,PersistedModel
,ShardedModel
,StagedAuditedModel
,StagedModel
,TypedModel
,WorkflowDefinitionLink
,WorkflowDefinitionLinkModel
,Serializable
,Cloneable
,Comparable<WorkflowDefinitionLink>
public class WorkflowDefinitionLinkWrapper
extends BaseModelWrapper<WorkflowDefinitionLink>
implements ModelWrapper<WorkflowDefinitionLink>, WorkflowDefinitionLink
This class is a wrapper for WorkflowDefinitionLink
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
Fields inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
model
Fields inherited from interface com.liferay.portal.kernel.model.WorkflowDefinitionLink
WORKFLOW_DEFINITION_LINK_ID_ACCESSOR
-
Constructor Summary
ConstructorsConstructorDescriptionWorkflowDefinitionLinkWrapper
(WorkflowDefinitionLink workflowDefinitionLink) -
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
persist()
Updates this model instance in the database or adds it if it does not yet exist.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
setModelAttributes
(Map<String, Object> attributes) 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.protected WorkflowDefinitionLinkWrapper
wrap
(WorkflowDefinitionLink workflowDefinitionLink) Methods inherited from class com.liferay.portal.kernel.model.wrapper.BaseModelWrapper
clone, compareTo, equals, getExpandoBridge, getModelClass, getModelClassName, getPrimaryKeyObj, getWrappedModel, hashCode, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, setPrimaryKeyObj, toCacheModel, toEscapedModel, toString, toUnescapedModel
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.liferay.portal.kernel.model.BaseModel
clone, getExpandoBridge, getPrimaryKeyObj, isCachedModel, isEntityCacheEnabled, isEscapedModel, isFinderCacheEnabled, isNew, resetOriginalValues, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, 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.ModelWrapper
getWrappedModel
Methods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
WorkflowDefinitionLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<WorkflowDefinitionLink>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<WorkflowDefinitionLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<WorkflowDefinitionLink>
- Specified by:
cloneWithOriginalValues
in interfaceWorkflowDefinitionLinkModel
-
getClassName
Returns the fully qualified class name of this workflow definition link.- Specified by:
getClassName
in interfaceTypedModel
- Specified by:
getClassName
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the fully qualified class name of this workflow definition link
-
getClassNameId
public long getClassNameId()Returns the class name ID of this workflow definition link.- Specified by:
getClassNameId
in interfaceTypedModel
- Specified by:
getClassNameId
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the class name ID of this workflow definition link
-
getClassPK
public long getClassPK()Returns the class pk of this workflow definition link.- Specified by:
getClassPK
in interfaceAttachedModel
- Specified by:
getClassPK
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the class pk of this workflow definition link
-
getCompanyId
public 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
- Specified by:
getCompanyId
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the company ID of this workflow definition link
-
getCreateDate
Returns the create date of this workflow definition link.- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceStagedModel
- Specified by:
getCreateDate
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the create date of this workflow definition link
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this workflow definition link.- Specified by:
getCtCollectionId
in interfaceCTModel<WorkflowDefinitionLink>
- Specified by:
getCtCollectionId
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the ct collection ID of this workflow definition link
-
getExternalReferenceCode
Returns the external reference code of this workflow definition link.- Specified by:
getExternalReferenceCode
in interfaceExternalReferenceCodeModel
- Specified by:
getExternalReferenceCode
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the external reference code of this workflow definition link
-
getGroupId
public long getGroupId()Returns the group ID of this workflow definition link.- Specified by:
getGroupId
in interfaceGroupedModel
- Specified by:
getGroupId
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the group ID of this workflow definition link
-
getModifiedDate
Returns the modified date of this workflow definition link.- Specified by:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceStagedModel
- Specified by:
getModifiedDate
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the modified date of this workflow definition link
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this workflow definition link.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the mvcc version of this workflow definition link
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this workflow definition link.- Specified by:
getPrimaryKey
in interfaceCTModel<WorkflowDefinitionLink>
- Specified by:
getPrimaryKey
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the primary key of this workflow definition link
-
getTypePK
public long getTypePK()Returns the type pk of this workflow definition link.- Specified by:
getTypePK
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the type pk of this workflow definition link
-
getUserId
public long getUserId()Returns the user ID of this workflow definition link.- Specified by:
getUserId
in interfaceAuditedModel
- Specified by:
getUserId
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the user ID of this workflow definition link
-
getUserName
Returns the user name of this workflow definition link.- Specified by:
getUserName
in interfaceAuditedModel
- Specified by:
getUserName
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the user name of this workflow definition link
-
getUserUuid
Returns the user uuid of this workflow definition link.- Specified by:
getUserUuid
in interfaceAuditedModel
- Specified by:
getUserUuid
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the user uuid of this workflow definition link
-
getUuid
Returns the uuid of this workflow definition link.- Specified by:
getUuid
in interfaceStagedModel
- Specified by:
getUuid
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the uuid of this workflow definition link
-
getWorkflowDefinitionLinkId
public long getWorkflowDefinitionLinkId()Returns the workflow definition link ID of this workflow definition link.- Specified by:
getWorkflowDefinitionLinkId
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the workflow definition link ID of this workflow definition link
-
getWorkflowDefinitionName
Returns the workflow definition name of this workflow definition link.- Specified by:
getWorkflowDefinitionName
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the workflow definition name of this workflow definition link
-
getWorkflowDefinitionVersion
public int getWorkflowDefinitionVersion()Returns the workflow definition version of this workflow definition link.- Specified by:
getWorkflowDefinitionVersion
in interfaceWorkflowDefinitionLinkModel
- Returns:
- the workflow definition version of this workflow definition link
-
persist
public void persist()Description copied from interface:PersistedModel
Updates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persist
in interfacePersistedModel
-
setClassName
- Specified by:
setClassName
in interfaceWorkflowDefinitionLinkModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this workflow definition link.- Specified by:
setClassNameId
in interfaceTypedModel
- Specified by:
setClassNameId
in interfaceWorkflowDefinitionLinkModel
- Parameters:
classNameId
- the class name ID of this workflow definition link
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this workflow definition link.- Specified by:
setClassPK
in interfaceAttachedModel
- Specified by:
setClassPK
in interfaceWorkflowDefinitionLinkModel
- Parameters:
classPK
- the class pk of this workflow definition link
-
setCompanyId
public 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
- Specified by:
setCompanyId
in interfaceWorkflowDefinitionLinkModel
- Parameters:
companyId
- the company ID 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
- Specified by:
setCreateDate
in interfaceWorkflowDefinitionLinkModel
- Parameters:
createDate
- the create date of this workflow definition link
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this workflow definition link.- Specified by:
setCtCollectionId
in interfaceCTModel<WorkflowDefinitionLink>
- Specified by:
setCtCollectionId
in interfaceWorkflowDefinitionLinkModel
- Parameters:
ctCollectionId
- the ct collection ID of this workflow definition link
-
setExternalReferenceCode
Sets the external reference code of this workflow definition link.- Specified by:
setExternalReferenceCode
in interfaceExternalReferenceCodeModel
- Specified by:
setExternalReferenceCode
in interfaceWorkflowDefinitionLinkModel
- Parameters:
externalReferenceCode
- the external reference code of this workflow definition link
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this workflow definition link.- Specified by:
setGroupId
in interfaceGroupedModel
- Specified by:
setGroupId
in interfaceWorkflowDefinitionLinkModel
- Parameters:
groupId
- the group ID 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
- Specified by:
setModifiedDate
in interfaceWorkflowDefinitionLinkModel
- Parameters:
modifiedDate
- the modified date of this workflow definition link
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this workflow definition link.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfaceWorkflowDefinitionLinkModel
- Parameters:
mvccVersion
- the mvcc version of this workflow definition link
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this workflow definition link.- Specified by:
setPrimaryKey
in interfaceCTModel<WorkflowDefinitionLink>
- Specified by:
setPrimaryKey
in interfaceWorkflowDefinitionLinkModel
- Parameters:
primaryKey
- the primary key of this workflow definition link
-
setTypePK
public void setTypePK(long typePK) Sets the type pk of this workflow definition link.- Specified by:
setTypePK
in interfaceWorkflowDefinitionLinkModel
- Parameters:
typePK
- the type pk of this workflow definition link
-
setUserId
public void setUserId(long userId) Sets the user ID of this workflow definition link.- Specified by:
setUserId
in interfaceAuditedModel
- Specified by:
setUserId
in interfaceWorkflowDefinitionLinkModel
- Parameters:
userId
- the user ID of this workflow definition link
-
setUserName
Sets the user name of this workflow definition link.- Specified by:
setUserName
in interfaceAuditedModel
- Specified by:
setUserName
in interfaceWorkflowDefinitionLinkModel
- Parameters:
userName
- the user name of this workflow definition link
-
setUserUuid
Sets the user uuid of this workflow definition link.- Specified by:
setUserUuid
in interfaceAuditedModel
- Specified by:
setUserUuid
in interfaceWorkflowDefinitionLinkModel
- Parameters:
userUuid
- the user uuid of this workflow definition link
-
setUuid
Sets the uuid of this workflow definition link.- Specified by:
setUuid
in interfaceStagedModel
- Specified by:
setUuid
in interfaceWorkflowDefinitionLinkModel
- Parameters:
uuid
- the uuid of this workflow definition link
-
setWorkflowDefinitionLinkId
public void setWorkflowDefinitionLinkId(long workflowDefinitionLinkId) Sets the workflow definition link ID of this workflow definition link.- Specified by:
setWorkflowDefinitionLinkId
in interfaceWorkflowDefinitionLinkModel
- Parameters:
workflowDefinitionLinkId
- the workflow definition link ID of this workflow definition link
-
setWorkflowDefinitionName
Sets the workflow definition name of this workflow definition link.- Specified by:
setWorkflowDefinitionName
in interfaceWorkflowDefinitionLinkModel
- Parameters:
workflowDefinitionName
- the workflow definition name of this workflow definition link
-
setWorkflowDefinitionVersion
public void setWorkflowDefinitionVersion(int workflowDefinitionVersion) Sets the workflow definition version of this workflow definition link.- Specified by:
setWorkflowDefinitionVersion
in interfaceWorkflowDefinitionLinkModel
- Parameters:
workflowDefinitionVersion
- the workflow definition version of this workflow definition link
-
toXmlString
- Specified by:
toXmlString
in interfaceWorkflowDefinitionLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfaceBaseModel<WorkflowDefinitionLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfaceBaseModel<WorkflowDefinitionLink>
-
getStagedModelType
- Specified by:
getStagedModelType
in interfaceStagedModel
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<WorkflowDefinitionLink>
-