-
- All Known Subinterfaces:
FullNameAccessor.FullNameProperty
- Enclosing interface:
- FullNameAccessor
public static interface FullNameAccessor.FullNameMutator
Provides a mutator for a full name property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setFullName(String aFullName)
Sets the full name for the full name property.
-
-
-
Method Detail
-
setFullName
void setFullName(String aFullName)
Sets the full name for the full name property.- Parameters:
aFullName
- The full name to be stored by the full name property.
-
-