Liferay 6.1.2-ce-ga3

com.liferay.portlet.dynamicdatamapping.model
Interface DDMContent

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

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

Method Summary
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMContentModel
clone, compareTo, getCompanyId, getContentId, getCreateDate, getDescription, getExpandoBridge, getGroupId, getModifiedDate, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getPrimaryKey, getPrimaryKeyObj, getUserId, getUserName, getUserUuid, getUuid, getXml, hashCode, isCachedModel, isEscapedModel, isNew, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setContentId, setCreateDate, setDescription, 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.PersistedModel
persist
 


Liferay 6.1.2-ce-ga3