Liferay 6.1.2-ce-ga3

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

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
All Implemented Interfaces:
BaseModel<DDLRecordVersion>, ClassedModel, WorkflowedModel, DDLRecordVersion, DDLRecordVersionModel, Serializable, Cloneable, Comparable<DDLRecordVersion>
Direct Known Subclasses:
DDLRecordVersionImpl

public abstract class DDLRecordVersionBaseImpl
extends DDLRecordVersionModelImpl
implements DDLRecordVersion

The extended model base implementation for the DDLRecordVersion service. Represents a row in the "DDLRecordVersion" database table, with each column mapped to a property of this class.

This class exists only as a container for the default extended model level methods generated by ServiceBuilder. Helper methods and all application logic should be put in DDLRecordVersionImpl.

See Also:
DDLRecordVersionImpl, DDLRecordVersion, Serialized Form
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

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, RECORDID_COLUMN_BITMASK, SESSION_FACTORY, STATUS_COLUMN_BITMASK, TABLE_COLUMNS, TABLE_NAME, TABLE_SQL_CREATE, TABLE_SQL_DROP, TX_MANAGER, VERSION_COLUMN_BITMASK
 
Constructor Summary
DDLRecordVersionBaseImpl()
           
 
Method Summary
 
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, toUnescapedModel, toXmlString
 
Methods inherited from class com.liferay.portal.model.impl.BaseModelImpl
getLocale, isCachedModel, isEscapedModel, isNew, setCachedModel, setNew
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.liferay.portlet.dynamicdatalists.model.DDLRecordVersion
getRecord
 
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, 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

DDLRecordVersionBaseImpl

public DDLRecordVersionBaseImpl()

Liferay 6.1.2-ce-ga3