Package org.refcodes.mixin
Interface IdAccessor.IdMutator<T>
-
- Type Parameters:
T- The type of the ID to be accessed.
- All Known Subinterfaces:
IdAccessor.IdProperty<T>
- Enclosing interface:
- IdAccessor<T>
public static interface IdAccessor.IdMutator<T>Provides a mutator for a ID property.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetId(T aId)Sets the ID for the ID property.
-
-
-
Method Detail
-
setId
void setId(T aId)
Sets the ID for the ID property.- Parameters:
aId- The ID to be stored by the ID property.
-
-