Interface ContentAccessor.ContentMutator<T>
- Type Parameters:
T- The content's type to be accessed.
- All Known Subinterfaces:
ContentAccessor.ContentProperty<T>
- Enclosing interface:
ContentAccessor<T>
public static interface ContentAccessor.ContentMutator<T>
Provides a mutator for a content property.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetContent(T aContent) Sets the content for the content property.
-
Method Details
-
setContent
Sets the content for the content property.- Parameters:
aContent- The content to be stored by the content property.
-