setLogic method

  1. @protected
void setLogic(
  1. T logic
)

Implementation

@protected
void setLogic(T logic) {
  this.logic = logic;
}