Liferay 6.0.5

com.liferay.portal.model.impl
Class WorkflowInstanceLinkImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<WorkflowInstanceLink>
      extended by com.liferay.portal.model.impl.WorkflowInstanceLinkModelImpl
          extended by com.liferay.portal.model.impl.WorkflowInstanceLinkImpl
All Implemented Interfaces:
BaseModel<WorkflowInstanceLink>, WorkflowInstanceLink, WorkflowInstanceLinkModel, Serializable, Cloneable, Comparable<WorkflowInstanceLink>

public class WorkflowInstanceLinkImpl
extends WorkflowInstanceLinkModelImpl
implements WorkflowInstanceLink

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.WorkflowInstanceLinkModelImpl
DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, SESSION_FACTORY, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER
 
Constructor Summary
WorkflowInstanceLinkImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.WorkflowInstanceLinkModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getWorkflowInstanceId, getWorkflowInstanceLinkId, hashCode, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setPrimaryKey, setUserId, setUserName, setUserUuid, setWorkflowInstanceId, setWorkflowInstanceLinkId, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
isCachedModel, isEscapedModel, isNew, setCachedModel, setEscapedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

WorkflowInstanceLinkImpl

public WorkflowInstanceLinkImpl()

Liferay 6.0.5