setCreatedBy method

void setCreatedBy(
  1. String createdBy
)

Sets the creator.

createdBy is the new creator to be set.

Implementation

void setCreatedBy(String createdBy) {
  this.createdBy = createdBy;
}