java.lang.Object
de.hybris.platform.integrationbackoffice.widgets.modeling.data.RetypeTreeData

public class RetypeTreeData extends Object
Holds information about a tree node to be retyped.
  • Constructor Details

    • RetypeTreeData

      public RetypeTreeData(IntegrationMapKeyDTO parentKey, ComposedTypeModel newComposedType, org.zkoss.zul.Treeitem currentTreeitem, ListItemAttributeDTO dto)
      Data class that holds information about a tree node to be retyped.
      Parameters:
      parentKey - the key of the parent tree node.
      newComposedType - the new type.
      currentTreeitem - the currently selected Treeitem.
      dto - the ListItemAttributeDTO of the attribute to retype.
  • Method Details

    • getParentKey

      public IntegrationMapKeyDTO getParentKey()
      Gets the parent tree node's key.
      Returns:
      the parent tree node's key.
    • getNewComposedType

      public ComposedTypeModel getNewComposedType()
      Gets the new type.
      Returns:
      the new type.
    • getCurrentTreeitem

      public org.zkoss.zul.Treeitem getCurrentTreeitem()
      Gets the currently selected Treeitem.
      Returns:
      the currently selected Treeitem.
    • getDto

      public ListItemAttributeDTO getDto()
      Gets the ListItemAttributeDTO of the attribute to retype.
      Returns:
      the ListItemAttributeDTO of the attribute to retype.