setAccount method

void setAccount(
  1. Account account
)

Sets the Account object associated with the mechanism.

Implementation

void setAccount(Account account) {
  this.account = account;
}