Package com.liferay.portal.model.impl
Class WorkflowDefinitionLinkModelImpl
Object
com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl
- All Implemented Interfaces:
com.liferay.portal.kernel.model.AttachedModel
,com.liferay.portal.kernel.model.AuditedModel
,com.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
,com.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
,com.liferay.portal.kernel.model.ClassedModel
,com.liferay.portal.kernel.model.ExternalReferenceCodeModel
,com.liferay.portal.kernel.model.GroupedModel
,com.liferay.portal.kernel.model.MVCCModel
,com.liferay.portal.kernel.model.ShardedModel
,com.liferay.portal.kernel.model.StagedAuditedModel
,com.liferay.portal.kernel.model.StagedModel
,com.liferay.portal.kernel.model.TypedModel
,com.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
,Serializable
,Cloneable
,Comparable<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Direct Known Subclasses:
WorkflowDefinitionLinkBaseImpl
@JSON(strict=true)
public class WorkflowDefinitionLinkModelImpl
extends com.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
implements com.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
The base model implementation for the WorkflowDefinitionLink service. Represents a row in the "WorkflowDefinitionLink" database table, with each column mapped to a property of this class.
This implementation and its corresponding interface WorkflowDefinitionLinkModel
exist only as a container for the default property accessors generated by ServiceBuilder. Helper methods and all application logic should be put in WorkflowDefinitionLinkImpl
.
- Author:
- Brian Wing Shun Chan
- See Also:
- {$generated.description}
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Deprecated.static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final String
static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementstatic final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
static final String
static final String
static final String
static final Object[][]
static final String
static final String
static final String
static final String
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
static final long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
com.liferay.portal.kernel.model.WorkflowDefinitionLink
int
compareTo
(com.liferay.portal.kernel.model.WorkflowDefinitionLink workflowDefinitionLink) boolean
Map<String,
BiConsumer<com.liferay.portal.kernel.model.WorkflowDefinitionLink, Object>> long
long
long
static long
getColumnBitmask
(String columnName) <T> T
getColumnOriginalValue
(String columnName) <T> T
getColumnValue
(String columnName) long
long
com.liferay.expando.kernel.model.ExpandoBridge
long
Class<?>
long
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
int
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
long
com.liferay.exportimport.kernel.lar.StagedModelType
long
long
getUuid()
long
int
int
hashCode()
boolean
boolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementboolean
Deprecated.As of Athanasius (7.3.x), with no direct replacementvoid
void
setClassName
(String className) void
setClassNameId
(long classNameId) void
setClassPK
(long classPK) void
setCompanyId
(long companyId) void
setCreateDate
(Date createDate) void
setCtCollectionId
(long ctCollectionId) void
setExpandoBridgeAttributes
(com.liferay.portal.kernel.service.ServiceContext serviceContext) void
setExternalReferenceCode
(String externalReferenceCode) void
setGroupId
(long groupId) void
setModelAttributes
(Map<String, Object> attributes) void
setModifiedDate
(Date modifiedDate) void
setMvccVersion
(long mvccVersion) void
setPrimaryKey
(long primaryKey) void
setPrimaryKeyObj
(Serializable primaryKeyObj) void
setTypePK
(long typePK) void
setUserId
(long userId) void
setUserName
(String userName) void
setUserUuid
(String userUuid) void
void
setWorkflowDefinitionLinkId
(long workflowDefinitionLinkId) void
setWorkflowDefinitionName
(String workflowDefinitionName) void
setWorkflowDefinitionVersion
(int workflowDefinitionVersion) com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
com.liferay.portal.kernel.model.WorkflowDefinitionLink
toString()
Methods inherited from class com.liferay.portal.kernel.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, 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
isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
Methods inherited from interface com.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
toXmlString
-
Field Details
-
TABLE_NAME
- See Also:
-
TABLE_COLUMNS
-
TABLE_COLUMNS_MAP
-
TABLE_SQL_CREATE
- See Also:
-
TABLE_SQL_DROP
- See Also:
-
ORDER_BY_JPQL
- See Also:
-
ORDER_BY_SQL
- See Also:
-
DATA_SOURCE
- See Also:
-
SESSION_FACTORY
- See Also:
-
TX_MANAGER
- See Also:
-
ENTITY_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
FINDER_CACHE_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
COLUMN_BITMASK_ENABLED
Deprecated.As of Athanasius (7.3.x), with no direct replacement- See Also:
-
CLASSNAMEID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
CLASSPK_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
COMPANYID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
EXTERNALREFERENCECODE_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
GROUPID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
TYPEPK_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
UUID_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
WORKFLOWDEFINITIONNAME_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
WORKFLOWDEFINITIONVERSION_COLUMN_BITMASK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnBitmask(String)
- See Also:
-
LOCK_EXPIRATION_TIME
public static final long LOCK_EXPIRATION_TIME
-
-
Constructor Details
-
WorkflowDefinitionLinkModelImpl
public WorkflowDefinitionLinkModelImpl()
-
-
Method Details
-
getPrimaryKey
public long getPrimaryKey()- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
getPrimaryKey
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setPrimaryKey
public void setPrimaryKey(long primaryKey) - Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
setPrimaryKey
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getPrimaryKeyObj
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
getPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
setPrimaryKeyObj
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
setPrimaryKeyObj
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClass
- Specified by:
getModelClass
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelClassName
- Specified by:
getModelClassName
in interfacecom.liferay.portal.kernel.model.ClassedModel
-
getModelAttributes
- Specified by:
getModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Overrides:
getModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
setModelAttributes
- Specified by:
setModelAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Overrides:
setModelAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
getAttributeGetterFunctions
public Map<String,Function<com.liferay.portal.kernel.model.WorkflowDefinitionLink, getAttributeGetterFunctions()Object>> - Specified by:
getAttributeGetterFunctions
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
getAttributeSetterBiConsumers
public Map<String,BiConsumer<com.liferay.portal.kernel.model.WorkflowDefinitionLink, getAttributeSetterBiConsumers()Object>> - Specified by:
getAttributeSetterBiConsumers
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
getMvccVersion
@JSON public long getMvccVersion()- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
getMvccVersion
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setMvccVersion
public void setMvccVersion(long mvccVersion) - Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.MVCCModel
- Specified by:
setMvccVersion
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getCtCollectionId
@JSON public long getCtCollectionId()- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
getCtCollectionId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setCtCollectionId
public void setCtCollectionId(long ctCollectionId) - Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.change.tracking.CTModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
setCtCollectionId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getUuid
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getUuid
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setUuid
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
setUuid
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getOriginalUuid
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getExternalReferenceCode
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
getExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setExternalReferenceCode
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.ExternalReferenceCodeModel
- Specified by:
setExternalReferenceCode
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getOriginalExternalReferenceCode
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getWorkflowDefinitionLinkId
@JSON public long getWorkflowDefinitionLinkId()- Specified by:
getWorkflowDefinitionLinkId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setWorkflowDefinitionLinkId
public void setWorkflowDefinitionLinkId(long workflowDefinitionLinkId) - Specified by:
setWorkflowDefinitionLinkId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getGroupId
@JSON public long getGroupId()- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
getGroupId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setGroupId
public void setGroupId(long groupId) - Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.GroupedModel
- Specified by:
setGroupId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getOriginalGroupId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getCompanyId
@JSON public long getCompanyId()- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getCompanyId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setCompanyId
public void setCompanyId(long companyId) - Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.ShardedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
setCompanyId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getOriginalCompanyId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getUserId
@JSON public long getUserId()- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setUserId
public void setUserId(long userId) - Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getUserUuid
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setUserUuid
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserUuid
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getUserName
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getUserName
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setUserName
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setUserName
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getCreateDate
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getCreateDate
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setCreateDate
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
setCreateDate
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getModifiedDate
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
getModifiedDate
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
hasSetModifiedDate
public boolean hasSetModifiedDate() -
setModifiedDate
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.AuditedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
setModifiedDate
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getClassName
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.TypedModel
- Specified by:
getClassName
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setClassName
- Specified by:
setClassName
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getClassNameId
@JSON public long getClassNameId()- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Specified by:
getClassNameId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setClassNameId
public void setClassNameId(long classNameId) - Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.TypedModel
- Specified by:
setClassNameId
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getOriginalClassNameId
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getClassPK
@JSON public long getClassPK()- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
getClassPK
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setClassPK
public void setClassPK(long classPK) - Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.AttachedModel
- Specified by:
setClassPK
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getOriginalClassPK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getTypePK
@JSON public long getTypePK()- Specified by:
getTypePK
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setTypePK
public void setTypePK(long typePK) - Specified by:
setTypePK
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getOriginalTypePK
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getWorkflowDefinitionName
- Specified by:
getWorkflowDefinitionName
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setWorkflowDefinitionName
- Specified by:
setWorkflowDefinitionName
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getOriginalWorkflowDefinitionName
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getWorkflowDefinitionVersion
@JSON public int getWorkflowDefinitionVersion()- Specified by:
getWorkflowDefinitionVersion
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
setWorkflowDefinitionVersion
public void setWorkflowDefinitionVersion(int workflowDefinitionVersion) - Specified by:
setWorkflowDefinitionVersion
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
getOriginalWorkflowDefinitionVersion
Deprecated.As of Athanasius (7.3.x), replaced bygetColumnOriginalValue(String)
-
getStagedModelType
public com.liferay.exportimport.kernel.lar.StagedModelType getStagedModelType()- Specified by:
getStagedModelType
in interfacecom.liferay.portal.kernel.model.StagedModel
-
getColumnBitmask
public long getColumnBitmask() -
getExpandoBridge
public com.liferay.expando.kernel.model.ExpandoBridge getExpandoBridge()- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
getExpandoBridge
in interfacecom.liferay.portal.kernel.model.ClassedModel
- Overrides:
getExpandoBridge
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
setExpandoBridgeAttributes
public void setExpandoBridgeAttributes(com.liferay.portal.kernel.service.ServiceContext serviceContext) - Specified by:
setExpandoBridgeAttributes
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Overrides:
setExpandoBridgeAttributes
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
toEscapedModel
public com.liferay.portal.kernel.model.WorkflowDefinitionLink toEscapedModel()- Specified by:
toEscapedModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Overrides:
toEscapedModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
clone
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
clone
in interfacecom.liferay.portal.kernel.model.StagedModel
- Specified by:
clone
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
cloneWithOriginalValues
public com.liferay.portal.kernel.model.WorkflowDefinitionLink cloneWithOriginalValues()- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Specified by:
cloneWithOriginalValues
in interfacecom.liferay.portal.kernel.model.WorkflowDefinitionLinkModel
-
compareTo
public int compareTo(com.liferay.portal.kernel.model.WorkflowDefinitionLink workflowDefinitionLink) - Specified by:
compareTo
in interfaceComparable<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
equals
-
hashCode
public int hashCode() -
isEntityCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isEntityCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
isFinderCacheEnabled
Deprecated.As of Athanasius (7.3.x), with no direct replacement- Specified by:
isFinderCacheEnabled
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
resetOriginalValues
public void resetOriginalValues()- Specified by:
resetOriginalValues
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Overrides:
resetOriginalValues
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
toCacheModel
public com.liferay.portal.kernel.model.CacheModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink> toCacheModel()- Specified by:
toCacheModel
in interfacecom.liferay.portal.kernel.model.BaseModel<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
- Overrides:
toCacheModel
in classcom.liferay.portal.kernel.model.impl.BaseModelImpl<com.liferay.portal.kernel.model.WorkflowDefinitionLink>
-
toString
-
getColumnValue
-
getColumnOriginalValue
-
getColumnBitmask
-
getColumnBitmask(String)