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
modelFields 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.longReturns the class name ID of this workflow instance link.longReturns the class pk of this workflow instance link.longReturns the company ID of this workflow instance link.Returns the create date of this workflow instance link.longReturns the ct collection ID of this workflow instance link.longReturns the group ID of this workflow instance link.Returns the modified date of this workflow instance link.longReturns the mvcc version of this workflow instance link.longReturns the primary key of this workflow instance link.longReturns 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.longReturns the workflow instance ID of this workflow instance link.longReturns the workflow instance link ID of this workflow instance link.voidpersist()Updates this model instance in the database or adds it if it does not yet exist.voidsetClassName(String className) voidsetClassNameId(long classNameId) Sets the class name ID of this workflow instance link.voidsetClassPK(long classPK) Sets the class pk of this workflow instance link.voidsetCompanyId(long companyId) Sets the company ID of this workflow instance link.voidsetCreateDate(Date createDate) Sets the create date of this workflow instance link.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this workflow instance link.voidsetGroupId(long groupId) Sets the group ID of this workflow instance link.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this workflow instance link.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this workflow instance link.voidsetPrimaryKey(long primaryKey) Sets the primary key of this workflow instance link.voidsetUserId(long userId) Sets the user ID of this workflow instance link.voidsetUserName(String userName) Sets the user name of this workflow instance link.voidsetUserUuid(String userUuid) Sets the user uuid of this workflow instance link.voidsetWorkflowInstanceId(long workflowInstanceId) Sets the workflow instance ID of this workflow instance link.voidsetWorkflowInstanceLinkId(long workflowInstanceLinkId) Sets the workflow instance link ID of this workflow instance link.protected WorkflowInstanceLinkWrapperwrap(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, toUnescapedModelMethods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, waitMethods 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, toUnescapedModelMethods inherited from interface com.liferay.portal.kernel.model.ClassedModel
getModelClass, getModelClassNameMethods inherited from interface java.lang.Comparable
compareToMethods inherited from interface com.liferay.portal.kernel.model.ModelWrapper
getWrappedModel
-
Constructor Details
-
WorkflowInstanceLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<WorkflowInstanceLink>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<WorkflowInstanceLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<WorkflowInstanceLink>- Specified by:
cloneWithOriginalValuesin interfaceWorkflowInstanceLinkModel
-
getClassName
Returns the fully qualified class name of this workflow instance link.- Specified by:
getClassNamein interfaceTypedModel- Specified by:
getClassNamein 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:
getClassNameIdin interfaceTypedModel- Specified by:
getClassNameIdin 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:
getClassPKin interfaceAttachedModel- Specified by:
getClassPKin 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:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceWorkflowInstanceLinkModel- Returns:
- the company ID of this workflow instance link
-
getCreateDate
Returns the create date of this workflow instance link.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein 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:
getCtCollectionIdin interfaceCTModel<WorkflowInstanceLink>- Specified by:
getCtCollectionIdin 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:
getGroupIdin interfaceGroupedModel- Specified by:
getGroupIdin interfaceWorkflowInstanceLinkModel- Returns:
- the group ID of this workflow instance link
-
getModifiedDate
Returns the modified date of this workflow instance link.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin interfaceCTModel<WorkflowInstanceLink>- Specified by:
getPrimaryKeyin 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:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceWorkflowInstanceLinkModel- Returns:
- the user ID of this workflow instance link
-
getUserName
Returns the user name of this workflow instance link.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceWorkflowInstanceLinkModel- Returns:
- the user name of this workflow instance link
-
getUserUuid
Returns the user uuid of this workflow instance link.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin 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:
getWorkflowInstanceIdin 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:
getWorkflowInstanceLinkIdin interfaceWorkflowInstanceLinkModel- Returns:
- the workflow instance link ID of this workflow instance link
-
persist
public void persist()Description copied from interface:PersistedModelUpdates this model instance in the database or adds it if it does not yet exist. Also notifies the appropriate model listeners.- Specified by:
persistin interfacePersistedModel
-
setClassName
- Specified by:
setClassNamein interfaceWorkflowInstanceLinkModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this workflow instance link.- Specified by:
setClassNameIdin interfaceTypedModel- Specified by:
setClassNameIdin 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:
setClassPKin interfaceAttachedModel- Specified by:
setClassPKin 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:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceWorkflowInstanceLinkModel- Parameters:
companyId- the company ID of this workflow instance link
-
setCreateDate
Sets the create date of this workflow instance link.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfaceCTModel<WorkflowInstanceLink>- Specified by:
setCtCollectionIdin 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:
setGroupIdin interfaceGroupedModel- Specified by:
setGroupIdin interfaceWorkflowInstanceLinkModel- Parameters:
groupId- the group ID of this workflow instance link
-
setModifiedDate
Sets the modified date of this workflow instance link.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfaceCTModel<WorkflowInstanceLink>- Specified by:
setPrimaryKeyin 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:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceWorkflowInstanceLinkModel- Parameters:
userId- the user ID of this workflow instance link
-
setUserName
Sets the user name of this workflow instance link.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceWorkflowInstanceLinkModel- Parameters:
userName- the user name of this workflow instance link
-
setUserUuid
Sets the user uuid of this workflow instance link.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin 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:
setWorkflowInstanceIdin 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:
setWorkflowInstanceLinkIdin interfaceWorkflowInstanceLinkModel- Parameters:
workflowInstanceLinkId- the workflow instance link ID of this workflow instance link
-
toXmlString
- Specified by:
toXmlStringin interfaceWorkflowInstanceLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<WorkflowInstanceLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<WorkflowInstanceLink>
-
wrap
- Specified by:
wrapin classBaseModelWrapper<WorkflowInstanceLink>
-