Module org.refcodes.component
Package org.refcodes.component
Interface LifeCycleRequestAccessor.LifeCycleRequestMutator
- All Known Subinterfaces:
LifeCycleRequestAccessor.LifeCycleRequestProperty
- Enclosing interface:
- LifeCycleRequestAccessor
public static interface LifeCycleRequestAccessor.LifeCycleRequestMutator
Provides a mutator for a
LifeCycleRequest property.-
Method Summary
Modifier and Type Method Description voidsetLifeCycleRequest(LifeCycleRequest aLifeCycleRequest)Sets theLifeCycleRequestproperty for the property.
-
Method Details
-
setLifeCycleRequest
Sets theLifeCycleRequestproperty for the property.- Parameters:
aLifeCycleRequest- TheLifeCycleRequestproperty to be stored by the property.
-