/**
  * Method called to associate a SchemaProperty object to this object
  * through the SchemaProperty foreign key attribute
  *
  * @param      SchemaProperty $l SchemaProperty
  * @return     void
  * @throws     PropelException
  */
 public function addSchemaPropertyRelatedByCreatedUserId(SchemaProperty $l)
 {
     $this->collSchemaPropertysRelatedByCreatedUserId[] = $l;
     $l->setUserRelatedByCreatedUserId($this);
 }