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<ListItemDTO> attributes, ListItemDTO dto, ComposedTypeModel parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.List<ListItemDTO>getAttributes()ListItemDTOgetDto()ComposedTypeModelgetParent()
-
-
-
Constructor Detail
-
RenameAttributeModalData
public RenameAttributeModalData(java.util.List<ListItemDTO> attributes, ListItemDTO dto, ComposedTypeModel parent)
-
-
Method Detail
-
getAttributes
public java.util.List<ListItemDTO> getAttributes()
-
getDto
public ListItemDTO getDto()
-
getParent
public ComposedTypeModel getParent()
-
-