Class RenameAttributeModalData
java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modals.data.RenameAttributeModalData
-
Constructor Summary
ConstructorsConstructorDescriptionRenameAttributeModalData(List<AbstractListItemDTO> attributes, AbstractListItemDTO dto, IntegrationMapKeyDTO parent) Holds information about an attribute to be renamed. -
Method Summary
Modifier and TypeMethodDescriptionGets the list of attributes for the parent item which the attribute to rename belongs to.getDto()Gets theAbstractListItemDTOto update for the attribute to rename.Gets theIntegrationMapKeyDTOof the parent item for the attribute to rename.
-
Constructor Details
-
RenameAttributeModalData
public RenameAttributeModalData(List<AbstractListItemDTO> attributes, AbstractListItemDTO dto, IntegrationMapKeyDTO parent) Holds information about an attribute to be renamed. Updates as user inputs information in the rename modal.- Parameters:
attributes- the list of attributes for the parent item which the attribute to rename belongs to.dto- theAbstractListItemDTOto update for the attribute to rename.parent- theIntegrationMapKeyDTOof the parent item for the attribute to rename.
-
-
Method Details
-
getAttributes
Gets the list of attributes for the parent item which the attribute to rename belongs to.- Returns:
- the list of attributes of the parent item of the attribute to rename.
-
getDto
Gets theAbstractListItemDTOto update for the attribute to rename.- Returns:
- the
AbstractListItemDTOto update.
-
getParent
Gets theIntegrationMapKeyDTOof the parent item for the attribute to rename.- Returns:
- the
IntegrationMapKeyDTOof the parent item.
-