Liferay 6.0.3

com.liferay.portal.model
Interface WorkflowInstanceLink

All Superinterfaces:
BaseModel<WorkflowInstanceLink>, Cloneable, Comparable<WorkflowInstanceLink>, Serializable, WorkflowInstanceLinkModel
All Known Implementing Classes:
WorkflowInstanceLinkImpl, WorkflowInstanceLinkWrapper

public interface WorkflowInstanceLink
extends WorkflowInstanceLinkModel

This interface is a model that represents the WorkflowInstanceLink table in the database.

Customize WorkflowInstanceLinkImpl and rerun the ServiceBuilder to generate the new methods.

See Also:
WorkflowInstanceLinkModel, WorkflowInstanceLinkImpl, WorkflowInstanceLinkModelImpl
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.WorkflowInstanceLinkModel
clone, compareTo, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getWorkflowInstanceId, getWorkflowInstanceLinkId, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setClassPK, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setUserId, setUserName, setUserUuid, setWorkflowInstanceId, setWorkflowInstanceLinkId, toEscapedModel, toString, toXmlString
 


Liferay 6.0.3