Liferay 6.0.5

com.liferay.portal.model.impl
Class WorkflowDefinitionLinkImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<WorkflowDefinitionLink>
      extended by com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl
          extended by com.liferay.portal.model.impl.WorkflowDefinitionLinkImpl
All Implemented Interfaces:
BaseModel<WorkflowDefinitionLink>, WorkflowDefinitionLink, WorkflowDefinitionLinkModel, Serializable, Cloneable, Comparable<WorkflowDefinitionLink>

public class WorkflowDefinitionLinkImpl
extends WorkflowDefinitionLinkModelImpl
implements WorkflowDefinitionLink

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl
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
WorkflowDefinitionLinkImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portal.model.impl.WorkflowDefinitionLinkModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getOriginalClassNameId, getOriginalCompanyId, getOriginalGroupId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getWorkflowDefinitionLinkId, getWorkflowDefinitionName, getWorkflowDefinitionVersion, hashCode, setClassNameId, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setPrimaryKey, setUserId, setUserName, setUserUuid, setWorkflowDefinitionLinkId, setWorkflowDefinitionName, setWorkflowDefinitionVersion, 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.WorkflowDefinitionLinkModel
clone, compareTo, getClassName, getClassNameId, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getWorkflowDefinitionLinkId, getWorkflowDefinitionName, getWorkflowDefinitionVersion, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setClassNameId, setCompanyId, setCreateDate, setEscapedModel, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setUserId, setUserName, setUserUuid, setWorkflowDefinitionLinkId, setWorkflowDefinitionName, setWorkflowDefinitionVersion, toEscapedModel, toString, toXmlString
 

Constructor Detail

WorkflowDefinitionLinkImpl

public WorkflowDefinitionLinkImpl()

Liferay 6.0.5