Liferay 6.0-ee

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

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

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

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

See Also:
WorkflowInstanceLinkModel, WorkflowInstanceLinkImpl, WorkflowInstanceLinkModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it 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-ee