-
- All Known Subinterfaces:
NameAccessor.NameProperty
- Enclosing interface:
- NameAccessor
public static interface NameAccessor.NameMutator
Provides a mutator for a name property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setName(String aName)
Sets the name for the name property.
-
-
-
Method Detail
-
setName
void setName(String aName)
Sets the name for the name property.- Parameters:
aName
- The name to be stored by the name property.
-
-