Class CommonsOperationsUtil.SelectedFragmentInfo
- java.lang.Object
-
- ro.sync.ecss.extensions.commons.operations.CommonsOperationsUtil.SelectedFragmentInfo
-
- Enclosing class:
- CommonsOperationsUtil
public static class CommonsOperationsUtil.SelectedFragmentInfo extends java.lang.Object
Class containing the new fragment and info about it.
-
-
Constructor Summary
Constructors Constructor Description SelectedFragmentInfo(AuthorDocumentFragment selectedFragment, java.util.Map<java.lang.String,java.lang.String> attributes)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Map<java.lang.String,java.lang.String>
getAttributes()
AuthorDocumentFragment
getSelectedFragment()
void
setAttributes(java.util.Map<java.lang.String,java.lang.String> attributes)
void
setSelectedFragment(AuthorDocumentFragment selectedFragment)
-
-
-
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.
-
-