Class CommonsOperationsUtil.SelectedFragmentInfo

java.lang.Object
ro.sync.ecss.extensions.commons.operations.CommonsOperationsUtil.SelectedFragmentInfo
Enclosing class:
CommonsOperationsUtil

public static class CommonsOperationsUtil.SelectedFragmentInfo extends Object
Class containing the new fragment and info about it.
  • Constructor Details

    • SelectedFragmentInfo

      public SelectedFragmentInfo(AuthorDocumentFragment selectedFragment, Map<String,String> attributes)
      Constructor.
      Parameters:
      selectedFragment - The current fragment.
      attributes - Attributes associated with the current fragment.
  • Method Details

    • getSelectedFragment

      public AuthorDocumentFragment getSelectedFragment()
      Returns:
      Returns the selected fragment.
    • setSelectedFragment

      public void setSelectedFragment(AuthorDocumentFragment selectedFragment)
      Parameters:
      selectedFragment - The selected fragment to set.
    • getAttributes

      public Map<String,String> getAttributes()
      Returns:
      Returns the attributes.
    • setAttributes

      public void setAttributes(Map<String,String> attributes)
      Parameters:
      attributes - The attributes to set.