Class RenameAttributeModalData
- java.lang.Object
-
- de.hybris.platform.integrationbackoffice.widgets.modals.data.RenameAttributeModalData
-
public class RenameAttributeModalData extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RenameAttributeModalData(java.util.List<AbstractListItemDTO> attributes, AbstractListItemDTO dto, ComposedTypeModel parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<AbstractListItemDTO>getAttributes()AbstractListItemDTOgetDto()ComposedTypeModelgetParent()
-
-
-
Constructor Detail
-
RenameAttributeModalData
public RenameAttributeModalData(java.util.List<AbstractListItemDTO> attributes, AbstractListItemDTO dto, ComposedTypeModel parent)
-
-
Method Detail
-
getAttributes
public java.util.List<AbstractListItemDTO> getAttributes()
-
getDto
public AbstractListItemDTO getDto()
-
getParent
public ComposedTypeModel getParent()
-
-