Liferay 6.2-ce-ga5

com.liferay.portlet.dynamicdatamapping.model
Interface DDMContent

All Superinterfaces:
AuditedModel, BaseModel<DDMContent>, ClassedModel, Cloneable, Comparable<DDMContent>, DDMContentModel, GroupedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
DDMContentBaseImpl, DDMContentImpl, DDMContentWrapper

@ProviderType
public interface DDMContent
extends DDMContentModel, PersistedModel

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

See Also:
DDMContentModel, DDMContentImpl, DDMContentModelImpl
ServiceBuilder generated this class. Modifications in this class will be overwritten the next time it is generated.

Method Summary
 
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
 
Methods inherited from interface com.liferay.portal.model.PersistedModel
persist
 


Liferay 6.2-ce-ga5