setParent method

void setParent(
  1. Post parent
)

Implementation

void setParent(Post parent) {
  this.parent = parent;
}