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
modelFields 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.longReturns the class name ID of this workflow definition link.longReturns the class pk of this workflow definition link.longReturns the company ID of this workflow definition link.Returns the create date of this workflow definition link.longReturns the ct collection ID of this workflow definition link.Returns the external reference code of this workflow definition link.longReturns the group ID of this workflow definition link.Returns the modified date of this workflow definition link.longReturns the mvcc version of this workflow definition link.longReturns the primary key of this workflow definition link.longReturns the type pk of this workflow definition link.longReturns 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.longReturns the workflow definition link ID of this workflow definition link.Returns the workflow definition name of this workflow definition link.intReturns the workflow definition version of this workflow definition 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 definition link.voidsetClassPK(long classPK) Sets the class pk of this workflow definition link.voidsetCompanyId(long companyId) Sets the company ID of this workflow definition link.voidsetCreateDate(Date createDate) Sets the create date of this workflow definition link.voidsetCtCollectionId(long ctCollectionId) Sets the ct collection ID of this workflow definition link.voidsetExternalReferenceCode(String externalReferenceCode) Sets the external reference code of this workflow definition link.voidsetGroupId(long groupId) Sets the group ID of this workflow definition link.voidsetModelAttributes(Map<String, Object> attributes) voidsetModifiedDate(Date modifiedDate) Sets the modified date of this workflow definition link.voidsetMvccVersion(long mvccVersion) Sets the mvcc version of this workflow definition link.voidsetPrimaryKey(long primaryKey) Sets the primary key of this workflow definition link.voidsetTypePK(long typePK) Sets the type pk of this workflow definition link.voidsetUserId(long userId) Sets the user ID of this workflow definition link.voidsetUserName(String userName) Sets the user name of this workflow definition link.voidsetUserUuid(String userUuid) Sets the user uuid of this workflow definition link.voidSets the uuid of this workflow definition link.voidsetWorkflowDefinitionLinkId(long workflowDefinitionLinkId) Sets the workflow definition link ID of this workflow definition link.voidsetWorkflowDefinitionName(String workflowDefinitionName) Sets the workflow definition name of this workflow definition link.voidsetWorkflowDefinitionVersion(int workflowDefinitionVersion) Sets the workflow definition version of this workflow definition link.protected WorkflowDefinitionLinkWrapperwrap(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, 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
getWrappedModelMethods inherited from interface com.liferay.portal.kernel.model.StagedModel
clone
-
Constructor Details
-
WorkflowDefinitionLinkWrapper
-
-
Method Details
-
getModelAttributes
- Specified by:
getModelAttributesin interfaceBaseModel<WorkflowDefinitionLink>
-
setModelAttributes
- Specified by:
setModelAttributesin interfaceBaseModel<WorkflowDefinitionLink>
-
cloneWithOriginalValues
- Specified by:
cloneWithOriginalValuesin interfaceBaseModel<WorkflowDefinitionLink>- Specified by:
cloneWithOriginalValuesin interfaceWorkflowDefinitionLinkModel
-
getClassName
Returns the fully qualified class name of this workflow definition link.- Specified by:
getClassNamein interfaceTypedModel- Specified by:
getClassNamein 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:
getClassNameIdin interfaceTypedModel- Specified by:
getClassNameIdin 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:
getClassPKin interfaceAttachedModel- Specified by:
getClassPKin 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:
getCompanyIdin interfaceAuditedModel- Specified by:
getCompanyIdin interfaceShardedModel- Specified by:
getCompanyIdin interfaceStagedModel- Specified by:
getCompanyIdin interfaceWorkflowDefinitionLinkModel- Returns:
- the company ID of this workflow definition link
-
getCreateDate
Returns the create date of this workflow definition link.- Specified by:
getCreateDatein interfaceAuditedModel- Specified by:
getCreateDatein interfaceStagedModel- Specified by:
getCreateDatein 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:
getCtCollectionIdin interfaceCTModel<WorkflowDefinitionLink>- Specified by:
getCtCollectionIdin interfaceWorkflowDefinitionLinkModel- Returns:
- the ct collection ID of this workflow definition link
-
getExternalReferenceCode
Returns the external reference code of this workflow definition link.- Specified by:
getExternalReferenceCodein interfaceExternalReferenceCodeModel- Specified by:
getExternalReferenceCodein 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:
getGroupIdin interfaceGroupedModel- Specified by:
getGroupIdin interfaceWorkflowDefinitionLinkModel- Returns:
- the group ID of this workflow definition link
-
getModifiedDate
Returns the modified date of this workflow definition link.- Specified by:
getModifiedDatein interfaceAuditedModel- Specified by:
getModifiedDatein interfaceStagedModel- Specified by:
getModifiedDatein 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:
getMvccVersionin interfaceMVCCModel- Specified by:
getMvccVersionin 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:
getPrimaryKeyin interfaceCTModel<WorkflowDefinitionLink>- Specified by:
getPrimaryKeyin 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:
getTypePKin 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:
getUserIdin interfaceAuditedModel- Specified by:
getUserIdin interfaceWorkflowDefinitionLinkModel- Returns:
- the user ID of this workflow definition link
-
getUserName
Returns the user name of this workflow definition link.- Specified by:
getUserNamein interfaceAuditedModel- Specified by:
getUserNamein interfaceWorkflowDefinitionLinkModel- Returns:
- the user name of this workflow definition link
-
getUserUuid
Returns the user uuid of this workflow definition link.- Specified by:
getUserUuidin interfaceAuditedModel- Specified by:
getUserUuidin interfaceWorkflowDefinitionLinkModel- Returns:
- the user uuid of this workflow definition link
-
getUuid
Returns the uuid of this workflow definition link.- Specified by:
getUuidin interfaceStagedModel- Specified by:
getUuidin 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:
getWorkflowDefinitionLinkIdin 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:
getWorkflowDefinitionNamein 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:
getWorkflowDefinitionVersionin interfaceWorkflowDefinitionLinkModel- Returns:
- the workflow definition version of this workflow definition 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 interfaceWorkflowDefinitionLinkModel
-
setClassNameId
public void setClassNameId(long classNameId) Sets the class name ID of this workflow definition link.- Specified by:
setClassNameIdin interfaceTypedModel- Specified by:
setClassNameIdin 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:
setClassPKin interfaceAttachedModel- Specified by:
setClassPKin 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:
setCompanyIdin interfaceAuditedModel- Specified by:
setCompanyIdin interfaceShardedModel- Specified by:
setCompanyIdin interfaceStagedModel- Specified by:
setCompanyIdin interfaceWorkflowDefinitionLinkModel- Parameters:
companyId- the company ID of this workflow definition link
-
setCreateDate
Sets the create date of this workflow definition link.- Specified by:
setCreateDatein interfaceAuditedModel- Specified by:
setCreateDatein interfaceStagedModel- Specified by:
setCreateDatein 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:
setCtCollectionIdin interfaceCTModel<WorkflowDefinitionLink>- Specified by:
setCtCollectionIdin 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:
setExternalReferenceCodein interfaceExternalReferenceCodeModel- Specified by:
setExternalReferenceCodein 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:
setGroupIdin interfaceGroupedModel- Specified by:
setGroupIdin interfaceWorkflowDefinitionLinkModel- Parameters:
groupId- the group ID of this workflow definition link
-
setModifiedDate
Sets the modified date of this workflow definition link.- Specified by:
setModifiedDatein interfaceAuditedModel- Specified by:
setModifiedDatein interfaceStagedModel- Specified by:
setModifiedDatein 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:
setMvccVersionin interfaceMVCCModel- Specified by:
setMvccVersionin 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:
setPrimaryKeyin interfaceCTModel<WorkflowDefinitionLink>- Specified by:
setPrimaryKeyin 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:
setTypePKin 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:
setUserIdin interfaceAuditedModel- Specified by:
setUserIdin interfaceWorkflowDefinitionLinkModel- Parameters:
userId- the user ID of this workflow definition link
-
setUserName
Sets the user name of this workflow definition link.- Specified by:
setUserNamein interfaceAuditedModel- Specified by:
setUserNamein interfaceWorkflowDefinitionLinkModel- Parameters:
userName- the user name of this workflow definition link
-
setUserUuid
Sets the user uuid of this workflow definition link.- Specified by:
setUserUuidin interfaceAuditedModel- Specified by:
setUserUuidin interfaceWorkflowDefinitionLinkModel- Parameters:
userUuid- the user uuid of this workflow definition link
-
setUuid
Sets the uuid of this workflow definition link.- Specified by:
setUuidin interfaceStagedModel- Specified by:
setUuidin 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:
setWorkflowDefinitionLinkIdin 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:
setWorkflowDefinitionNamein 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:
setWorkflowDefinitionVersionin interfaceWorkflowDefinitionLinkModel- Parameters:
workflowDefinitionVersion- the workflow definition version of this workflow definition link
-
toXmlString
- Specified by:
toXmlStringin interfaceWorkflowDefinitionLinkModel
-
getAttributeGetterFunctions
- Specified by:
getAttributeGetterFunctionsin interfaceBaseModel<WorkflowDefinitionLink>
-
getAttributeSetterBiConsumers
- Specified by:
getAttributeSetterBiConsumersin interfaceBaseModel<WorkflowDefinitionLink>
-
getStagedModelType
- Specified by:
getStagedModelTypein interfaceStagedModel
-
wrap
- Specified by:
wrapin classBaseModelWrapper<WorkflowDefinitionLink>
-