setActor method

void setActor(
  1. ProfileViewBasic actor
)

Implementation

void setActor(ProfileViewBasic actor) {
  this.actor = actor;
}