Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.model
Interface DDMStructureLayout

All Superinterfaces:
AuditedModel, BaseModel<DDMStructureLayout>, ClassedModel, Cloneable, Comparable<DDMStructureLayout>, DDMStructureLayoutModel, GroupedModel, PersistedModel, Serializable, StagedGroupedModel, StagedModel
All Known Implementing Classes:
DDMStructureLayoutWrapper

@ProviderType
public interface DDMStructureLayout
extends DDMStructureLayoutModel, PersistedModel

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

See Also:
DDMStructureLayoutModel, com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLayoutImpl, com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureLayoutModelImpl

Method Summary
 DDMFormLayout getDDMFormLayout()
           
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMStructureLayoutModel
clone, compareTo, getCompanyId, getCreateDate, getDefinition, getExpandoBridge, getGroupId, getModifiedDate, getPrimaryKey, getPrimaryKeyObj, getStructureLayoutId, getStructureVersionId, getUserId, getUserName, getUserUuid, getUuid, hashCode, isCachedModel, isEscapedModel, isNew, setCachedModel, setCompanyId, setCreateDate, setDefinition, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setModifiedDate, setNew, setPrimaryKey, setPrimaryKeyObj, setStructureLayoutId, setStructureVersionId, setUserId, setUserName, setUserUuid, setUuid, toCacheModel, toEscapedModel, toString, toUnescapedModel, toXmlString
 
Methods inherited from interface com.liferay.portal.model.BaseModel
getModelAttributes, isEntityCacheEnabled, isFinderCacheEnabled, 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
 

Method Detail

getDDMFormLayout

DDMFormLayout getDDMFormLayout()

Liferay 7.0-ce-m6