setViewId method

void setViewId(
  1. int id
)

Implementation

void setViewId(int id) {
  _viewId = id;
}