How set template for “custom post type” individual post

You can just create a template…call it something like book-one-template.php, the first line after <?php will need to be /* Template Name: Book One Template */. Then, using that and the custom-post-template plugin you can set that as the template for any post you like.