Class CommonsOperationsUtil.SelectedFragmentInfo
java.lang.Object
ro.sync.ecss.extensions.commons.operations.CommonsOperationsUtil.SelectedFragmentInfo
- Enclosing class:
- CommonsOperationsUtil
Class containing the new fragment and info about it.
-
Constructor Summary
ConstructorsConstructorDescriptionSelectedFragmentInfo
(AuthorDocumentFragment selectedFragment, Map<String, String> attributes) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
setAttributes
(Map<String, String> attributes) void
setSelectedFragment
(AuthorDocumentFragment selectedFragment)
-
Constructor Details
-
SelectedFragmentInfo
Constructor.- Parameters:
selectedFragment
- The current fragment.attributes
- Attributes associated with the current fragment.
-
-
Method Details
-
getSelectedFragment
- Returns:
- Returns the selected fragment.
-
setSelectedFragment
- Parameters:
selectedFragment
- The selected fragment to set.
-
getAttributes
- Returns:
- Returns the attributes.
-
setAttributes
- Parameters:
attributes
- The attributes to set.
-