Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping.model.impl
Class DDMContentImpl

java.lang.Object
  extended by com.liferay.portal.model.impl.BaseModelImpl<DDMContent>
      extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMContentModelImpl
          extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMContentBaseImpl
              extended by com.liferay.portlet.dynamicdatamapping.model.impl.DDMContentImpl
All Implemented Interfaces:
AuditedModel, BaseModel<DDMContent>, ClassedModel, GroupedModel, PersistedModel, StagedGroupedModel, StagedModel, DDMContent, DDMContentModel, Serializable, Cloneable, Comparable<DDMContent>

public class DDMContentImpl
extends DDMContentBaseImpl

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMContentModelImpl
COLUMN_BITMASK_ENABLED, COMPANYID_COLUMN_BITMASK, CONTENTID_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, UUID_COLUMN_BITMASK
 
Constructor Summary
DDMContentImpl()
           
 
Method Summary
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMContentBaseImpl
persist
 
Methods inherited from class com.liferay.portlet.dynamicdatamapping.model.impl.DDMContentModelImpl
clone, compareTo, equals, getAvailableLanguageIds, getColumnBitmask, getCompanyId, getContentId, getCreateDate, getDefaultLanguageId, getDescription, getExpandoBridge, getGroupId, getModelAttributes, getModelClass, getModelClassName, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getOriginalCompanyId, getOriginalGroupId, getOriginalUuid, getPrimaryKey, getPrimaryKeyObj, getStagedModelType, getUserId, getUserName, getUserUuid, getUuid, getXml, hashCode, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, resetOriginalValues, setCompanyId, setContentId, setCreateDate, setDescription, setExpandoBridgeAttributes, setGroupId, setModelAttributes, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, setXml, 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.dynamicdatamapping.model.DDMContentModel
clone, compareTo, getAvailableLanguageIds, getCompanyId, getContentId, getCreateDate, getDefaultLanguageId, getDescription, getExpandoBridge, getGroupId, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, getXml, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setContentId, setCreateDate, setDescription, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setPrimaryKey, setPrimaryKeyObj, setUserId, setUserName, setUserUuid, setUuid, setXml, 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
 
Methods inherited from interface com.liferay.portal.model.StagedModel
getStagedModelType
 

Constructor Detail

DDMContentImpl

public DDMContentImpl()

Liferay 6.2-ce-ga5