public function setObject($objectType, $objectId) {
        if (
            !\is_string($objectType) || !\trim($objectType)
            || !\is_string($objectId)   || !\trim($objectId)
        ) {