setCreatedBy method
- String createdBy
Sets the creator.
createdBy
is the new creator to be set.
Implementation
void setCreatedBy(String createdBy) {
this.createdBy = createdBy;
}
Sets the creator.
createdBy
is the new creator to be set.
void setCreatedBy(String createdBy) {
this.createdBy = createdBy;
}