Package org.refcodes.mixin
Interface TitleAccessor.TitleMutator
-
- All Known Subinterfaces:
TitleAccessor.TitleProperty
- Enclosing interface:
- TitleAccessor
public static interface TitleAccessor.TitleMutatorProvides a mutator for a title property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTitle(java.lang.String aTitle)Sets the title for the title property.
-