Package com.liferay.portal.kernel.model
Class WorkflowInstanceLinkWrapper
Object
com.liferay.portal.kernel.model.wrapper.BaseModelWrapper<WorkflowInstanceLink>
com.liferay.portal.kernel.model.WorkflowInstanceLinkWrapper
- All Implemented Interfaces:
AttachedModel
,AuditedModel
,BaseModel<WorkflowInstanceLink>
,CTModel<WorkflowInstanceLink>
,ClassedModel
,GroupedModel
,ModelWrapper<WorkflowInstanceLink>
,MVCCModel
,PersistedModel
,ShardedModel
,TypedModel
,WorkflowInstanceLink
,WorkflowInstanceLinkModel
,Serializable
,Cloneable
,Comparable<WorkflowInstanceLink>
public class WorkflowInstanceLinkWrapper
extends BaseModelWrapper<WorkflowInstanceLink>
implements ModelWrapper<WorkflowInstanceLink>, WorkflowInstanceLink
This class is a wrapper for WorkflowInstanceLink
.
- 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.WorkflowInstanceLink
WORKFLOW_INSTANCE_LINK_ID_ACCESSOR
-
Constructor Summary
Constructors -
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
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 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
setModelAttributes
(Map<String, Object> attributes) 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.protected WorkflowInstanceLinkWrapper
wrap
(WorkflowInstanceLink workflowInstanceLink) 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
-
Constructor Details
-
WorkflowInstanceLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributes
in interfaceBaseModel<WorkflowInstanceLink>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfaceBaseModel<WorkflowInstanceLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValues
in interfaceBaseModel<WorkflowInstanceLink>
- Specified by:
cloneWithOriginalValues
in interfaceWorkflowInstanceLinkModel
-
getClassName
Returns the fully qualified class name of this workflow instance link.- Specified by:
getClassName
in interfaceTypedModel
- Specified by:
getClassName
in interfaceWorkflowInstanceLinkModel
- Returns:
- the fully qualified class name of this workflow instance link
-
getClassNameId
public long getClassNameId()Returns the class name ID of this workflow instance link.- Specified by:
getClassNameId
in interfaceTypedModel
- Specified by:
getClassNameId
in interfaceWorkflowInstanceLinkModel
- Returns:
- the class name ID of this workflow instance link
-
getClassPK
public long getClassPK()Returns the class pk of this workflow instance link.- Specified by:
getClassPK
in interfaceAttachedModel
- Specified by:
getClassPK
in interfaceWorkflowInstanceLinkModel
- Returns:
- the class pk of this workflow instance link
-
getCompanyId
public long getCompanyId()Returns the company ID of this workflow instance link.- Specified by:
getCompanyId
in interfaceAuditedModel
- Specified by:
getCompanyId
in interfaceShardedModel
- Specified by:
getCompanyId
in interfaceWorkflowInstanceLinkModel
- Returns:
- the company ID of this workflow instance link
-
getCreateDate
Returns the create date of this workflow instance link.- Specified by:
getCreateDate
in interfaceAuditedModel
- Specified by:
getCreateDate
in interfaceWorkflowInstanceLinkModel
- Returns:
- the create date of this workflow instance link
-
getCtCollectionId
public long getCtCollectionId()Returns the ct collection ID of this workflow instance link.- Specified by:
getCtCollectionId
in interfaceCTModel<WorkflowInstanceLink>
- Specified by:
getCtCollectionId
in interfaceWorkflowInstanceLinkModel
- Returns:
- the ct collection ID of this workflow instance link
-
getGroupId
public long getGroupId()Returns the group ID of this workflow instance link.- Specified by:
getGroupId
in interfaceGroupedModel
- Specified by:
getGroupId
in interfaceWorkflowInstanceLinkModel
- Returns:
- the group ID of this workflow instance link
-
getModifiedDate
Returns the modified date of this workflow instance link.- Specified by:
getModifiedDate
in interfaceAuditedModel
- Specified by:
getModifiedDate
in interfaceWorkflowInstanceLinkModel
- Returns:
- the modified date of this workflow instance link
-
getMvccVersion
public long getMvccVersion()Returns the mvcc version of this workflow instance link.- Specified by:
getMvccVersion
in interfaceMVCCModel
- Specified by:
getMvccVersion
in interfaceWorkflowInstanceLinkModel
- Returns:
- the mvcc version of this workflow instance link
-
getPrimaryKey
public long getPrimaryKey()Returns the primary key of this workflow instance link.- Specified by:
getPrimaryKey
in interfaceCTModel<WorkflowInstanceLink>
- Specified by:
getPrimaryKey
in interfaceWorkflowInstanceLinkModel
- Returns:
- the primary key of this workflow instance link
-
getUserId
public long getUserId()Returns the user ID of this workflow instance link.- Specified by:
getUserId
in interfaceAuditedModel
- Specified by:
getUserId
in interfaceWorkflowInstanceLinkModel
- Returns:
- the user ID of this workflow instance link
-
getUserName
Returns the user name of this workflow instance link.- Specified by:
getUserName
in interfaceAuditedModel
- Specified by:
getUserName
in interfaceWorkflowInstanceLinkModel
- Returns:
- the user name of this workflow instance link
-
getUserUuid
Returns the user uuid of this workflow instance link.- Specified by:
getUserUuid
in interfaceAuditedModel
- Specified by:
getUserUuid
in interfaceWorkflowInstanceLinkModel
- Returns:
- the user uuid of this workflow instance link
-
getWorkflowInstanceId
public long getWorkflowInstanceId()Returns the workflow instance ID of this workflow instance link.- Specified by:
getWorkflowInstanceId
in interfaceWorkflowInstanceLinkModel
- Returns:
- the workflow instance ID of this workflow instance link
-
getWorkflowInstanceLinkId
public long getWorkflowInstanceLinkId()Returns the workflow instance link ID of this workflow instance link.- Specified by:
getWorkflowInstanceLinkId
in interfaceWorkflowInstanceLinkModel
- Returns:
- the workflow instance link ID of this workflow instance 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 interfaceWorkflowInstanceLinkModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this workflow instance link.- Specified by:
setClassNameId
in interfaceTypedModel
- Specified by:
setClassNameId
in interfaceWorkflowInstanceLinkModel
- Parameters:
classNameId
- the class name ID of this workflow instance link
-
setClassPK
public void setClassPK(long classPK) Sets the class pk of this workflow instance link.- Specified by:
setClassPK
in interfaceAttachedModel
- Specified by:
setClassPK
in interfaceWorkflowInstanceLinkModel
- Parameters:
classPK
- the class pk of this workflow instance link
-
setCompanyId
public void setCompanyId(long companyId) Sets the company ID of this workflow instance link.- Specified by:
setCompanyId
in interfaceAuditedModel
- Specified by:
setCompanyId
in interfaceShardedModel
- Specified by:
setCompanyId
in interfaceWorkflowInstanceLinkModel
- Parameters:
companyId
- the company ID of this workflow instance link
-
setCreateDate
Sets the create date of this workflow instance link.- Specified by:
setCreateDate
in interfaceAuditedModel
- Specified by:
setCreateDate
in interfaceWorkflowInstanceLinkModel
- Parameters:
createDate
- the create date of this workflow instance link
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) Sets the ct collection ID of this workflow instance link.- Specified by:
setCtCollectionId
in interfaceCTModel<WorkflowInstanceLink>
- Specified by:
setCtCollectionId
in interfaceWorkflowInstanceLinkModel
- Parameters:
ctCollectionId
- the ct collection ID of this workflow instance link
-
setGroupId
public void setGroupId(long groupId) Sets the group ID of this workflow instance link.- Specified by:
setGroupId
in interfaceGroupedModel
- Specified by:
setGroupId
in interfaceWorkflowInstanceLinkModel
- Parameters:
groupId
- the group ID of this workflow instance link
-
setModifiedDate
Sets the modified date of this workflow instance link.- Specified by:
setModifiedDate
in interfaceAuditedModel
- Specified by:
setModifiedDate
in interfaceWorkflowInstanceLinkModel
- Parameters:
modifiedDate
- the modified date of this workflow instance link
-
setMvccVersion
public void setMvccVersion(long mvccVersion) Sets the mvcc version of this workflow instance link.- Specified by:
setMvccVersion
in interfaceMVCCModel
- Specified by:
setMvccVersion
in interfaceWorkflowInstanceLinkModel
- Parameters:
mvccVersion
- the mvcc version of this workflow instance link
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) Sets the primary key of this workflow instance link.- Specified by:
setPrimaryKey
in interfaceCTModel<WorkflowInstanceLink>
- Specified by:
setPrimaryKey
in interfaceWorkflowInstanceLinkModel
- Parameters:
primaryKey
- the primary key of this workflow instance link
-
setUserId
public void setUserId(long userId) Sets the user ID of this workflow instance link.- Specified by:
setUserId
in interfaceAuditedModel
- Specified by:
setUserId
in interfaceWorkflowInstanceLinkModel
- Parameters:
userId
- the user ID of this workflow instance link
-
setUserName
Sets the user name of this workflow instance link.- Specified by:
setUserName
in interfaceAuditedModel
- Specified by:
setUserName
in interfaceWorkflowInstanceLinkModel
- Parameters:
userName
- the user name of this workflow instance link
-
setUserUuid
Sets the user uuid of this workflow instance link.- Specified by:
setUserUuid
in interfaceAuditedModel
- Specified by:
setUserUuid
in interfaceWorkflowInstanceLinkModel
- Parameters:
userUuid
- the user uuid of this workflow instance link
-
setWorkflowInstanceId
public void setWorkflowInstanceId(long workflowInstanceId) Sets the workflow instance ID of this workflow instance link.- Specified by:
setWorkflowInstanceId
in interfaceWorkflowInstanceLinkModel
- Parameters:
workflowInstanceId
- the workflow instance ID of this workflow instance link
-
setWorkflowInstanceLinkId
public void setWorkflowInstanceLinkId(long workflowInstanceLinkId) Sets the workflow instance link ID of this workflow instance link.- Specified by:
setWorkflowInstanceLinkId
in interfaceWorkflowInstanceLinkModel
- Parameters:
workflowInstanceLinkId
- the workflow instance link ID of this workflow instance link
-
toXmlString
- Specified by:
toXmlString
in interfaceWorkflowInstanceLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctions
in interfaceBaseModel<WorkflowInstanceLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumers
in interfaceBaseModel<WorkflowInstanceLink>
-
wrap
- Specified by:
wrap
in classBaseModelWrapper<WorkflowInstanceLink>
-