-
- All Known Subinterfaces:
TitleAccessor.TitleProperty
public interface TitleAccessor
Provides an accessor for a title property.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
TitleAccessor.TitleBuilder<B extends TitleAccessor.TitleBuilder<B>>
Provides a builder method for a title property returning the builder for applying multiple build operations.static interface
TitleAccessor.TitleMutator
Provides a mutator for a title property.static interface
TitleAccessor.TitleProperty
Provides a title property.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTitle()
Retrieves the title from the title property.
-
-
-
Method Detail
-
getTitle
String getTitle()
Retrieves the title from the title property.- Returns:
- The title stored by the title property.
-
-