Liferay 6.0.5

com.liferay.portal.model
Interface WorkflowDefinitionLink

All Superinterfaces:
BaseModel<WorkflowDefinitionLink>, Cloneable, Comparable<WorkflowDefinitionLink>, Serializable, WorkflowDefinitionLinkModel
All Known Implementing Classes:
WorkflowDefinitionLinkImpl, WorkflowDefinitionLinkWrapper

public interface WorkflowDefinitionLink
extends WorkflowDefinitionLinkModel

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

Never modify this interface directly. Add methods to WorkflowDefinitionLinkImpl and rerun ServiceBuilder to automatically copy the method declarations to this interface.

Never reference this interface directly. All methods that expect a workflow definition link model instance should use the WorkflowDefinitionLink interface instead.

See Also:
WorkflowDefinitionLinkModel, WorkflowDefinitionLinkImpl, WorkflowDefinitionLinkModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.

Method Summary
 
Methods inherited from interface com.liferay.portal.model.WorkflowDefinitionLinkModel
clone, compareTo, getClassName, getClassNameId, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getWorkflowDefinitionLinkId, getWorkflowDefinitionName, getWorkflowDefinitionVersion, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setUserId, setUserName, setUserUuid, setWorkflowDefinitionLinkId, setWorkflowDefinitionName, setWorkflowDefinitionVersion, toEscapedModel, toString, toXmlString
 


Liferay 6.0.5