Liferay 6.2-ce-ga5

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.WorkflowInstanceLinkBaseImpl
              extended by com.liferay.portal.model.impl.WorkflowInstanceLinkImpl
All Implemented Interfaces:
AttachedModel, AuditedModel, BaseModel<WorkflowInstanceLink>, ClassedModel, GroupedModel, PersistedModel, TypedModel, WorkflowInstanceLink, WorkflowInstanceLinkModel, Serializable, Cloneable, Comparable<WorkflowInstanceLink>

public class WorkflowInstanceLinkImpl
extends WorkflowInstanceLinkBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portal.model.impl.WorkflowInstanceLinkModelImpl
CLASSNAMEID_COLUMN_BITMASK, CLASSPK_COLUMN_BITMASK, COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, CREATEDATE_COLUMN_BITMASK, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, GROUPID_COLUMN_BITMASK, 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.WorkflowInstanceLinkBaseImpl
persist
 
Methods inherited from class com.liferay.portal.model.impl.WorkflowInstanceLinkModelImpl
clone, compareTo, equals, getClassName, getClassNameId, getClassPK, getColumnBitmask, getCompanyId, getCreateDate, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getOriginalClassNameId, getOriginalClassPK, getOriginalCompanyId, getOriginalGroupId, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getWorkflowInstanceId, getWorkflowInstanceLinkId, hashCode, resetOriginalValues, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setWorkflowInstanceId, setWorkflowInstanceLinkId, toCacheModel, toEscapedModel, toString, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setNew, toUnescapedModel
 
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, setClassName, setClassNameId, setClassPK, setCompanyId, setCreateDate, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setWorkflowInstanceId, setWorkflowInstanceLinkId, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, resetOriginalValues, setModelAttributes
 
Methods inherited from interface com.liferay.portal.model.ClassedModel
getModelClass, getModelClassName
 

Constructor Detail

WorkflowInstanceLinkImpl

public WorkflowInstanceLinkImpl()

Liferay 6.2-ce-ga5