-
- All Known Subinterfaces:
TitleAccessor.TitleProperty
- Enclosing interface:
- TitleAccessor
public static interface TitleAccessor.TitleMutator
Provides a mutator for a title property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setTitle(String aTitle)
Sets the title for the title property.
-
-
-
Method Detail
-
setTitle
void setTitle(String aTitle)
Sets the title for the title property.- Parameters:
aTitle
- The title to be stored by the title property.
-
-