- All Known Subinterfaces:
FullNameAccessor.FullNameProperty
public interface FullNameAccessor
Provides an accessor for a full name property.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Provides a builder method for a full name property returning the builder for applying multiple build operations.static interface
Provides a mutator for a full name property.static interface
Provides a full name property. -
Method Summary
Modifier and TypeMethodDescriptionRetrieves the full name from the full name property.
-
Method Details
-
getFullName
String getFullName()Retrieves the full name from the full name property.- Returns:
- The full name stored by the full name property.
-