Liferay 6.2-ce-ga5

com.liferay.portal.model
Interface WorkflowInstanceLink

All Superinterfaces:
AttachedModel, AuditedModel, BaseModel<WorkflowInstanceLink>, ClassedModel, Cloneable, Comparable<WorkflowInstanceLink>, GroupedModel, PersistedModel, Serializable, TypedModel, WorkflowInstanceLinkModel
All Known Implementing Classes:
WorkflowInstanceLinkWrapper

@ProviderType
public interface WorkflowInstanceLink
extends WorkflowInstanceLinkModel, PersistedModel

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

See Also:
WorkflowInstanceLinkModel, WorkflowInstanceLinkImpl, WorkflowInstanceLinkModelImpl

Method Summary
 
Methods inherited from interface com.liferay.portal.model.WorkflowInstanceLinkModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getWorkflowInstanceId, getWorkflowInstanceLinkId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setWorkflowInstanceId, setWorkflowInstanceLinkId, 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