Class DragAndDropWrapperService
- java.lang.Object
-
- de.hybris.platform.cockpit.services.dragdrop.DragAndDropWrapperService
-
public class DragAndDropWrapperService extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description DragAndDropWrapperService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DragAndDropWrappergetWrapper()voidsetWrapper(DragAndDropWrapper wrapper)
-
-
-
Method Detail
-
setWrapper
public void setWrapper(DragAndDropWrapper wrapper)
- Parameters:
wrapper- the wrapper to set
-
getWrapper
public DragAndDropWrapper getWrapper()
- Returns:
- the wrapper
-
-