Class PasteItem

java.lang.Object
org.craftercms.studio.model.clipboard.PasteItem

public class PasteItem extends Object
Holds the data for a single item to be copied/moved
Since:
3.2
Author:
joseross
  • Field Details

    • path

      @NotEmpty protected @NotEmpty String path
      The path of the item
    • children

      @Valid protected @Valid List<PasteItem> children
      The list of child items to include
  • Constructor Details

    • PasteItem

      public PasteItem()
  • Method Details

    • getPath

      public String getPath()
    • setPath

      public void setPath(String path)
    • getChildren

      public List<PasteItem> getChildren()
    • setChildren

      public void setChildren(List<PasteItem> children)