Interface ECpdsApplication.TransferMethodMixIn
- Enclosing class:
ECpdsApplication
public static interface ECpdsApplication.TransferMethodMixIn
The Interface TransferMethodMixIn.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetActive(boolean param) Sets the active.voidsetResolve(boolean param) Sets the resolve.voidsetRestrict(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
-