Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatalists.model.impl
Class DDLRecordVersionImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DDLRecordVersion>
      extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionModelImpl
          extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionBaseImpl
              extended by com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionImpl
All Implemented Interfaces:
BaseModel<DDLRecordVersion>, ClassedModel, WorkflowedModel, DDLRecordVersion, DDLRecordVersionModel, Serializable, Cloneable, Comparable<DDLRecordVersion>

public class DDLRecordVersionImpl
extends DDLRecordVersionBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionModelImpl
COLUMN_BITMASK_ENABLED, DATA_SOURCE, ENTITY_CACHE_ENABLED, FINDER_CACHE_ENABLED, LOCK_EXPIRATION_TIME, ORDER_BY_JPQL, ORDER_BY_SQL, RECORDID_COLUMN_BITMASK, RECORDVERSIONID_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, VERSION_COLUMN_BITMASK
 
Constructor Summary
DDLRecordVersionImpl()
           
 
Method Summary
 DDLRecord getRecord()
           
 DDLRecordSet getRecordSet()
           
 
Methods inherited from class com.liferay.portlet.dynamicdatalists.model.impl.DDLRecordVersionModelImpl
clone, compareTo, equals, getApproved, getColumnBitmask, getCompanyId, getCreateDate, getDDMStorageId, getDisplayIndex, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getOriginalRecordId, getOriginalStatus, getOriginalVersion, getPrimaryKey, getPrimaryKeyObj, getRecordId, getRecordSetId, getRecordVersionId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getUserId, getUserName, getUserUuid, getVersion, hashCode, isApproved, isDenied, isDraft, isExpired, isInactive, isIncomplete, isPending, isScheduled, resetOriginalValues, setCompanyId, setCreateDate, setDDMStorageId, setDisplayIndex, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setPrimaryKey, setPrimaryKeyObj, setRecordId, setRecordSetId, setRecordVersionId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUserId, setUserName, setUserUuid, setVersion, 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.portlet.dynamicdatalists.model.DDLRecordVersionModel
clone, compareTo, getApproved, getCompanyId, getCreateDate, getDDMStorageId, getDisplayIndex, getExpandoBridge, getGroupId, getPrimaryKey, getPrimaryKeyObj, getRecordId, getRecordSetId, getRecordVersionId, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getUserId, getUserName, getUserUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isNew, isPending, isScheduled, setCachedModel, setCompanyId, setCreateDate, setDDMStorageId, setDisplayIndex, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setNew, setPrimaryKey, setPrimaryKeyObj, setRecordId, setRecordSetId, setRecordVersionId, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setUserId, setUserName, setUserUuid, setVersion, 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

DDLRecordVersionImpl

public DDLRecordVersionImpl()
Method Detail

getRecord

public DDLRecord getRecord()
                    throws PortalException,
                           SystemException
Throws:
PortalException
SystemException

getRecordSet

public DDLRecordSet getRecordSet()
                          throws PortalException,
                                 SystemException
Throws:
PortalException
SystemException

Liferay 6.2-ce-ga5