Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface WorkflowDefinitionLink

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<WorkflowDefinitionLink>, ClassedModel, Cloneable, Comparable<WorkflowDefinitionLink>, GroupedModel, PersistedModel, Serializable, TypedModel, WorkflowDefinitionLinkModel
All Known Implementing Classes:
WorkflowDefinitionLinkWrapper

@ProviderType
public interface WorkflowDefinitionLink
extends WorkflowDefinitionLinkModel, PersistedModel

The extended model interface for the WorkflowDefinitionLink service. Represents a row in the "WorkflowDefinitionLink" database table, with each column mapped to a property of this class.

See Also:
WorkflowDefinitionLinkModel, WorkflowDefinitionLinkImpl, WorkflowDefinitionLinkModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.WorkflowDefinitionLinkModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getTypePK, getUserId, getUserName, getUserUuid, getWorkflowDefinitionLinkId, getWorkflowDefinitionName, getWorkflowDefinitionVersion, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setTypePK, setUserId, setUserName, setUserUuid, setWorkflowDefinitionLinkId, setWorkflowDefinitionName, setWorkflowDefinitionVersion, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5