Interface DDMStructureVersion

All Superinterfaces:
com.liferay.portal.kernel.model.BaseModel<DDMStructureVersion>, com.liferay.portal.kernel.model.ClassedModel, Cloneable, Comparable<DDMStructureVersion>, com.liferay.portal.kernel.model.change.tracking.CTModel<DDMStructureVersion>, DDMStructureVersionModel, com.liferay.portal.kernel.model.LocalizedModel, com.liferay.portal.kernel.model.MVCCModel, com.liferay.portal.kernel.model.PersistedModel, Serializable, com.liferay.portal.kernel.model.ShardedModel, com.liferay.portal.kernel.model.WorkflowedModel
All Known Implementing Classes:
DDMStructureVersionWrapper

@ProviderType public interface DDMStructureVersion extends DDMStructureVersionModel, com.liferay.portal.kernel.model.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:
Generated:
  • Field Details

    • STRUCTURE_VERSION_ID_ACCESSOR

      static final com.liferay.portal.kernel.util.Accessor<DDMStructureVersion,Long> STRUCTURE_VERSION_ID_ACCESSOR
  • Method Details

    • getDDMForm

      DDMForm getDDMForm()
    • getDDMFormLayout

      DDMFormLayout getDDMFormLayout() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • getStructure

      DDMStructure getStructure() throws com.liferay.portal.kernel.exception.PortalException
      Throws:
      com.liferay.portal.kernel.exception.PortalException
    • setDDMForm

      void setDDMForm(DDMForm ddmForm)