Liferay 6.0.4

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.

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.4