Interface ECpdsApplication.TransferMethodMixIn
- Enclosing class:
ECpdsApplication
public static interface ECpdsApplication.TransferMethodMixIn
The Interface TransferMethodMixIn.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setActive
(boolean param) Sets the active.void
setResolve
(boolean param) Sets the resolve.void
setRestrict
(boolean param) Sets the restrict.
-
Method Details
-
setActive
void setActive(boolean param) Sets the active.- Parameters:
param
- the new active
-
setResolve
void setResolve(boolean param) Sets the resolve.- Parameters:
param
- the new resolve
-
setRestrict
void setRestrict(boolean param) Sets the restrict.- Parameters:
param
- the new restrict
-