Liferay 7.0-ce-m6

com.liferay.portlet.dynamicdatamapping.model
Interface DDMStructureVersion

All Superinterfaces:
BaseModel<DDMStructureVersion>, ClassedModel, Cloneable, Comparable<DDMStructureVersion>, DDMStructureVersionModel, LocalizedModel, PersistedModel, Serializable, WorkflowedModel
All Known Implementing Classes:
DDMStructureVersionWrapper

@ProviderType
public interface DDMStructureVersion
extends DDMStructureVersionModel, PersistedModel

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

See Also:
DDMStructureVersionModel, com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureVersionImpl, com.liferay.portlet.dynamicdatamapping.model.impl.DDMStructureVersionModelImpl

Method Summary
 DDMForm getDDMForm()
           
 DDMFormLayout getDDMFormLayout()
           
 DDMStructure getStructure()
           
 void setDDMForm(DDMForm ddmForm)
           
 
Methods inherited from interface com.liferay.portlet.dynamicdatamapping.model.DDMStructureVersionModel
clone, compareTo, getApproved, getAvailableLanguageIds, getCompanyId, getCreateDate, getDefaultLanguageId, getDefinition, getDescription, getDescription, getDescription, getDescription, getDescription, getDescriptionCurrentLanguageId, getDescriptionCurrentValue, getDescriptionMap, getExpandoBridge, getGroupId, getName, getName, getName, getName, getName, getNameCurrentLanguageId, getNameCurrentValue, getNameMap, getParentStructureId, getPrimaryKey, getPrimaryKeyObj, getStatus, getStatusByUserId, getStatusByUserName, getStatusByUserUuid, getStatusDate, getStorageType, getStructureId, getStructureVersionId, getType, getUserId, getUserName, getUserUuid, getVersion, hashCode, isApproved, isCachedModel, isDenied, isDraft, isEscapedModel, isExpired, isInactive, isIncomplete, isNew, isPending, isScheduled, prepareLocalizedFieldsForImport, prepareLocalizedFieldsForImport, setCachedModel, setCompanyId, setCreateDate, setDefinition, setDescription, setDescription, setDescription, setDescriptionCurrentLanguageId, setDescriptionMap, setDescriptionMap, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setExpandoBridgeAttributes, setGroupId, setName, setName, setName, setNameCurrentLanguageId, setNameMap, setNameMap, setNew, setParentStructureId, setPrimaryKey, setPrimaryKeyObj, setStatus, setStatusByUserId, setStatusByUserName, setStatusByUserUuid, setStatusDate, setStorageType, setStructureId, setStructureVersionId, setType, setUserId, setUserName, setUserUuid, setVersion, 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.PersistedModel
persist
 

Method Detail

getDDMForm

DDMForm getDDMForm()

getDDMFormLayout

DDMFormLayout getDDMFormLayout()
                               throws PortalException
Throws:
PortalException

getStructure

DDMStructure getStructure()
                          throws PortalException
Throws:
PortalException

setDDMForm

void setDDMForm(DDMForm ddmForm)

Liferay 7.0-ce-m6