Class CommonsOperationsUtil.SelectedFragmentInfo

  • Enclosing class:
    CommonsOperationsUtil

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

      • SelectedFragmentInfo

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

      • getSelectedFragment

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

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

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

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